IT.COM

Help making Opera compatible

Spaceship Spaceship
Watch
Hi, ive just got a small problem with my tables displaying white in Opera instead of grey - which they should, and as shows up in IE.
is there any quick fix for this? www.blackmule.net
Any advice appreciated.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
never used opera before


perhaps opera is programed only to show web safe colors only

so thats why it diplays white, just a thought
 
0
•••
Re: Help making Opera compatible

Originally posted by sagoth71179
Hi, ive just got a small problem with my tables displaying white in Opera instead of grey - which they should, and as shows up in IE.
is there any quick fix for this? www.blackmule.net
Any advice appreciated.

You're talking about the grey border color around your tables right?

If you are, then opera doesn't support the bordercolor attribute. It's an Internet explorer specific attribute.

You can get it to work with opera by using css. If you add something like this in the head section of your page:
Code:
<style type="text/css">
table.bordercolor { 
border-style: solid; 
border-color: #333333 
}
</style>
And then if you replace the code where you have the bordercolor=#333333 in your table tag with class="bordercolor" that should make it work.
 
0
•••
Thanks - that worked just nicely.
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back