There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Web Design & Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
css divs overlapping


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
vance_iat's Avatar
Member with 78 posts.
 
Join Date: Apr 2006
10-Feb-2007, 10:04 AM #1
css divs overlapping
Please look at ecolibrio.com/new.html and you'll see that Layer 1 has content that overlaps into layer 2. What i want to do is when i type in content into layer 1 that it pushes down layer 2. Right now, layer 2 just sits there and layer 1's content is overlapping. I've tried clear:left and clear:both on layer 2 but doesn't work.
namenotfound's Avatar
Computer Specs
Distinguished Member with 2,108 posts.
 
Join Date: Apr 2005
Location: New York
Experience: I know what I know, I am
10-Feb-2007, 11:07 AM #2
You're using absolute positioning for both. Which means they're gonna stay put. Plus you defined a specific height which means the box won't expand as the text does.

Try this:

Code:
<!--
#Layer1 {
	
	width:882px;
	
	z-index:1;
	border: 1px solid red;
}
#Layer2 {
	
	width:200px;
	height:115px;
	z-index:2;
	top: 130px;
	clear: left;
	border: 1px black solid;
}
-->
vance_iat's Avatar
Member with 78 posts.
 
Join Date: Apr 2006
10-Feb-2007, 06:31 PM #3
thanks namenotfound! that's was what i needed.
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 10:44 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.