SitePoint Sponsor |
|
User Tag List
Results 1 to 9 of 9
Thread: FF and webkit rendering issue
-
Sep 15, 2008, 06:08 #1
- Join Date
- Mar 2002
- Location
- northern MI
- Posts
- 1,392
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
FF and webkit rendering issue
http://tinyurl.com/5gxv67
There is an image, fall_brochure.jpg, which is inserted at the start of the content area of this page through a CMS.
In IE6/7 the image displays where expected, but in FF and webkit, it's appx 160 px below. I've tried all the tricks I can come up with to even identify if this is a HTML, CSS or JS issue, but to no avail.
Since FF and webkit both is doing this, I get a sneaking feeling they do it right, and IE is just trying to forgive me and placing it where I want the image.
The page structure is sound, There's regular CSS hacks that works cross browser. I'm reaching out to my peers and SP experts, what the heck is going on?
-
Sep 15, 2008, 09:21 #2
-
Sep 15, 2008, 09:34 #3
-
Sep 15, 2008, 09:55 #4
- Join Date
- Mar 2002
- Location
- northern MI
- Posts
- 1,392
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
My fault Ed, I should have been more specific.
When I say the page structure is sound, I mean that nothing on the page influences the behavior I'm seeing. Ampersands in URL's and deprecated HTML does not change what's happening in FF and webkit. What concerns me is that my testing shows that this is not a CSS or HTML issue.. which is really weird.
Tommy, Paul OB, anyone seeing this as well?
-
Sep 15, 2008, 09:58 #5
- Join Date
- Mar 2002
- Location
- northern MI
- Posts
- 1,392
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Sep 15, 2008, 11:30 #6
- Join Date
- Feb 2005
- Location
- from Madrid to Heaven
- Posts
- 8,271
- Mentioned
- 252 Post(s)
- Tagged
- 1 Thread(s)
I tried in FF and Google Chrome (which is supposed to be based in webkit) and it looks fine.
It messes up in Safari for windows and the HTML validator gives 13 errors
-
Sep 15, 2008, 12:19 #7
Add 'overflow:auto' to #toolbox. You're seeing IEs float expansion bug.
-
Sep 15, 2008, 12:38 #8
- Join Date
- Mar 2002
- Location
- northern MI
- Posts
- 1,392
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Sep 15, 2008, 15:27 #9
- Join Date
- Feb 2005
- Location
- from Madrid to Heaven
- Posts
- 8,271
- Mentioned
- 252 Post(s)
- Tagged
- 1 Thread(s)
Bookmarks