shawn a schrieb:
haha simply hillarious.

sorry, couldn't resist.

... I think you'll have to return to
absolute positioning.

If so how can i make it work across any resolution?

I don't know exactly what you want to achieve.

replace your rules:
#link1-5:hover { }
#link1-5:hover span { }
by:

#navlist a:hover { ...}
#navlist a:hover span {...
position: absolute;
top: 29px;
left: 50px;
...}

and add position:relative to #navlist li a

When you a.p. elements, you can easily define where the top:0/left:0 origin is by defining a nearest positioned, = containing block.

Did you mean that? Or where should the popups pop up?

Ingo
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to