Hey people,
The piece of css works fine in firefox, but not in IE. Does anyone know why?
I had to use the 'div' selector because the divs are generated by a content management system, and don't have a class or an ID applied to them.
Oh, the page where i use the code on (incase you want a wee look of your own) is this one.
The piece of css works fine in firefox, but not in IE. Does anyone know why?
I had to use the 'div' selector because the divs are generated by a content management system, and don't have a class or an ID applied to them.
| Code: |
| .blog div{
margin: 0 0 20px 0; padding: 5px; background: #fff url('templates/rock2007/images/bericht.jpg')top left no-repeat; } |
Oh, the page where i use the code on (incase you want a wee look of your own) is this one.
