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 05-31-2012, 09:19 PM   PM User | #1
wicked_s2k
New to the CF scene

 
Join Date: May 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
wicked_s2k is an unknown quantity at this point
Header image scaling wrong

My header image and white area are not the width they are supposed to be I have been messing with this for an hour or so to no conclusion. Can anyone help me with this little issue thanks. Below is the CSS for it. Both are currently measuring at 985px not the 1100px they are supposed to be.

EDIT** RESOLVED ISSUE, cause of problem firefox zooming was scaling them when I took screens to measure. Didn't realize this till looks at page on different machine.

Code:
#white_area {
	background-color: #FFFFFF;
	margin: -10px auto 0px auto;
	width: 1100px;
	height: 1060px;
}
#head {
	position: absolute;
	margin: 0px auto 0px auto;
	background: url(../images/home/lau_index_header.png) no-repeat;
	width:1100px;
	height: 202px;
}

Last edited by wicked_s2k; 05-31-2012 at 10:32 PM.. Reason: Resolved
wicked_s2k is offline   Reply With Quote
Reply

Bookmarks

Tags
css, development, html, web

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:32 AM.


Advertisement
Log in to turn off these ads.