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
Need help with padding/margin... I think?
Old 08-12-2008, 12:57 AM Need help with padding/margin... I think?
Skilled Talker

Posts: 64
Trades: 0
When you view my site in Firefox, the lines are flush at the very bottom of the page. (the side border lines)

When you view it in IE the lines do not meet flush at the bottom of the page. What CSS code/property should I put in to make it fit flush like Firefox? Here is the link so you know what I"m talking about.

http://www.orlandoflooringsolutions.com/test/home2.html


Thanks!
crj900 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-12-2008, 02:00 AM Re: Need help with padding/margin... I think?
kiko5k's Avatar
Skilled Talker

Posts: 82
Trades: 0
I think it is on your css body margin. I think you should set the bottom margin to 0px so that it will touch the bottom part of the page just like in firefox.
__________________

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

kiko5k is offline
Reply With Quote
View Public Profile Visit kiko5k's homepage!
 
Old 08-12-2008, 02:22 AM Re: Need help with padding/margin... I think?
Skilled Talker

Posts: 64
Trades: 0
Do you know the exact CSS code for that? Sorry I'm a bit new to CSS. I'll give it a try though.. Thanks for your help.
crj900 is offline
Reply With Quote
View Public Profile
 
Old 08-12-2008, 03:19 AM Re: Need help with padding/margin... I think?
kiko5k's Avatar
Skilled Talker

Posts: 82
Trades: 0
Try this code and insert it inside your body css...

Quote:
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
__________________

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

kiko5k is offline
Reply With Quote
View Public Profile Visit kiko5k's homepage!
 
Old 08-12-2008, 10:08 AM Re: Need help with padding/margin... I think?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
That's a lot of typing.
CSS
Code:
body {
margin: 0;
}
will do.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 08-12-2008, 12:33 PM Re: Need help with padding/margin... I think?
Skilled Talker

Posts: 64
Trades: 0
Thanks for the help guys, I'll let you know if it works!
crj900 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Need help with padding/margin... I think?
 

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