|
jonnyb -> Opera Trouble :( (8/12/2003 18:09:34)
|
Hi firstly I am very new to CSS I have this site that uses an external CSS and it displays as intended in IE, NN, Mozilla, K-Meleon. However show it to Opera and it looks dreadful. Can someone with tell me the problem with table bg and Opera? Heres the site: http://www.chewmagnacricket.co.uk/home.php ...and here's the source of my basic (but seemingly longwinded) style sheet. I am sure it can be condensed/improved any suggestions on that would be fab. Your help is really appreciated
a:link{
background-color: transparent;
color: #990033;
text-decoration: none;
}
a:visited{
background-color: #FFFFEE;
color: #000000;
text-decoration: none;
}
a:hover{
background-color: #CCCC99;
color: #000000;
text-decoration: none;
}
body{
margin: 0px;
padding: 0;
}
hr{
background-color: transparent;
border: 2px dashed #CCCC99;
padding: 0;
}
p{
margin: 0 0 10px 0;
padding: 0;
}
input{
background-color: #FFFFEE;
color: #000000;
font-family: georgia ,verdana, arial, helvetica, sans-serif;
font-size: 11px;
}
select{
color: #000000;
background-color: #FFFFEE;
font-family: georgia ,verdana, arial, helvetica, sans-serif;
font-size: 11px;
}
textarea{
color: #000000;
background-color: #FFFFEE;
font-family: georgia ,verdana, arial, helvetica, sans-serif;
font-size: 11px;
}
#footer{
font-family: georgia ,verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 1.5em;
padding: 0px;
}
#innertable{
color: #000000;
background-color: #FFFFFF;
border: 1px solid #333333;
font-family: georgia ,verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 1.4em;
padding: 0px;
}
#innertable2{
color: #000000;
background-color: #FFFFFF;
font-family: georgia ,verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 1.6em;
padding: 2px;
}
#middletable{
color: #000000;
background-color: transparent;
font-family: georgia ,verdana, arial, helvetica, sans-serif;
font-size: 11px;
padding: 0px;
}
#outertable{
color: #000000;
background-color: #CCCC99;
border: 3px dashed #999966;
}
#quicklinks{
color: #000000;
background-color: #FFFFEE;
border: 1px solid #333333;
font-family: georgia ,verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 1.5em;
padding: 0px;
}
#bottom{
color: #000000;
font-family: georgia ,verdana, arial, helvetica, sans-serif;
border: 1px solid #333333;
background-color: #FFFFEE;
font-size: 11px;
line-height: 1.3em;
padding: 2px;
}
Regards Jonny
|
|
|
|