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 11-06-2006, 12:53 PM   PM User | #1
reubenb
Regular Coder

 
Join Date: Sep 2002
Location: Adelaide, Australia
Posts: 472
Thanks: 3
Thanked 0 Times in 0 Posts
reubenb is an unknown quantity at this point
height background image

hi there,
how come this does not work

Code:
#border-right {
	position:absolute;
	top: 0px;
	right: 137px;
	width:22px;
	height:97%;
	background-image:url(images/border-right.gif);
	background-repeat:repeat-y;
	z-index:2324235;
}

#border-left {
	position:absolute;
	top: 0px;
	left: 137px;
	width:20px;
	height:97%;
	background-image:url(images/border-left.gif);
	background-repeat:repeat-y;
	z-index:512;
	
}
in this container

Code:
#page {
	position: relative;
	top: 0px;
	left:0px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 1035px;
	z-index: 0;
}
to see it live: www.lynxas.com/clients/bonnetts/test.html


thanks..

it works in every browser except IE6. At least Ie7 works..

any ideas??? or workarounds??

thanks

also, on that page, the 100% of the header does not work:
Code:
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url(images/headerbg.gif);
	background-repeat:repeat-x;
	height: 128px;
	z-index: 1;
}
( i get scrollbars, any fixes for that too? ive tried 101.5% and it worked on w2k3 IE but not in IE6...?? )
reubenb 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 10:59 PM.


Advertisement
Log in to turn off these ads.