I'm having problems with shadows not displaying properly in both FF and IE, see here
www.tapetmageren.dk/index.php?option=com_content&task=view&id=18&Itemid=33
But in this test site the same pictures display as they should.
virtuemart.bagge-web.dk/
The settings are the same and I also tried to reinstall the bot.
What should I do?
I now know its the template that makes the error but howcome?
I resolved the problem and this is how I did:
I used the plugin for firefox called firebug
and inspected the element I was having trouble with.
Here I identified the file sigpro_default.css that controlled the element I was having problems with. My next step was to play around with some of the margin values. The issue was resolved when I played with the following margins:
.sig_cont .sig_thumb a img {display:block;position:relative;background:#FFF;border:1px solid #ccc;margin:-5px 5px -34px -5px;padding:4px;}
I hope this can help a confused individual like me.
Well, I resolved my problem and I'm pretty happy now :), but never the less I have no clue whats so ever on why my template caused this issue ???