Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-03-18 03:40:11
- wspence
- Member
- Registered: 2006-09-03
- Posts: 84
IE7 issues...imagine that...
or maybe its a problem with my code? hmm… if you look at the site I’ve been working on http://www.jonesspencewedding.com/ in firefox the background renders properly repeated vertically along the side and in ie8 its not even there. anyone have any idea what i could have done wrong here?
Offline
Re: IE7 issues...imagine that...
Have you tried validating your site? Grab the IE7 devbar too.
Offline
#3 2008-03-18 05:24:31
- wspence
- Member
- Registered: 2006-09-03
- Posts: 84
Re: IE7 issues...imagine that...
Validate XHTML Strict and CSS is valid…still no sign of it. Going to install the toolbar. Will see if it works
Last edited by wspence (2008-03-18 05:41:17)
Offline
#4 2008-03-18 07:05:07
- wspence
- Member
- Registered: 2006-09-03
- Posts: 84
Re: IE7 issues...imagine that...
I have nothing…but I’ll play around a bit with it.
Offline
Re: IE7 issues...imagine that...
Suggestion (because I don’t really understand what’s going on here…): delete the scroll
-attribute in your background
-declaration on the body. So it wil look like this:
body { background: #FCFBF5 url(http://www.jonesspencewedding.com/img/mainbk.png) repeat-y; }
…Prrrrrrrr…
Offline
#6 2008-03-19 04:15:04
- wspence
- Member
- Registered: 2006-09-03
- Posts: 84
Re: IE7 issues...imagine that...
yeah that did nothing as well. Hmmm…this is the weirdest thing I’ve seen with IE.
Offline
Re: IE7 issues...imagine that...
Try going back to basics – get rid of everything but the body and slowly add content in.
Offline
#8 2008-03-19 04:46:51
- wspence
- Member
- Registered: 2006-09-03
- Posts: 84
Re: IE7 issues...imagine that...
gotcha jm…working on that now.
Offline
#9 2008-03-19 05:30:46
- wspence
- Member
- Registered: 2006-09-03
- Posts: 84
Re: IE7 issues...imagine that...
Well when i strip down to even just the body, its still not showing the image. Maybe there’s a hack I can do here. I’ll figure it out. I don’t let these things beat me.
Offline
Re: IE7 issues...imagine that...
I found your problem – one helluva typo! :P
background: #fcfbf5 url(http://www.jonesspencewedding.com/img/mainbk.png)repeat-y;
should be:
background: #fcfbf5 url(http://www.jonesspencewedding.com/img/mainbk.png) repeat-y;
Last edited by jm (2008-03-19 06:01:25)
Offline
Re: IE7 issues...imagine that...
So you should have copied my code! :-)
…Prrrrrrrr…
Offline
Pages: 1