I have 3 links...

page
<a href="faq.php?q=faq1" class="unselected">1</a>
<a href="faq2.php?q=faq8">2</a>
<a href="faq3.php?q=faq14">3</a>


in FF they line up horizontally but in ie6 they clear so they look like a 
vertical list

page 1 2  3 4

and in IE6

page

1
2
3
4

the css


#faq_nav {
color:#000000;
position:absolute;
bottom:10px;
margin-top:10px;
}

#faq_nav a {
display:inline;
color:#000;
}
#faq_nav a:link {
display:inline;
color:#000;
}
#faq_nav .unselected{
text-decoration:none;
}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to