Killersites.com Homepage Welcome Guest   |   Register  |  Login
Login Name Password
  Search  
  Index  | Recent Threads  | Unanswered Threads  | Who's Online  | User List  | Help


Quick Go »

No member browsing this thread
Thread Status: Active
Total posts in this thread: 17
Posts: 17   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1320 times and has 16 replies Next Thread
Male angelopc
Newbie



United States
Joined: Dec 4, 2006
Post Count: 46
Status: Offline
Reply to this Post  Reply with Quote 
One Tiny Graphic Bug In IE6 (on my site)

I'm creating a site, for a client, and I can't figure out why the site looks fine in FF & IE7, but not in IE6. It's only a slight cosmetic problem, but it's really bugging me. If you look at the bottom of the page, using IE6, you'll see what I mean. The content_bg.gif repeats too far.

h++p://www.scottmeter.com

Can anyone tell me how to remedy this problem?

Thanks!
----------------------------------------
Ed

[Jul 16, 2007 9:20:22 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male leegao
Member




Joined: Jul 11, 2007
Post Count: 65
Status: Offline
Reply to this Post  Reply with Quote 
Re: One Tiny Graphic Bug In IE6 (on my site)

put this in your css code:
background-repeat:no-repeat;

and it'll do the job ;)
[Jul 16, 2007 1:08:05 PM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male angelopc
Newbie



United States
Joined: Dec 4, 2006
Post Count: 46
Status: Offline
Reply to this Post  Reply with Quote 
Re: One Tiny Graphic Bug In IE6 (on my site)

???

Thanks for the advice, but I'm afraid that doesn't make any sense. Have you looked at the CSS code? I WANT the bg to repeat. I just want it to stop where it's supposed to.
----------------------------------------
Ed
[Jul 16, 2007 1:47:03 PM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male leegao
Member




Joined: Jul 11, 2007
Post Count: 65
Status: Offline
Reply to this Post  Reply with Quote 
Re: One Tiny Graphic Bug In IE6 (on my site)

I'm only talking about the content DIV
[Jul 16, 2007 2:39:24 PM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male newseed
Advanced Member
Member's Avatar


Joined: Apr 2, 2005
Post Count: 2141
Status: Offline
Reply to this Post  Reply with Quote 
Re: One Tiny Graphic Bug In IE6 (on my site)

REMOVE this from the HTML:

<div id="footerline"></div>

REMOVE this from the CSS:

#footerline {clear:both; background-image:url(../img/footer_bg.gif);
background-repeat:no-repeat; width:717px; height:10px; margin:0px; padding:0px; }


Finally, ADD this to the #footer:

#footer {background-image:url(footer_bg.gif); background-repeat:no-repeat; font-size:12px; text-align:center; padding: 10px 0px; color:#FFFFFF; }
----------------------------------------
Success is based on how much you spend. If it's not money, then the alternative is your time.
The Kasper Group

[Jul 16, 2007 3:43:48 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male angelopc
Newbie



United States
Joined: Dec 4, 2006
Post Count: 46
Status: Offline
Reply to this Post  Reply with Quote 
Re: One Tiny Graphic Bug In IE6 (on my site)

Hmmm...that didn't work. It left the entire content div with no bg.
----------------------------------------
Ed
[Jul 16, 2007 4:03:53 PM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male newseed
Advanced Member
Member's Avatar


Joined: Apr 2, 2005
Post Count: 2141
Status: Offline
Reply to this Post  Reply with Quote 
Re: One Tiny Graphic Bug In IE6 (on my site)

Hmmm...that didn't work. It left the entire content div with no bg.


The reason is probably the image's file path. The code I posted is calling on the image on my server.

#footer {background-image:url(../img/footer_bg.gif); background-repeat:no-repeat; font-size:12px; text-align:center; padding: 10px 0px; color:#FFFFFF; }

I believe that's the path. If not, just correct it and it will work.
----------------------------------------
Success is based on how much you spend. If it's not money, then the alternative is your time.
The Kasper Group

[Jul 16, 2007 4:09:27 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male angelopc
Newbie



United States
Joined: Dec 4, 2006
Post Count: 46
Status: Offline
Reply to this Post  Reply with Quote 
Re: One Tiny Graphic Bug In IE6 (on my site)

I saw that and immediately made it right. It didn't work, even after making that change.
----------------------------------------
Ed
[Jul 16, 2007 6:02:33 PM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male newseed
Advanced Member
Member's Avatar


Joined: Apr 2, 2005
Post Count: 2141
Status: Offline
Reply to this Post  Reply with Quote 
Re: One Tiny Graphic Bug In IE6 (on my site)

I looked at your site. Did you upload the changes because it still has the same old codes.
----------------------------------------
Success is based on how much you spend. If it's not money, then the alternative is your time.
The Kasper Group

[Jul 16, 2007 6:34:50 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male angelopc
Newbie



United States
Joined: Dec 4, 2006
Post Count: 46
Status: Offline
Reply to this Post  Reply with Quote 
Re: One Tiny Graphic Bug In IE6 (on my site)

Yes. Then I undid the changes and uploaded again. I couldn't leave the site looking the way it did.
----------------------------------------
Ed
[Jul 17, 2007 11:48:05 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Posts: 17   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread