Forum Moderators: not2easy
I am attempting to create a 'border' around images in my site by applying a background image and padding.
Here is the CSS code:
{ background:url(../images/homePattern.gif) repeat top left; padding: 10px; }
In Firefox, it displays properly: Each image in the site has a background image that extends 10px (the padding)on each side, as intended.
In Internet Explorer, the padding doesn't work.
Is there an available workaround?
Thanks in advance,
D