[SOLVED] IE 7 background-position problem

This is a discussion on "[SOLVED] IE 7 background-position problem" within the Web Page Design section. This forum, and the thread "[SOLVED] IE 7 background-position problem are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 15th, 2007, 08:06
Up'n'Coming Member
Join Date: Nov 2006
Location: Orem, Utah
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] IE 7 background-position problem

https://www.erapbdesigns.com/catalyst_new.html

The problem is the background-positioning in IE 7 for #divBottomSectionOuterBGWrapper. The background positions itself properly in FF, Opera, Safari 3 for Windows, and even IE6, but for some reason IE7 isn't rendering it correctly. Now here's the weird thing. When I give it an absolute background position like "left 100px" It shows fine in IE7 and all others...weird....Anyone have some ideas?

Approx. Line 57 in the css

Code: Select all
#divBottomSectionOuterBGWrapper {
    background-color: #FFFFFF;
    background-image: url(../slices/bottom_section_bottom_bg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    overflow: hidden;
}
https://www.erapbdesigns.com/catalyst_new.html

Thanks in advance,

Paul

P.S. Code is valid XHTML Strict

Last edited by catalystmediastudios; Nov 15th, 2007 at 08:54. Reason: Valid
Reply With Quote

  #2 (permalink)  
Old Nov 15th, 2007, 08:38
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE 7 background-position problem

How strange. On your site now, it looks right in IE7, and wrong in FF.

Have you tried using % notation instead? For example, "background-position: left 100%".

Your page looks fantastic, by the way.
Reply With Quote
  #3 (permalink)  
Old Nov 15th, 2007, 08:53
Up'n'Coming Member
Join Date: Nov 2006
Location: Orem, Utah
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE 7 background-position problem

Really? I have Firefox 2.0.0.9 on Vista and IE 7 on Vista. I just changed the positioning to bottom because you may have thought that was the bug I don't know though. 100% doesn't work in IE7 either Thanks for the compliments on the design

Last edited by catalystmediastudios; Nov 15th, 2007 at 08:57.
Reply With Quote
  #4 (permalink)  
Old Nov 15th, 2007, 09:02
Up'n'Coming Member
Join Date: Nov 2006
Location: Orem, Utah
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE 7 background-position problem

Nevermind fixed it. It was a bug with the overflow:hidden; attribute. I didn't upload it so it will still look the same if you try to view it. Thanks for the help though
Reply With Quote
  #5 (permalink)  
Old Nov 15th, 2007, 12:40
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE 7 background-position problem

Quote:
Originally Posted by MikeHopley View Post
Have you tried using % notation instead? For example, "background-position: left 100%".
Hmmm ... I don't think you can have a numerical value with a keyword (left, right, etc...)

But ... now that I'm looking the W3C background-position section there is no mention of that
Reply With Quote
  #6 (permalink)  
Old Nov 15th, 2007, 20:26
Up'n'Coming Member
Join Date: Nov 2006
Location: Orem, Utah
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Re: [SOLVED] IE 7 background-position problem

I've done it before and it seems to work. I just ran it through validations and that didn't come up as an error. I did forget to take out a float property though haha.
Reply With Quote
Reply

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Background-Position Causes IE to Scroll Aerdan Web Page Design 2 May 11th, 2008 01:37
CSS Background-Position Rollover Broken in IE Aerdan Web Page Design 2 Apr 16th, 2008 20:54
[SOLVED] div background image problem in ie Rincewind Web Page Design 7 Nov 30th, 2007 09:30
a:hover and background-position issue with ie6 mezema Web Page Design 5 Jun 15th, 2006 15:32
background-position:bottom; <-- not working ? ifunky2 Web Page Design 2 Feb 14th, 2006 21:56


All times are GMT. The time now is 22:00.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43