Right now for the image in question you have: style="position: absolute;
top:-5px; right:5px;

In FF it appears as you would like it, but in IE it looks like it is a
bit too close to the right edge, no?

Try something like this: style="position: absolute; top:-5px; right:5px
!important; right:10px;

IE, since it ignores the !important declaration, will read 10px … all
other browsers will read 5.

Worth a shot if you still need to fudge with the exact placement.

Mani Sheriar
Sheriar Designs | www.ManiSheriar.com   
925.952.4365 (landline) | 925.914.0741 (cell) 
 


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to