border css problem – bit unclear
-
hi there. ive been tinkering with some css to get this theme for my blog sorted out. so far ive got almost everything to work, but i need a bit more help.
see this image here…
https://appaholic.files.wordpress.com/2007/10/problem-image.pngyou can see the right hand border doesn’t go all the way down the page.
Im a complete beginner with CSS. the left and right sidebar have the exact same php so it has to be the css. i can even find out where the right border for the left sidebar was defined.
here is an extract of the css i have been playing with“
#sidebar h3 { color: #bd934f; margin: 10px 0 5px; font-variant: small-caps; }
#sidebar ul { margin: 0 0 10px; padding: 0; border-top: 1px solid #363430; border-bottom: 1px solid #363430;}
#sidebar li { display: block; padding: 4px 10px; background: #22201d; margin: 1px 0; }
#sidebar li:hover { background: #363430; }
.leftbar{float:left;width:200px;margin:0;padding:0 10px; overflow:hidden;}
.rightbar{float:right;width:200px;margin:0;padding:0 10px; overflow:hidden; border-right: 1px solid #363430;}
“ill upload the whole css file here
https://appaholic.wordpress.com/home/any css experts around?
Ive slogged it out all day yesterday and most of today so far to get this theme working
any help, pointers, suggestions (other than ditch the theme) are welcome. I managed to make both bars widget aware and added a 2nd sidebar. prior to yesterday i knew no css or php.help solving this problem will warren a free lagal styleXP key for those resposible
thanks
- The topic ‘border css problem – bit unclear’ is closed to new replies.