Prob With .css

eug3n_ihweug3n_ihw Join Date: 2003-11-25 Member: 23533Members
<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..

Comments

  • kyliegirlkyliegirl Gorge Master Australia Join Date: 2002-12-11 Member: 10586Members, Reinforced - Shadow
    <style type="text/css">
    </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.....
  • MedHeadMedHead Join Date: 2002-12-19 Member: 11115Members, Constellation
    <!--QuoteBegin--eug3n_ihw+Nov 30 2003, 08:49 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (eug3n_ihw @ Nov 30 2003, 08:49 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> backdround-image:"http://www.hot.ee/descrew/style.css; <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    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?
  • Vulgar_MenaceVulgar_Menace Join Date: 2003-10-29 Member: 22118Members
    Kylie nailed it that time. do that and your golden.
Sign In or Register to comment.