Hi,

This is a bit of a complicated issue to explain.  My page appears
perfectly in Firefox and Mozilla, but (as usual) is giving me trouble
in IE:

http://tinyurl.com/ltjred

A set of anchors have <span> sections that appear on hover. They are
absolutely positioned, explicitly from the vertical and implicitly on
the horizontal:

div#desc-wrap a:hover span {
                        display: block;
                        position: absolute;
                        top: 210px;
                        width: 625px;
                        margin: 0 0 0 -6px;
                        padding: 0;
                        z-index: 100;
                        color: #333;
                }

In Internet Explorer, each hidden element is moved horizontally to the
position it appears in the HTML inline.

I tried adding <br /> to the text right before (and after) the <span>
tag, thinking I could kick it down to the next line. No dice.  Any
ideas?

Thanks so much in advance!
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to