|
Posted by Hymer on January 31, 2008, 6:05 pm
Please log in for more thread options
message
> Hymer wrote:
>
>>>> I just added an image to a line of html and it looks correct in
>>>> IE6,
>>>> IE7, and in FF 5. But in Opera it is giving me a left margin down
>>>> the whole page.
>>>>
>>>> Can anyone see a fix for this? My code is below. I added the
>>>> first
>>>> line using imgmap3.
>>
>> Here is the URL for the test page:
>> http://www.usernomics.com/indexTEST.html
>
> .imgmap3{ /* Mobile Site Link*/
> float: left;
> margin: 4px 0px 0 0;
> border: none;
> }
>
> Change the top margin from 4px to 1px or less.
>
> That said, you have way too much "pixel precision" going on in
> there.
>
Thanks so much. That worked like a charm.
Bob
|