First, under body you have:
body {
background-image: url(images/fundo.jpg);
font-size: 11px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
text-align: center;
color: #DE861A;
margin-top: 5px;
margin-bottom: 5px;
padding: 48;
}
Note the last padding properties doesn’t define units. Should be 48px?
Then under comentario:
.comentario{
font-size: 11px;
line-height: 12px;
color: #DD8919;
font-family : 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
width: 470px;
text-align: justify;
margin-top: 0px;
padding-left: 48px;
float: left;
}
See the padding-left? Make it 0 or delete it…
Not sure if this will cascade any other issues…
I changed what you were talking about but still doesn’t work!
Uh, yes it does ;’) Clear your cache.
I cleared my cache and the comments page it’s still not aligned ^^v
Need a referee here! (Looks fine when I go there now, unlike before).
Looks OK in FF. (I know for sure I’ve checked it before when it didn’t 🙂
Well I have done everything but it stills doesn’t work…my comments are after and not next to the sidebar .___.
Good reason never to use IE :->
J/K. It is a huge pain trying to get other browsers to work. Good luck!
But all the friends that visit my website use IE 🙁
Well I have done everything but it stills doesn’t work…
You must have missed something, you still only have the one css file.
Well… to start with, there are 31 errors validating your XHTML. I would start there…
Check out Your Validation
Well, I revamped all the website to work with what I have done =)
Thanks anyway!