[thelist] CSS Spacing problem

Seyon evolt at delime.com
Thu May 13 20:10:35 CDT 2004


Message from Kevin Switzer (5/13/2004 01:23 PM)
>Can anyone please look at http://ireland.stamats.com/upj2.html and tell
>me how to get the top navigation more even spaced?  I've tried what I
>thought was everything, but I'm obviously missing something.  If you
>want to look at the CSS code, it's at
>http://ireland.stamats.com/upj.css.

Hey Kevin

Have you tried something like
.topnav
{
margin: 0 1em;
}

?

Setting a fixed width on each .topnav element might help too. So maybe
.topnav
{
margin: 0 1em;
width: 250px;
}

Give it a shot, let us know how you fare.

regards.
-marc

--
Trinidad Carnival in all its photographic glory. Playyuhself.com
http://www.playyuhself.com/


More information about the thelist mailing list