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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Problem with background image repeat
Old 02-03-2007, 04:42 PM Problem with background image repeat
lunchbox170's Avatar
Extreme Talker

Posts: 151
Name: Ben
Trades: 0
http://www.projectdesigns.org/client...ect/about.html

As you can see the background image is set to repeat vertical but it repeats past the last image, in the container. How do I get rid of that line on the bottom?

Thanks
Ben
__________________

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


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


Please login or register to view this content. Registration is FREE
lunchbox170 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-03-2007, 04:57 PM Re: Problem with background image repeat
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
I looked at with FF 2.0 and IE 6.. I don't see the problem you're describing.

All I can say is.. WOW is that BRIGHT !!
__________________
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 02-03-2007, 05:02 PM Re: Problem with background image repeat
lunchbox170's Avatar
Extreme Talker

Posts: 151
Name: Ben
Trades: 0
How can you not see it, it is a black line below the about container there is the curved edges of the about container and then right below it is the black line, you can tell it does not belong there.
__________________

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


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


Please login or register to view this content. Registration is FREE
lunchbox170 is offline
Reply With Quote
View Public Profile
 
Old 02-03-2007, 05:53 PM Re: Problem with background image repeat
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Sorry.. getting late in the day

I tried several things, this worked:

.overview img{
margin-bottom: -28px;
}

28px is the size of your bottom image so you might want to specify for just that image. The image inside the overview div was adding to the height of the box and as such the background tiled behind it.

I don't know why you have that absolutely positioned, you don't need it. You can float it instead this way:
Quote:
.overview
{
width:709px;
background: url(http://www.projectdesigns.org/clients/zProject/images/about_bg_middle.png) repeat-y;

/*position:absolute;
top:11em;
left:16em;
z-index:2;*/
margin: 1.5em 0 0em 16em;
Clear the float with this:
Quote:
.brclear{
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}
Then put <br class="brclear /> below the closing div tag for the overview box.
__________________
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
 
Reply     « Reply to Problem with background image repeat
 

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.14328 seconds with 12 queries