Received, you should use:
Code:
width: 100%;
text-align: center;
instead, it will be more useful if you check with anyway resolution.
and then, i test with IE 6 and you have 1 more bug with margin in the
Code:
Driver Offer-to-Drive ? (Your help ...)
(See at attachment)
You just need to smaller the margin of the title_text and delete the width of title_text_help:
Code:
.title_text {
height: 40px;
width: 340px;
margin-left: 50px;
margin-top: 5px;
float: left;
position: relative;
background-color: white;
text-align: center;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 2em;
}
.title_text_help {
height: 20px;
margin-top: 15px;
float: left;
position: relative;
background-color: white;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 0.8em;
font-weight: bold;
}
One more suggestion: You should include that two div in another div with width 100% and text-align:center to center it exactly.
Hf ^^
P.S: Any problem? take screen shot and attach to post, i will try to help
Bookmarks