Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
8answers
8k views

DIV collapsing!

I have a few nested divs: <div id="wrapper"> <div id="header"> <!-- a bunch of float divs here --> </div> <div id="body"> <div id="content"> ...
2
votes
3answers
854 views

CSS layout problems, floats, nested divs

Alright, I have received some helpful information on this personal site I am working on already. Somewhere in my jumbled mess of nested divs I have created some problems for myself. I have floated ...
2
votes
3answers
841 views

xHTML/CSS: How to make inner div get 100% width - margins

I have 2 nested divs and outer one has width:100% <div id="#outer" style="width:100%; border:1px"> <div id="#inner" style="width:100%; border:1px; margin:4px"> something inside ... ...
1
vote
3answers
574 views

jQuery - change border colors of nested divs of same class on mouseover

My html contains a series of nested divs, each having the same class ("shell") but a unique id. <div class="shell s01" id="blah"> <!-- s01 content --> <div class="shell s02" ...
1
vote
1answer
109 views

Is deep divs nesting hitting performance?

I've started using DOM Monster, which is in general pretty cool and helpful. One of the warnings it gave me while analyzing a page I've built is that I have elements nested too deeply (more than 15 ...
1
vote
2answers
63 views

Image in absolute DIV is not positioning from containing DIV

I have a DIV with position:absolute inside another with position:relative. But the inside DIV is flowing out of the other and positioning it self based on the browser not the containing DIV. Any ideas ...
1
vote
2answers
181 views

Unresponsive OnMouseOver event in a dynamically-generated nested DIV

I am using JavaScript to generate a map for a game, and each tile is a seperate div. In order to be able to position the map on my site, I am throwing them all in another div. So for example, ...
1
vote
2answers
924 views

Nested DIVs - How to make it work for Internet Explorer 7?

Nested divs; works perfectly in Firefox-Opera-Safari, how to make it work for IE7? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
4answers
39 views

Can't find parent element in wordpress theme

I have been driving myself to Arkham Asylum status all day trying to figure out why my divs on the top of this site aren't working correctly touchoflunacy.com The divs that contain the links and the ...
0
votes
2answers
117 views

Why do nested Divs come out of the parent in IE

Sorry, I don't have the exact code with me, but hopefully this works with the example I provide. Why is it that in IE, some nested divs pop out and sit in the wrong place (example, 200px down from ...
0
votes
0answers
52 views

Nested Divs - scrollable viewport issue with form field tabbing

I have a problem with the iscroll component. The component basically nests one div inside another, then scrolls the nested div by setting the top and left properties of the nested div and hiding any ...
0
votes
1answer
123 views

Make an entire group of nested div's into one clickable object with jCarousel

Tried searching all over the place for this so either I'm an idiot and don't know what exactly I should be searching for or it's not answered. Being a CSS newbie, I'm going to guess the former, so I ...
0
votes
2answers
78 views

Selecting a div within in a div

Apologies for simple question I am just starting out. I have a navigation div and 4 button class divs inside it. I want to be able to change background class for the appropriate button div when ...
0
votes
4answers
868 views

How to remove the gap between div in html?

I am stuck with this problem and not able to come out of this. Please help me. In my webpage, I have used 3 divs inside a container div.I am trying to remove the unwanted gap between the div. ...
0
votes
2answers
301 views

nested div 100% height with sticky footer

I have a #main div nested within a container div that I want to fill the page down to the sticky footer. I've tried several angles, but can't seem to get it to work. If you don't use firebug, just ...
0
votes
2answers
176 views

How can I make this nested footer sticky to the bottom?

I've been trying a few different things and I'm not sure how to make this footer stick to the bottom. The difficulty comes because there are a number of nested divs inside one another. What I want to ...
0
votes
2answers
355 views

IE7 compatibility error with div container with 4 divs inside

Basically this is my issue, I have a container with 4 divs inside, in firefox it works just fine and also in IE8 but ..it shows the compatibility view all the time, if I click on it, it moves the 4 ...
0
votes
3answers
2k views

Float:right divs appear on next line in IE only

Ok, so I'm working on a prototype of my UI before I start coding the webapp. I got the design mostly done while working in Firefox and (of course) when I tested it in IE, there were a lot of ...
0
votes
1answer
528 views

Overlap two Divs using float

I need to create following page layout using Divs. http://jsfiddle.net/6Lanq/ (please use horizontal and vertical scrollbar to see the exact picture. we have four zones) I accomplished it using ...
0
votes
0answers
90 views

Nested Divs Problem - Not stacking properly with content

I've an issue and need some help. I've some nested divs that look fine - as long as there's no content. Once I added some test text, as the pages may have lots of content, spacing appeared above the ...
0
votes
3answers
601 views

Making right div repeat background based on left div's height

I have two div's in a container div, one floating left, one floating right. I have a php function for a search engine that spits out results, into the left div. what I need to do is have the right div ...
0
votes
2answers
601 views

apply css to nested divs

I use the following code on my page: <div id="itemstable" class="item_type1"> ...other divs here... </div> And in my CSS file I have this code: .item_type1 div { background-image: ...