PDA

View Full Version : [Solved] Opera compatability issue


David
01-20-2006, 08:30 PM
############ main.css ##############

input.text {
color: #000000;
border: 1px solid #5e74b3;
height: 13px;
}

Change to:

input.text {
color: #000000;
border: 1px solid #5e74b3;
}

###################################
########## top_bar.tpl ############

2nd line:
<p id="path">

change to:
<div id="path" style="height: 19px; width: 100%;">


and (near line 40)

</p>

change to:
</div>

VSDan
01-20-2006, 09:27 PM
Hi David:

Good work! I'd suggest running the CSS through the W3C CSS Validation Service:

W3C CSS Validation Service (http://jigsaw.w3.org/css-validator/)