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
General Help with Page Size
Old 04-18-2010, 12:23 PM General Help with Page Size
Junior Talker

Posts: 2
Trades: 0
OK, I must be losing my mind. I for the life of me can not figure our whats going on and how to fix it.. I have been scratching my head for hours trying to figure out where I went wrong, so now its time for help.

Here is the site in question (My Fathers site)

http://www.peraultsiding.com/products/

As you can see my text is over lapping the background border. The border should be expanding as text is added, but it's not. I have tried and tried changed everything I could think of and it beginning to drive me NUTS. If anyone could please please help out with this it would be greatly appreciated. I really need to get this site finished and I can't put the rest of these pages till i figure this out.


I have attached my css in case someone wants to check that out also.

Thanks,
Attached Files
File Type: txt styleInner.txt (2.2 KB, 1 views)
djboston is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-18-2010, 03:09 PM Re: General Help with Page Size
jamestl2's Avatar
No scale-itch here...

Latest Blog Post:
Wordpress Relative URLs Plugin
Posts: 2,389
Name: <member type="brilliant" alt="foolish">James Lewitzke</member>
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / North_America / USA / Wisconsin
Trades: 0
You're using margins, which is pushing the areas around the various divs.

(In your case, the margins on the banner and rightPan classes are pushing the curve-3 div).
__________________
Engipress -
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
for Wordpress Projects
jamestl2 is offline
Reply With Quote
View Public Profile Visit jamestl2's homepage!
 
Old 04-18-2010, 03:17 PM Re: General Help with Page Size
Junior Talker

Posts: 2
Trades: 0
OK! How would you do about making the correct change on it, as to not throw the rest of the page out of wack?
djboston is offline
Reply With Quote
View Public Profile
 
Old 04-18-2010, 10:12 PM Re: General Help with Page Size
jamestl2's Avatar
No scale-itch here...

Latest Blog Post:
Wordpress Relative URLs Plugin
Posts: 2,389
Name: <member type="brilliant" alt="foolish">James Lewitzke</member>
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / North_America / USA / Wisconsin
Trades: 0
Well, it depends on what you're saying the "correct change" is. I don't know exactly what that is, but here's what I'd do.

First, because the primary body background image is only 1 X 820. it's going to stop there once your content flows past that. So you'll want to add what's the lowest color on the image to the CSS, so that's the color it'll be once that happens:
Code:
body {
background: url("images/mainBg.jpg") repeat-x scroll 0 0 #C0DEF8;
}
Also, since you still appear to want the text to appear on the background, give your mainBody a (white) background color. With a background color added to the main body section, padding and margins shouldn't have that particular effect.

Then add similar stylings to your footer section once everything else is set.
__________________
Engipress -
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
for Wordpress Projects
jamestl2 is offline
Reply With Quote
View Public Profile Visit jamestl2's homepage!
 
Reply     « Reply to General Help with Page Size
 

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.32238 seconds with 13 queries