OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
How to fix this heights in IE ?
This page's ID:
27930
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
[code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Sunsuron's Garage</title> <style type="text/css"> body { padding:0px; margin:0px; } .container { background-color:#26354A; } .logo { font:24px Times New Roman, Times, serif; color: #FFBA00; letter-spacing:.3em; line-height:26px; padding:15px; } .tagline { font: 11px Arial, Helvetica, sans-serif; color: #D3DCE6; line-height:16px; } .orangeborder { background-color:#FF6600; height:4px; } .greyborder { background-color:#D3DCE6; height:1px; } </style> </head> <body> <div class="container"> <div class="logo">Sunsuron's Bookstore<span class="tagline"><br /> Buy Used Books</span></div> <div class="orangeborder"> </div> <div class="greyborder"> </div> <div class="greyborder"> </div> <div class="orangeborder"> </div> </div> </body> </html> [/code] That is my source code. When preview in IE, the orange & grey are too large. How do I fix this for IE ?
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »