Spacing out links with CSS. Hi I have a number of links in a top navigation banner. Instead of puting the HTML links into a table. I decided to space out the links using CSS.
I tried using something like these in the style sheet to space the links with an ID on the TD element.
1.
td#top-links a:link{
padding 0,20px,0,20px;
}
2.
td#top-links a:links{
margin: 0,20px,0,20px;
}
3.
tried also a span elemnt class around each link used both padding and margin.
Have found that dispaly fine in IE but not in NS. Any ideas how I can get this to work in both.
Thanks
Angus
I tried using something like these in the style sheet to space the links with an ID on the TD element.
1.
td#top-links a:link{
padding 0,20px,0,20px;
}
2.
td#top-links a:links{
margin: 0,20px,0,20px;
}
3.
tried also a span elemnt class around each link used both padding and margin.
Have found that dispaly fine in IE but not in NS. Any ideas how I can get this to work in both.
Thanks
Angus