S
Samuël van Laere
Currently i have the following in my stylesheet:
..menu{
background-color: #FFFFFF;
background-image: none;
color: #336699;
font-family: sans-serif;
font-size: 100%;
margin: 10px;
width: 100%;
text-align: left;
border: 1px solid #DCDCDC;
}
Now the "Width" element works in IE, it fills to the full width available.
But under Mozilla the "Width" element seems to be ignored.
Haven't tested it under Netscape but i asume its the same there.
What is it i need to add?
I don't have a url right now, its still under development.
But perhaps someone could provide me with a possible solution?
..menu{
background-color: #FFFFFF;
background-image: none;
color: #336699;
font-family: sans-serif;
font-size: 100%;
margin: 10px;
width: 100%;
text-align: left;
border: 1px solid #DCDCDC;
}
Now the "Width" element works in IE, it fills to the full width available.
But under Mozilla the "Width" element seems to be ignored.
Haven't tested it under Netscape but i asume its the same there.
What is it i need to add?
I don't have a url right now, its still under development.
But perhaps someone could provide me with a possible solution?