Forums
This topic is locked
CSS: Aligning Lists
28 May 2004 13:09:39 Tom Dude posted:
If you go to: www.chrisrudland.co.uk/about_me.aspYou'll see that the list are okay if you are using IE, but weh nyou use anything like Netscape, Mozilla etc. You'll notice the list are indented in as usual.
So, how do you make the lists work?
P.S. Here's the css I use for the lists
<pre id=code><font face=courier size=2 id=code>
ul {
margin-left: 15px;
margin-top: 0px;
margin-bottom: 0px;
}
li {
list-style-type : disc;
margin-top : 3px;
}
ol {
margin-top : 3px;
}
</font id=code></pre id=code>
Replies
Replied 28 May 2004 17:03:40
28 May 2004 17:03:40 Dave Thomas replied:
its indented in mozilla, but it still all works, looks and functions ok.
do a quick search on google for 'css bugs', you'll be amazed.
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
Edited by - UltraDav on 28 May 2004 22:03:12
do a quick search on google for 'css bugs', you'll be amazed.
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
Edited by - UltraDav on 28 May 2004 22:03:12