Link frame to remove images that now blue or another color

Now this is certainly not a Magento specific problem, because each side could struggle with this problem. It is again a problem, which only and only occurs in Internet Explorer and browsers such as Safari, Firefox, Chrome etc.. not noticeable. To image links are frame, although there should be no. What color or structure (dotted, dashed,…

Magento – HTML simple mouseover command for images

Is to change an image or image button, when the user moves the mouse over it, There are many ways. A very simple, which is quickly installed in a CMS, this. The following code to the right place in the CMS set: <div class =”Hier_Ihre_CSS_Klasse”><a href=”{{store url=”Ihre_Seite_Wenn_es_ein_Link_sein_soll.html”}}”><img onmouseover=”this.src='{{skin url=’images/media/banner1-over.jpg’}}’;” onmouseout’>”this.src=’{{skin url=’images/media/banner1.jpg’}}’” src=”{{skin url=’images/media/banner1.jpg’}}” alt =”Ihre_Beschreibung” /></a></div>”this.src='{{skin url=’images/media/banner1.jpg’}}’” src=”{{skin url=’images/media/banner1.jpg’}}” alt =”Ihre_Beschreibung” /></a></div> to enclose…