Hi David & css-d,

On 6/29/05, David Wang <[EMAIL PROTECTED]> wrote:
> The site I'm working on has an absolutely positioned menu at the top of each
> page. However, within the markup, the menu is actually at the end of the
> page. The menu (#smenu) shows correctly in Firefox but not in IE.

Bizarrely if you change #smenu to relative rather than absolute
positioning like this:

div#smenu {
        position: relative;
...

then IE seems better but Ff does what you'd expect and displays the
#smenu relative to its initial position :-(

James
______________________________________________________________________
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