Message
From
04/03/2010 19:48:28
 
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
01452421
Message ID:
01452661
Views:
20
The final working version in both browsers is as follow:
<STYLE>
#ImageSpecial
{
   Background-Image: url(Images/Special2_E.png);
   Width: 79px;
   Height: 59px;
   Position: Relative;
   Margin-Top: -59;
}

.ImageStore
{
   width: 79px;
   Height: 59px;
}
</STYLE>

<IMG SRC=Store/1-1000/00000042.jpg Class=ImageStore><DIV ID=ImageSpecial></DIV>
Basically, in order to avoid a bug in IE and have everything ok, the DIV should come after.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View