Can anybody tell me the usage of Opera 7.11 and if I should worry about making my site look perfect. I am having problems using a 3 column CSS layout. The middle of the 3 columns looks like this
When I added margin-left and margin-right it destroyed the layout in other browsers.
Shall I write this browser off and not worry?
Chris
Code:
#middle{
padding-top: 2px;
padding-bottom: 8px;
width: 594px;
height: 100%;
background-color: #a7a7a7;
border: 4px solid #6a1077;
overflow: auto;
}
When I added margin-left and margin-right it destroyed the layout in other browsers.
Shall I write this browser off and not worry?
Chris