OZONE Asylum
Forums
Site reviews!
Tips/Suggestions
This page's ID:
10532
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
Hello! Well, I had a look at your site even though I am using Explorer 6.0 on this machine. Your site looks fine here, as you already know. I like the looks of your site a lot, clean, Colour scheme is good, easy to find and so on. The typical clean look a CSS based site usually has. A very brief look at your html code: You could save tons of space by not using tables in your menus. Maybe you stepped into the same problem as I did, "want to have lists, but CSS makes them jump like 5 px from left edge of the box". This is how you could try to make it in CSS: Put [b]ul[/b] and [b]li[/b] into your CSS document, [b]list-style-type : disc[/b] for ul, and [b]margin-left : 0[/b] for both ul and li. That way your lists in your menus should start at the very left, and you could skip the entire table system you have made for your menus. The menuheader in your list could have the background color in [b].menuheader[/b] as well. You only need to say: [code]<div id="lmenuLYR"> <div class="menuheader">.: Webmaste(R) :.</div> <ul> <li><a href="http://www.unusualfrequency.com/index.shtml">Main</a></li> <li><a href="http://www.unusualfrequency.com/index01.shtml">Info</a></li> <! -- the rest of your menu -- > </ul> </div>[/code] By the way, do you need to put out the full address for your links? I haven't worked with shtml, so I don't know if it works differently when linking to documents inside your main folder. But isn't it enough with - for example - [b]a href="index.shtml"[/b] for documents in main folder, and [b]a href="3Dworld/index.shtml"[/b] for document in another folder? Maybe it's different with shtml, I don't know. If so, I apologize for the comment. I am an amateur in web design, but willing to help if there is something I know about. Good luck with your site. Looks good! ~~Kartis - in Cell 1025~~
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »