Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Cufon and hover

Featured Replies

Could anybody help me out with this the hover doesn't work in IE7 :unknw: first time I've tried cufon so could be a basic error by me, I've googled but cant find a solution

 

I'm using xhtml strict doctype

 

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="js/cufon-yui.js" type="text/javascript"></script>
<script src="js/HelveticaNeue_LT.font.js" type="text/javascript"></script>
		<script type="text/javascript">
		Cufon.replace('h1');
		Cufon.replace('h2');
		Cufon.replace('.con');
		Cufon.replace('ul#nav li a', {
		hover: true
		});
</script>

 

<ul id="nav">
<li><a>home</a></li>
<li><a>services</a></li>
<li><a>gallery</a></li>
<li><a>video</a></li>
</ul>

 

ul#nav li a{font-size:22px;padding-bottom:5px;margin:0 10px;}
ul#nav li a:hover{color:#ff6600;}

 

Tia

complete your links. Just tried it and once you complete the <a> with <a href.. it works fine.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.