OZONE Asylum
Forums
DHTML/Javascript
javascript or html problem
This page's ID:
28135
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
nope. a "." preceding a selector means that selector is a class (so if you had <p class="this">, you would access it in the CSS as ".this { }") it is simply [code] ul { list-style:none; margin:0; padding:0; } li { list-style:none; margin:0; padding:0; } [/code] Every HTML element can be accessed simply by its name in CSS. The list-style:none; gets rid of the bullets. I know of tons of sites that use this method, as it is really the "correct" method. But more importantly, the specifics of this application are far less important than the overall concept. Every element is a box. Strip it's margins and padding and build up as needed is the general approach I use. We can easily get carried away with best methods and good practice and proper semantics here, but most of that os pointless in this case, what with the tabled layout. It might not even be worth your time to continue the list approach at this point, unless you cannot get it to work with the other suggestions. FWIW [url=http://in-dented.com/sigs.html][img]http://in-dented.com/sigs/knot_sig_32.gif[/img][/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »