[Solved] Opera compatability issue
Posted January 7th, 2009 byCategories: straightguysca.com
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:
change to:
and (near line 40)
change to:
Good work! I'd suggest running the CSS through the W3C CSS Validation Service:
W3C CSS Validation Service (http://jigsaw.w3.org/css-validator/)
#If you have any other info about this subject , Please add it free.# |