Forum Moderators: not2easy
I have a CSS problem:
I defined a div with an ID named "content". I would like to have some margins on the left and the right site of the browser. My class for this div:
div#content{
margin-left: 10px;
margin-right; 10px;
}
Now I defined a table in this div with the following id:
table#results{
width=100%
}
When I look in IE I see a horizontal scrollbar, does anybody knows what I'm doing wrong?
Thanks
Jonathan van den Bosch
You have a ; instead of a :
width=100%
You have a = instead of a :
I recommend trying the W3C CSS Validator [jigsaw.w3.org]