[thelist] help, please, a:hover visibility problem in IE5.5 win

Will Wallace willrwallace at earthlink.net
Fri Jan 16 18:55:45 CST 2004


Hi Natalya

IE 5.5 Win has a bug where the link stays 'active,' staying however the 
last style is defined. You need to code the all states, in the 
following order every time to avoid the problem.

Link, Visited, Hover, Active. (mnemonic LoVe HA!). I usually make link, 
visited, and active the same. Also, you may want to code for focus 
(same as hover except using keyboard) between visited and hover.

Hope this helps.

Will

On Jan 16, 2004, at 18:26, Natalya Hucek wrote:

> Sorry to bug you about this one -- but I am spending another night 
> looking for a solution/error/bug (?)
>
> Here is the problem: the rollover effect image disappears on rollover) 
> , while working on Mac incl. Safari, does not work on my IE 5.5 win.  
> The image stays where it is no matter what I do to the code :(
>
> here is the URL
>
> http://www.ludwiginteriordesign.com
>
> here is the CSS bit
>
> ==================
>
> #quotation
> 	{position: relative; top: 50px;padding: 0px;  width:680px; color: 
> #CCCCCC; margin-left:auto; margin-right: auto; text-align:justify; 
> font-style: italic}
>
> #quotation img
> {position: absolute; width: 370px; height: 100px;
> left: 50%; margin-left: -185px; top: 30px; border: 0;padding: 0;}
>
> #quotation span {display: block; text-align:right; font-style: normal}
>
> #quotation a
> 	{text-decoration: none; color: #CCCCCC}
>
> #quotation a:hover
> 	{text-decoration: none; color: #666666;}
> #quotation a:hover img {visibility:hidden}
>
> ==================
>
> and one more thing -- anybody heard of the solution for the 
> first-letter inside a link in div?
>
> same CSS bit with this:
>
> #quotation:first-letter
> 	{float:left;
> 	font-size:400%; font-style: normal; margin-left: 4px; margin-right: 
> 3px;}
>
> I switched it of for now -- can' make it work properly across 
> platforms....
>
> Thank you for your time -- in advance,
>
> Natalya the amateur
>
> -- 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester and 
> archives of thelist go to: http://lists.evolt.org Workers of the Web, 
> evolt !



More information about the thelist mailing list