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 ruunning out
Old 12-14-2006, 11:09 PM Problem with background ruunning out
Average Talker

Posts: 25
Trades: 0
Hi guys, on my site www.aboutclout.com, the black ground stops after the ad sky scraper on the left, how do i fix this? You can see examples of thos in the longer articles such as front, clout, getting in shape etc

thanks
ashtonuk is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-15-2006, 12:26 AM Re: Problem with background ruunning out
wogazm's Avatar
Ultra Talker

Posts: 274
Trades: 0
wow that is weird indeed..

i think its because your left bar has ended so the black background stops even though your article is still going..
__________________

Please login or register to view this content. Registration is FREE
wogazm is offline
Reply With Quote
View Public Profile
 
Old 12-15-2006, 04:33 AM Re: Problem with background ruunning out
theblt's Avatar
Super Talker

Posts: 119
Trades: 0
Look in your emx_nav_left.css file for this:
Code:
#pagecell1{
	position:absolute;
	top: 122px;
	left: 15px;
	right: 2%;
	width:95.6%;
	background-color: #000000;
	visibility: visible;
	height: 1139px;
}
Take out the height restriction so it looks like this:
Code:
#pagecell1{
	position:absolute;
	top: 122px;
	left: 15px;
	right: 2%;
	width:95.6%;
	background-color: #000000;
	visibility: visible;
}
Just a few tips:
-Don't keep the title of your pages "Untitled Document", it's really unprofessional
-Make the navigation on the left look more like navigation, for some users they might just think it's another table
theblt is offline
Reply With Quote
View Public Profile Visit theblt's homepage!
 
Old 12-15-2006, 06:27 AM Re: Problem with background ruunning out
Average Talker

Posts: 25
Trades: 0
Quote:
Originally Posted by theblt View Post
Look in your emx_nav_left.css file for this:
Code:
#pagecell1{
    position:absolute;
    top: 122px;
    left: 15px;
    right: 2%;
    width:95.6%;
    background-color: #000000;
    visibility: visible;
    height: 1139px;
}
Take out the height restriction so it looks like this:
Code:
#pagecell1{
    position:absolute;
    top: 122px;
    left: 15px;
    right: 2%;
    width:95.6%;
    background-color: #000000;
    visibility: visible;
}
Just a few tips:
-Don't keep the title of your pages "Untitled Document", it's really unprofessional
-Make the navigation on the left look more like navigation, for some users they might just think it's another table
thank you very much for your help and advice
ashtonuk is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Problem with background ruunning out
 

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