Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Roll Over Problem in IE 6
Old 01-21-2008, 01:43 AM Roll Over Problem in IE 6
Novice Talker

Posts: 12
Name: mohammed
Trades: 0
http://posintechnologies.com/emagine...TML/login.html

please open the above url in IE 6, and rollover the left side menu, its color change but when we roll out the mouse its still the same color and not change to lightblue color, its perfectly working in the firefox and IE 7


this is HTML
<div class="userLinkRLBorder ">
<ul>
<li><a href="a" ><span>Title</span></a></li>
<li><a href="s"><span>Concepts</span></a></li>
<li><a href="d"><span>Buy:Linden dollar</span></a></li>
<li><a href="f"><span>Sell: Linden dollar</span></a></li>
</ul>
</div>

this is the CSS

.userLinkRLBorder{
border-left:solid 5px #66ced1;
border-right:solid 5px #66ced1;
}

.userLinkRLBorder ul{
margin:0px;
padding:0px;
}

.userLinkRLBorder li{
margin:0;
padding:.1em 0;
list-style-type:none;
}

.userLinkRLBorder li a {
text-decoration:none;
color:#000000;
}

.userLinkRLBorder li a span{
display:block;
width:11.4em;
padding:0.5em 0 0.5em 2.3em;
background:url(../images/menuImage.jpg) no-repeat;
}

.userLinkRLBorder li a:hover span {
background:url(../images/menuImage.jpg) 0 -31px no-repeat;
}

.userLinkRLBorder .current a span {
background:url(../images/sideLinkImgCurrent.gif) no-repeat;
}


Thanks & Regards
Mohammed Sunely
__________________
Mohammed Sunely
Web Designer

Please login or register to view this content. Registration is FREE
msunely is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-21-2008, 07:20 AM Re: Roll Over Problem in IE 6
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
IE6 and below only supports the hover pseudoclass on <a> elements.


http://www.xs4all.nl/~peterned/csshover.html
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 01-21-2008, 11:01 AM Re: Roll Over Problem in IE 6
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
Is it perhaps because you're missing a:visited & a:active?

I've noticed that IE will do screwy things with menu rollovers if you don't have all of the pseudoclasses in working order.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 01-21-2008, 11:29 AM Re: Roll Over Problem in IE 6
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Exactly, and you MUST specify them in the CORRECT order:
Link, Visited, Hover, Active - just remember LoVeHAte
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by LadynRed; 01-21-2008 at 11:50 AM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 01-21-2008, 11:33 AM Re: Roll Over Problem in IE 6
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
Oooooooooooo! I'm learning and remembering!
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 01-24-2008, 04:53 AM Re: Roll Over Problem in IE 6
Novice Talker

Posts: 12
Name: mohammed
Trades: 0
Hi

Thanks for your kind help... I try all this trick but its not work even its hover does not work.

Any thing else that can solve this stupid porblem.

Thanks & Regards
__________________
Mohammed Sunely
Web Designer

Please login or register to view this content. Registration is FREE
msunely is offline
Reply With Quote
View Public Profile
 
Old 01-24-2008, 05:11 AM Re: Roll Over Problem in IE 6
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
you haven't added the behaviour .htc so it won't
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 01-25-2008, 04:39 AM Re: Roll Over Problem in IE 6
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
I looked at the web site and I still don't see the a:visited & a:active pseudoclasses?
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 01-28-2008, 06:23 AM Re: Roll Over Problem in IE 6
Novice Talker

Posts: 12
Name: mohammed
Trades: 0
i didn't updated online i tried on local host
and please can u give me detail of .htc, what is it and how to use?

Thanks
__________________
Mohammed Sunely
Web Designer

Please login or register to view this content. Registration is FREE
msunely is offline
Reply With Quote
View Public Profile
 
Old 01-28-2008, 03:52 PM Re: Roll Over Problem in IE 6
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
the link in post #2 has all you need to know.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Roll Over Problem in IE 6
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.30353 seconds with 12 queries