Prob With .css
<div class="IPBDescription">yup, i have a problem</div> if u recognize this then please look it through and tell me what is wrong.. i dunno... in preview everything is alright, but when i upload it its all messed up.
here is the result when i upload it but there should be some text and other stuff... but they dont show up
and here teh thing itself >>
body {
font-family:arial;
font-size:12px;
background-color:#000000;
padding:0;
margin-top:0;
margin-right:10%;
margin-bottom:0;
margin-left:10%;
backdround-image:"http://www.hot.ee/descrew/style.css;
}
#maintable{
border:1px solid#ffffff;
background-color:#336699;
linehight:1.5em;
}
#maintable td{
padding:20px;
}
#maincontent{
border-left:2px dotted #ffffff;
vertical-align:top;
font-size:100%;
}
p a{
font-family:arial;
color:#ffcccc;
background:transparent;
}
p a:hover{
color:#ff0800;
background:transparent;
}
p a:visited{
color:ccffff;
}
#sidebar{
width:190px;
font-size:12px;
vertical-align:top;
background-color:#336699;
font-size:100%;
}
#sidebar a {
padding : 3px;
display : block;
border : 2px dotted #ffffff;
text-decoration : none;
font-family : Arial;
line-height : 1em;
width : 160px;
}
#sidebar a:link , #sidebar a:visited{
color : #ffcccc;
}
#sidebar a:hover , #sidebar a:active{
color : #ffffff;
background-color:#333366;
border:2px solid #333366;
}
#current a{
color:#ffffff !important;
background-color:#333366 !important;
border:2px dotted #ffcccc !important;
}
img{
border:0 none inherit;
display:block;
}
when my brother checked it everthing was fine, but in the net it doesnt werk..
i used a program called TopStyle lite 2.10.
and my browser is mozilla..
here is the result when i upload it but there should be some text and other stuff... but they dont show up
and here teh thing itself >>
body {
font-family:arial;
font-size:12px;
background-color:#000000;
padding:0;
margin-top:0;
margin-right:10%;
margin-bottom:0;
margin-left:10%;
backdround-image:"http://www.hot.ee/descrew/style.css;
}
#maintable{
border:1px solid#ffffff;
background-color:#336699;
linehight:1.5em;
}
#maintable td{
padding:20px;
}
#maincontent{
border-left:2px dotted #ffffff;
vertical-align:top;
font-size:100%;
}
p a{
font-family:arial;
color:#ffcccc;
background:transparent;
}
p a:hover{
color:#ff0800;
background:transparent;
}
p a:visited{
color:ccffff;
}
#sidebar{
width:190px;
font-size:12px;
vertical-align:top;
background-color:#336699;
font-size:100%;
}
#sidebar a {
padding : 3px;
display : block;
border : 2px dotted #ffffff;
text-decoration : none;
font-family : Arial;
line-height : 1em;
width : 160px;
}
#sidebar a:link , #sidebar a:visited{
color : #ffcccc;
}
#sidebar a:hover , #sidebar a:active{
color : #ffffff;
background-color:#333366;
border:2px solid #333366;
}
#current a{
color:#ffffff !important;
background-color:#333366 !important;
border:2px dotted #ffcccc !important;
}
img{
border:0 none inherit;
display:block;
}
when my brother checked it everthing was fine, but in the net it doesnt werk..
i used a program called TopStyle lite 2.10.
and my browser is mozilla..
Comments
</style>
or
<link rel="stylesheet" href="css file location"
type="text/css">
you put those commandes before and after? oh and you need to spell check some commands in it. and also
#sidebar a:link , #sidebar a:visited{
color : #ffcccc;
}
#sidebar a:hover , #sidebar a:active{
color : #ffffff;
background-color:#333366;
border:2px solid
whats with the #sidebar thing? ive never had to do that.....
1. It's background, not backdround.
2. You need to finish off the quote in your background, I think.
3. I don't have a lot of experience with .css, but should the image BE a CSS file?