Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-30-2009, 02:58 AM   PM User | #1
rye_ryu
New to the CF scene

 
Join Date: Apr 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
rye_ryu is an unknown quantity at this point
Question Positioning in css

I'm trying to modify a template. My problem is rather obvious...

http://shellitech.net/dho/index1.html

how do I move the content boxes down do that the main image at the top is not covering them?

Here is my CSS http://shellitech.net/dho/style.css
rye_ryu is offline   Reply With Quote
Old 04-30-2009, 03:29 AM   PM User | #2
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Hello rye_ryu,
Try letting #banner expand to enclose the image you've placed in it. You have it set at height:326px; but the image that's in it is ...524?
like this -
Code:
#banner {
	clear: both;
	/*height: 326px; remove this height*/
	width: 776px;
}
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Users who have thanked Excavator for this post:
rye_ryu (04-30-2009)
Old 04-30-2009, 03:39 AM   PM User | #3
rye_ryu
New to the CF scene

 
Join Date: Apr 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
rye_ryu is an unknown quantity at this point
PERFECT!!

It worked, thanks a bunch!
rye_ryu is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 07:59 AM.


Advertisement
Log in to turn off these ads.