OZONE Asylum
Forums
Site reviews!
Site Review #2 Plz
This page's ID:
9915
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
It doesn't work correctly on mozilla. I am assuming this since, the main content boxes overlap the left hand navigation. Looking at your code I have a number of ideas. 1) You should only have one element with a given id on a given page. You can have multiple elements with the same class, but only one element per page with a given ID. 2) For ease of coding it is normally easier to write you img tag as <img src="." /> as opposed to <img src="."></img> it saves a few bites. I am looking at your content, and there is not much there to give it a place on the page. You might try looking at something along the lines of: [code] .content { margin-right: 200px /* or some other amount larger than you navigation area */ } [/code] You would then assign you navigation to be some sort of absolute positioned element. The two column layout would fit perfectly into a classic blue robot 2 column. [url=http://www.bluerobot.com/]http://www.bluerobot.com/[/url] WHen I look at your CSS I see a lot of clutter in there. I think you could spend some time on that and really clean it up. I am pretty sure there is no need for all those z-index references. And most times you do not need to specify relative (even though for the future it might be a good idea, but I really don't know). I think you could most likely cut a lot of clutter out of there. I wish I could see it correctly because it has some promise. [url=http://www.sinc.sunysb.edu/Stu/dcurran] [img]http://www.sinc.stonybrook.edu/Stu/dcurran/siggy_004.gif[/img] [/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »