Pete Home wrote:

>I am trying to get the entries in an un-ordered list to be the same in IE6
>and FF
>
>The page is at http://www.cityboxer.com/newsite/travel/n-bigfight.shtml
>
>There is another slight difference with the Travel 'Sticker' which is in a
>slightly different position between the two browsers.
>
>Thanks in advance
>Pete
>
>PS. My thanks once aging to Francky for all of his help.
>
Yep,
Fune tuning of the sticker can be made in the ... #sticker styles :-) :

#sticker {
   margin-top: -152px;
   margin-right: -88px;   
   margin-bottom: -20px;
} 

is for arranging the position for FF and other real browsers,

* html #sticker { 
   margin-right: -110px; 
   margin-bottom: -30px;
}

can be used for fine tuning IE.

Greetings,
francky



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to