Hello OTland members,
It has been a while since I used CSS. I noticed a problem when changing between two different layouts.
This is how it look with layout number one. (Everything is fine).
This is how it look with layout number two. Not how it should be.
I don't think there's any problem with how it's coded actually, could it be that the layout doesn't support this?
Here's the CSS code though.
Sincerely,
Taste
It has been a while since I used CSS. I noticed a problem when changing between two different layouts.
This is how it look with layout number one. (Everything is fine).
This is how it look with layout number two. Not how it should be.
I don't think there's any problem with how it's coded actually, could it be that the layout doesn't support this?
Here's the CSS code though.
Code:
.online {
border-spacing:1px;
width:100%;
font-size:12px;
}
.online thead {
background-image:url("img/newsheadline_background.gif");
background-repeat:repeat-x;
background-color:#1c565a;
color:white;
font-weight:bold;
text-align:left;
}
.thead_subtitle {
background-image:url("img/newsheadline_background.gif");
background-repeat:repeat-x;
color:white;
font-weight:bold;
text-align:center;
}
Sincerely,
Taste