Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 9th, 2006, 03:55 AM
Jim Moe
Guest
 
Posts: n/a
Default IE vs FF: image clipped by IE

Hello,
URL: <http://tucsonwomenschorus.com/>
Firefox and Opera both show the image extended to the right of the
content. IE6 does not; it clips it at the boundary of the content area.
Have I made a mistake? Or Is there a workaround for this?

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
  #2  
Old August 9th, 2006, 05:55 PM
Jim Moe
Guest
 
Posts: n/a
Default Re: IE vs FF: image clipped by IE

Jim Moe wrote:
Quote:
Hello,
URL: <http://tucsonwomenschorus.com/>
Firefox and Opera both show the image extended to the right of the
content. IE6 does not; it clips it at the boundary of the content area.
Have I made a mistake? Or Is there a workaround for this?
>
For those eager to know the solution...
The image is positioned with a negative right margin to move it outside
the enclosing div. The div itself had its width reduced to allow for the
news column.
By replacing the width with a right margin fixed the clipping problem.

But IE wasn't done yet: Reflow-on-hover. When the page loads, IE
calculates its various positioning values. When there is a mouseover, IE
recalculates its positioning, differently. The result was that the margins
for the text spread out, reflowing the text and moving the image to the
right a bit. Twitch! The whole mess is described in
<http://www.positioniseverything.net/explorer/percentages.html>.
The solution was to wrap the content and news columns in a div that has
an explicit width defined, say width:100%. It has to be *explicit*.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles