|
| |
|
|
rubyaim
Posts: 757 Joined: 6/22/2005 Status: offline
|
Non Indented List in Firefox - 9/5/2005 3:25:24
Hi, hoping someone can help. I'd like a non-indented list for links. What I have is fine in IE, but not working in Firefox. ul.nav { color:#000000; text-decoration:none; font-size:100%; font-family:arial, verdana, helvetica, sans-serif; font-weight:normal; margin:0px } li.nav { list-style-type:none; padding-top:5px; padding-bottom:5px; text-align:center } It's going in like this:
<ul class="nav">
<li class="nav">
<a title="Link: Words" class="left" tabindex="19" href="#top">Link Here</a></li>
<li class="nav">
<a title="Link: More Words" class="left" tabindex="20" href="#top">Another Link</a></li>
<li class="nav">
<a title="Link: Words Again" class="left" tabindex="21" href="#top">Link Here</a></li>
</ul>
In IE, the list looks okay, but it's still indented in FF. Thanks for any help, I've never wanted a non-indented list before. Sally
< Message edited by rubyaim -- 9/5/2005 3:35:04 >
|
|
|
|
c1sissy
Posts: 5087 Joined: 7/20/2002 From: NJ Status: offline
|
RE: Non Indented List in Firefox - 9/11/2005 9:23:54
Just for future reference when designing a page with css you should always zero out your paddings, margins and borders. * { margin: 0px; padding: 0px; border: 0px; } This way you will be removing any default thigns that will cause you problems, and you can insert as needed along your styles. hth!
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|