Go Back   Technology Forums > Computer Forums > HTML and CSS

Share your knowledge and questions, related to HTML and CSS in this forum.


Help w/ this css layout!


Reply
 
LinkBack Thread Tools Search this Thread
  #1 (permalink)  
Old 02-18-2008, 03:43 PM
Junior Member
 
Join Date: Feb 2008
Posts: 2
clem_c_rock is on a distinguished road
Default Help w/ this css layout!

Hello,
I have a css layout that I'm very close to being happy about. I have it working perfectly in all platforms and browsers except IE (imagine that).

Here's an example of what I'm trying to do:

https://encounterprogram.com/lisa_site/css_test.html

Everything looks great in all browsers except the bottom right and left flowery <div> layers.

If you view the page in Firefox you can see how the page should look. In IE the two layers are pushed to the top instead of laying at the bottom of the footer.

Here's the css code for just those layers:

Code:
#div5 
{
    position:relative;
    width:116px;
	height:177px;
    z-index: 1;
    margin-top: 220px;
	background:url(BASE_IMAGES/left_footer_img.jpg);
    no-repeat;
}

#div6
{
    position:relative;
	width:116px;
	height:177px;
    z-index: 2;
	left: 642px;
    margin-top: -177px;
	background:url(BASE_IMAGES/right_footer_img.jpg);
    no-repeat;
}
Thanks for any help anyone can provide.

Clem C
Reply With Quote
  #2 (permalink)  
Old 02-18-2008, 04:57 PM
Administrator
 
Join Date: Dec 2006
Posts: 304
shri has disabled reputation
Default

I'll muck around with the CSS in a bit and get back to you.

Famous last words -- I don't think its going to be too complicated to fix.
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 07:48 AM
Junior Member
 
Join Date: Feb 2008
Posts: 2
clem_c_rock is on a distinguished road
Default

Thanks a lot, appreciate any help that comes my way!
Reply With Quote
Reply





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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Advanced Search

All times are GMT -6. The time now is 07:31 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.