OZONE Asylum
Forums
Site reviews!
Reworking my site once again
This page's ID:
25187
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
And I'd like to think that I'm getting better at keeping things simple. This is mostly a css upgrade from what I have now, and I've cleaned up my html somewhat, taking out some extra code that I probably should never have put in there in the first place. Eventually I'd like to be able to offer sytleswitching options, but that is still a bit beyond me yet. I want to work with what I (think I) know for now, and not worry about tossing a script in there, no matter how simple it might be. I've validated both the css and the html, and they both pass with the exception of tracking script that my webhost puts at the end of each page. That generates errors every time and there is nothing I can do about short of changing webhosts, which isn't really possible at this time. Please let me know what you think. Sample page : http://lahutton.50megs.com/testing/lcdf/blogit5.htm css : http://lahutton.50megs.com/testing/lcdf/coeur5.css Thanks! EDIT - *sigh* I checked the page that validated properly, and it came up with the menu wrong (it looked like a list instead of the bar that it currently is). I'm not sure what I'm doing wrong with my menu lists. If I put <ul> in there, then thepage validates, but doesn't display as I want it to. But if I take the <ul> out, then the page looks how I want it, but doesn't validate. Here is the html and the css that I've obviously got wrong somewhere : [code] <div id="nav"> <li><a href="index.htm">home</a></li> <li><a href="graphics.htm">art</a></li> <li><a href="writings.htm">writings</a></li> <li><a href="blogit.htm">blogit!</a></li> <li><a href="links.htm">links</a></li> <li><a href="about.htm">about</a> </li> </div>[/code] [code]ul, ol, li { color: #A95288; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; padding: 0px 15px 0px 10px; margin: 0px 0px 0px 15px; } #nav { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; display: inline; margin-left: 0px; text-decoration: none; } #nav li { display: inline; margin: 0; padding: 2px 5px; border-left: 5px; float: none; } #nav li a { } #nav li a:link { color: #A264E4; padding: 2px 5px; border-left: 5px; text-decoration: none; } #nav li a:visited { color: #8B9E72; padding: 2px 5px; border-left: 5px; text-decoration: none; } #nav li a:hover { background-color: transparent; padding: 2px 5px; border-left: 5px solid #5226AA; color: #5226AA; } #nav li a:active { padding: 2px 5px; border-left: 5px; color: #A264E4; } [/code] So now I really need some help! :confused: _____________________ [sigrotate][img]http://lahutton.50megs.com/sigs/asylum_sig04a.gif[/img]|[img]http://lahutton.50megs.com/sigs/asylum_sig03b.gif[/img][/sigrotate] [url=http://lahutton.50megs.com]coeur de feu[/url] Qui sème le vent récolte la tempête! [small](Edited by [internallink=4276]RhyssaFireheart[/internallink] on 03-05-2005 09:44)[/small] [small](Edited by [internallink=4276]RhyssaFireheart[/internallink] on 03-05-2005 09:52)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »