Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
background-position & IE8
Old 06-09-2009, 01:11 PM background-position & IE8
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
http://baxtersbeefarm.com

I seem to be having an issue with IE8 (and subsequently, Google Chrome) and the background of this website. It should be positioned to the bottom left, but it does not appear to be doing so in these two browsers. I ran a couple searches and didn't find too much on the subject (probably because both are fairly new browsers). Any ideas?
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
 
Register now for full access!
Old 06-09-2009, 04:29 PM Re: background-position & IE8
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Stephanie,
I don't have IE8 or Chrome loaded.. what is wrong, how does it look off ?

In IE7, for instance, at 1024x768, you can see the edge of the background image at the top. Obviously that's because the 'bottom' is different than it would be on a higher resolution.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-09-2009, 05:48 PM Re: background-position & IE8
Super Moderator

Posts: 1,576
Location: Kokkola, Finland
Trades: 1
that's strange - in chrome and ie8 the image starts way up the screen and you can see the bottom about 300px down from the top and it doesn't repeat.

the css for the image looks ok though it's way too big at around 1mb try this jpeg at around 140kb
http://pp.kpnet.fi/prescott/stuff/bckgrnd.jpg

not sure what to suggest...
davemies is offline
Reply With Quote
View Public Profile Visit davemies's homepage!
 
Old 06-09-2009, 06:20 PM Re: background-position & IE8
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Pretty sure she doesn't want it to repeat

Odd that it should be that far off in IE8 and chrome.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-09-2009, 07:20 PM Re: background-position & IE8
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
LNR, if you look at the website using NetRenderer you can see what it's doing in IE8 (when it's working; currently I'm getting a error). Instead of aligning to the bottom left of the page it's aligning to the bottom of the header div? I realize IE8 and Chrome aren't the big dawgs, but I thought it might be an easy fix, something I'm missing.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by TripleMoons; 06-09-2009 at 07:22 PM..
TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 06-10-2009, 01:15 AM Re: background-position & IE8
GeekSpecialties's Avatar
Super Talker

Posts: 132
Name: Leonard
Location: Minnesota, USA
Trades: 0
Here's a capture in Chrome to help you out.
http://dl-client.getdropbox.com/u/41...bee-Chrome.jpg

I'm not sure but maybe has to do with the background image on the body tag, you can try putting a width and height at 100%.. Or try putting it in a wrapper div as the background.
GeekSpecialties is offline
Reply With Quote
View Public Profile Visit GeekSpecialties's homepage!
 
Old 06-10-2009, 12:30 PM Re: background-position & IE8
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
maybe has to do with the background image on the body tag
I kinda doubt that, I've used large bg images on body before w/o any trouble.

Guess I'm going to have to get Chrome loaded.. they won't allow us to load IE8 here at work.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-11-2009, 03:10 AM Re: background-position & IE8
GeekSpecialties's Avatar
Super Talker

Posts: 132
Name: Leonard
Location: Minnesota, USA
Trades: 0
You have a bunch of errors that maybe should be looked into first.

You have an apostrophe causing an error
Code:
type='application/rss+xml' title='Baxter's Bee Farm Product List RSS' href='
Can't have duplicate ID's, nav

You also have image tags inside preformatted text tags <pre>

Need to code & characters into
Code:
&amp;
in the code.

Also no need for inline styles when you already are using css
Code:
style="text-align: center;"
Start with those and see what happens.
GeekSpecialties is offline
Reply With Quote
View Public Profile Visit GeekSpecialties's homepage!
 
Old 06-11-2009, 09:19 PM Re: background-position & IE8
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
Sorry I haven't responded...Didn't get the usual e-mail notification for some reason.

Leonard, the inline code you are seeing is what the CMS puts in. Nothing I can do about that and it certainly isn't the problem as none of the other CMS sites I have running have this oddball background issue.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by TripleMoons; 06-11-2009 at 09:23 PM..
TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 06-11-2009, 09:39 PM Re: background-position & IE8
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
Fascinating, all of those Validation Errors are from the plug-ins. Awesome. You would think they would be made valid before they are made available for use. Not much I an do about that either. Ugg.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 06-11-2009, 11:38 PM Re: background-position & IE8
GeekSpecialties's Avatar
Super Talker

Posts: 132
Name: Leonard
Location: Minnesota, USA
Trades: 0
Unfortunately plugins that don't produce valid code is not uncommon.

Try disabling the plugins, and fix the duplicat ID (nav) and see if you are still getting the problem. If a plugin is causing the issue you have somewhere to start.
GeekSpecialties is offline
Reply With Quote
View Public Profile Visit GeekSpecialties's homepage!
 
Old 06-12-2009, 08:15 AM Re: background-position & IE8
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
The eStore is the plug-in that is not validating. Disabling it does nothing for the background (I didn't think it would). I am however contacting them to suggest validating their code in the future.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 08-20-2009, 06:38 AM Re: background-position & IE8
Junior Talker

Posts: 1
Name: lee
Trades: 0
Hi

I had same problem with background image not appearing at the bottom of the page in chrome and ie 8.....yet i got it looking right in ie6, 7 and firefox.

Solution i found was adding "background-attachment: fixed" as an extra line with my background properties in the body tag.........also added a html style..... as follows

body{
font-family: arial, helvetica, sans serif;
color: #fff;
font-size: small;
background: #E6E6E6 url(images/page_background.jpg) no-repeat;
background-position: bottom left;
background-attachment: fixed;
margin: 0px;
padding: 0px;
border: 0px;
}
html{
position: relative;
padding: 0px;
margin: 0;
border: 0;
clear: both;
height: 100%;
}



hope this helps......let me know if it did


Cheers Lee
ecat_lee is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to background-position & IE8
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.36508 seconds with 12 queries