Discussion: IE 7 confusing me!
Afficher un message
Vieux 19/03/2008, 12h22   #7
Bergamot
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: IE 7 confusing me!

Ruth wrote:
>
> www.brianbarr.co.uk (please add /testsite/relative)


Please make it easy for people to you.
http://www.brianbarr.co.uk/testsite/relative/

> 1) My main problem is, why is the secondary menu (in the grey bar - contact
> brian barr, home page etc etc) not showing in IE 7?


I think you have a worse problem - setting the content width to a fixed
60em. Maybe it doesn't matter much to those of you who use a small
default font size, but for those of us with large text, it's way too
wide. There's excessive horizontal scrolling.

Regarding your other issues, I'm having a hard time weeding through your
CSS. Too many stylesheets, too many over-specified rules. You should
simplify. For example:

#navcontainer
{
padding: 0px;
margin: 0px;
right: 0px;
float: right;
display: inline;
position: relative;
width: 100%;
background-color: #615D5C;
}

It's a div element, so margin, padding, right all default to 0 anyway.
Your combination of float, display, position and width don't make any
sense to me. What are you really trying to accomplish here?

If you're letting Dreamweaver generate all that CSS, you should stop
that practice now.

BTW, you should set a foreground color to go with that background.

--
Berg
  Réponse avec citation
 
Page generated in 0,04799 seconds with 9 queries