|
Posted by Jeff on 06/19/06 10:10
Hey!
this is the url
http://home.online.no/~au-holme/pub/66505/index.php
or
http://home.online.no/~au-holme/pub/66505/index.html
There you see that the centre column is very small, and the left and right
column are very wide. I want those left and right column to be 200px wide
general.css
/* CSS Document */
body {
background-color:#FFFFFF;
}
a:link {
text-decoration:none;
}
***********************************************
menu.css
ul#top_menu, ul#top_menu li {
list-style:none;
float:left;
/* margin:0;
padding:0;*/
}
ul#top_menu {
background-color:#FFFFFF;
}
ul#top_menu li a {
border-color:#000000;
color:#000000;
list-style:none;
border-width:1px 1px 1px 0;
border-style:solid;
display::block;
padding:3px;
}
ul#top_menu li.first a {
border-color:#0099FF;
background-color:#CCCC00;
list-style:none;
border-width:1px 1px 1px 0;
border-style:solid;
display:block;
padding:3px;
}
Any suggestions to what I should do to correct this?
"Sid Ismail" <elsid@nospam.co.za> wrote in message
news:41rb92ds0cialimg6qn92d69ng5cg7i1d7@4ax.com...
> On Sun, 18 Jun 2006 22:16:53 +0200, "Jeff"
> <it_consultant1@hotmail.com.NOSPAM> wrote:
>
> :
> : ul {margin-left:-6px;} isn't working....
> :
> : any suggestion?
>
>
> Hi - ok, try:
> ul, li {margin-left:-6px;}
>
>
> Also, maybe post a url? That'll help! :)
>
> Sid
>
>
Navigation:
[Reply to this message]
|