Christine,

On Jan 2, 2006, at 10:51 AM, Christine Robinson wrote:

> I did receive a good solution for my IE and FF problem. I have covered 
> image
> sizes for 1024x768 through 1280x1024 with this solution. Now, I am 
> being
> challenged to come up with a solution for those that may use 800x600. 
> For
> those interested in seeing what I have used, the website address for my
> testing is: http://itmbanner.blogspot.com/

In your case, the easiest solution would be to set a min-width on the 
body of about 820px.  Users will get a horizontal scroll bar, but at 
least the content will stay put.

In general the percent width on the image will be problematic unless 
all the widths, margins, and paddings are also done in percents.  As it 
is now, when I open your site at my normal browser window width the 
image drops below the right column because the left column doesn't have 
enough width to hold it.

If you open up the 'javascript console' from the 'Tools' menu, you will 
see a number of issues that can cause odd behavior in browsers.  You 
will also see that firefox is throwing away some invalid css.

I'm not sure how much of this is under your control, and how much is 
part of the blogger framework.  If it is the blogger framework, and if 
there's no way to write the markup without it, I'd consider putting my 
blog elsewhere.  Styling this markup is going to drive you crazy.

hth
Roger,

Roger Roelofs
"Remember, if you’re headed in the wrong direction,
        God allows U-turns!"
          ~Allison Gappa Bottke
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to