OZONE Asylum
Forums
Site reviews!
Tables to CSS (did I do it right?)
This page's ID:
21947
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
Some quick comments: The links are to big, the h1 heading does Not scale very well. The header graphic is a bit jagged. Wondering if the Em fontsize could be the problem i did some reading at [url=http://www.alistapart.com/articles/elastic/]Alistapart[/url] and i did fiddle with it (thanks to the edit-css exteension from firefox). Basicly al the ems in your document are relative . And since the C from css is for cascading they will be relative to the parent container eg the fontsize in the body tag. According to the above ALA article setting the first fontsize to % will solve some troubles. So i changed your stylesteet like this: [quote] body { font-family: 'Courier New', Serif; font-weight: bold; [b]font-size: 80%;[/b] text-align: left; color: #C0C0C0; background-color: #000000; } [/quote] Thus the base fontsize is a bit smaller. To let the h1 scale better i changed it's fixed size (3em) to the more flexible size keywords thus: [quote] } h1 { border-left: double; border-top: double; border-right: double; border-bottom: double; font-weight: bold; [b]font-size: xx-large; [/b] text-align: center; color: #C0C0C0; } [/quote] This is a longshot but it seems to scale better when switching to 800*600 or smaller. However the heading might stiil break out the box when the siet is shoen in ean even smaller window. My sugesstion would be to set some padding an margins for to all the divs to make sure they wil not overlap when page is scaled down. ------------------------------ Do something usefull: support [url=http://www.justice4pat.com/]Justice for Pat Richard[/url] [small](Edited by [internallink=298]Rinswind 2th[/internallink] on 05-27-2004 23:12)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »