What's wrong with my CSS that makes top the nav render like this or this on some browsers, and how can I fix it? [more inside]
posted on Jul 10, 2008 - 15 answers ![]()
Is it possible, with HTML and CSS, to nest a two divs, such that the inner div has a height relative to the outer div so that other content in the outer div can display? [more inside]
posted on Apr 4, 2008 - 12 answers
CSS: This should be simple, but I, the super-novice, can't find the answer. I need to figure out how to get my float:right column to sit next to my float:left column, instead of it sitting to the right, but below the left... in IE of course. [more inside]
posted on Apr 27, 2007 - 26 answers ![]()
How do I do multiple sets of multi-column divs w/ CSS inside other multi-column divs? More details in first comment. [more inside]
posted on Nov 28, 2006 - 9 answers ![]()
Following some googling, I've found a few sites that claim you can't use CSS to centre an image vertically within a div. Does this mean that I can't get the images on this page to float in the centre of their respective grey box? At the moment, they only seem to be postioned in the middle at the top of the box and even the middle bit is only because there is a text-align:center in there. (I don't mind If I have to lose the title of the image to get this to work)
posted on Dec 8, 2004 - 13 answers
I'm stumbling through css. Is there a way through CSS to make anchor color in one div different than anchors in another div? I have a div class="menu" - with links in that div, that I want to be a different color than the other links on the page - I have tried .menu:link {color:#660000;} but that doesn't seem to be working. Anyone?
posted on Oct 19, 2004 - 4 answers
I have a div within a div. I want them both to be exactly the same width (but not height), so that the inner div's border will overwrite the outer div's border. Is this possible?
posted on Aug 6, 2004 - 5 answers