Highlight boxes IE bug (#divname:hover)

This is a discussion on "Highlight boxes IE bug (#divname:hover)" within the Web Page Design section. This forum, and the thread "Highlight boxes IE bug (#divname:hover) are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 22nd, 2006, 17:32
New Member
Join Date: Nov 2006
Location: Midlands, UK
Age: 30
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Highlight boxes IE bug (#divname:hover)

Hi all,

just been working on ways to make my site a little more lively and interactive and noticed that the boxes I programmed with CSS do not highlight in IE, I understand this is because I can only add the hover class to the "li" in IE eg #divname li:hover.

Heres a snippet of the code im using;

Quote:
#graphicdes:hover, #webprog:hover, #media:hover, #emarketing:hover, #webindentity:hover, #hosting:hover, #seo:hover {
background: #F5F5F5;
}
Does anyone know any decent workarounds for this, I know there is a suckerfish javascript fix for this kind of thing but dont really know enough js to fix what I'm trying to do.

Thanks in advance,
Mark.
Reply With Quote

  #2 (permalink)  
Old Nov 22nd, 2006, 21:19
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Highlight boxes IE bug (#divname:hover)

IE doesn't handle it, JS is the only way to get it to work. The JS for it is completely unobtrusive, so there is no reason to not want to use it. All that happens if a user doesn't have JS enable is the boxes won't highlight. It's a very graceful degradation. JavaScript isn't bad, it's just got a bad reputation because it can be used to do horrible things.
Reply With Quote
Reply

Tags
css, highlight boxes, ie fix, ie workaround

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
highlight anchor? ktsirig Web Page Design 1 Apr 28th, 2008 12:54
highlight current page unitedcraig Web Page Design 53 Feb 13th, 2008 22:20
How to highlight the current page Nav link ? Oak Web Page Design 11 Jan 20th, 2008 13:21
Text Highlight Colour Pádraig Starting Out 9 Aug 19th, 2007 11:43
Highlight text Box on rollover timmytots Web Page Design 3 Nov 24th, 2005 21:14


All times are GMT. The time now is 17:00.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43