css problem
css problem
Out of context: Reply #9
- Started
- Last post
- 18 Responses
- thismanslife0
Man, if I were you, I'd build it from scratch wthout the positioning... If you want it to be done right. It's a real mess, a lot of conflicting styles in there, i'm suprised it holds up as well as it does to be honest, sorry! For example...
#contentContainer #content blockquote
{
float: right;
width: 301px;
position: absolute;
right: 422px;
top: 83px;
height: 234px;
left: 27px;
}...hmmmm...!