Previous Message
Next Message

Site check - IE issues

Sent by Bob Redpath on 20 March 2005 16:04


I think what was happening was when I was using a negative margin,
some browsers did not show the menu.  I switched it (below) and am
curious if it is now visible in your browser.

 I switched it from my hack
 #menu {
                margin: -5px 0 0 0;
                padding: 0;
        }
 
 To  (Thanks Jérôme)
 #header img
 {
        display:block;
        border:none;
 }
 
 Thanks for the help,
 Bob
 
 
> On Sat, 19 Mar 2005 06:08:36 -0500, Robin Friedman [EMAIL-REMOVED]> wrote:
> > I checked your link using IE 5.2 on MacOSX, and the browser seems to be
> > ignoring the menu float property. The menu list is stacked up
> > vertically, and consequently interfering with other things on the page.
> >
> > I did take a look at it, but unfortunately, I am too new to css to
> > figure it out. I was actually up early this morning working on a float
> > problem myself, and ended up using relative positions instead. I
> > checked another site that I did and I used the inline property to
> > create the horizontal menu bar at the top. So I would be VERY
> > interested in anyone else is aware of Mac IE seemingly ignoring floats.
> >
> >
> > > I'm having an issues IE on a new site I'm building
> > > www.socialsecuritymatters.org.
> > >
> > > I tested it in IE 6.0 and it works fine, but some users who are using
> > > IE say the navigation menu is not visible.  I don't have specifics of
> > > the browser (build, security settings, etc...)  but anyone have ideas
> > > on why the horizontal menu doesn't show in some IE, but is fine in
> > > other IE & mozilla browsers.
> > >
> > > Secondly, in IE a space below the top image shows (right above the
> > > menu)
> > >
> > > CSS here: www.socialsecuritymatters.org/stylesheet.css
> > >
> > >
> > > Bob
> > > ______________________________________________________________________
> > > css-discuss [EMAIL-REMOVED]]
> > > 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/
> >
> >
>
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread:

Possibly related: