I have a nice image gallery going, but when you manually adjust the window size to a narrower width the thumbnail divs extend below the containing div. Am I clearing my floats wrong? Thanks, Matt http://thesweetwatercabin.com/photos_alt.html div.clearer {clear: left; line-height: 0; height: 0;} View full post on Tycoon Talk
if 2 divs that are floated to the left are next to each other, but they add up to be more than the page size, then they are forced onto different lines. is there a way to allow them to stay on the same row and just let there be a horizontal scroll bar? View [...]
Hello everyone, First let me warn you, I’m a guy with no real web site building experience – I’m trying to help a friend with a small web site he wants to build for a possible business. Therefore, my questions might frustrate you I attached a zip file with an screenshot of the code, and [...]
So I’m trying to design my first website, I’m looking to add social icons to my site like twitter and facebook. But having a problem targeting these div’s. I was able to target the twitter icon fine, but than when I tried to make a div for the facebook icon no values seem to be [...]
I’m trying to put two divs side by side. I want the div on the right to take up as much room as it needs (php echos code for an image in this div, so the width needs to be variable for images of different widths) and the one on the left to take up [...]
For some reason, I have a mental block about positioning elements in css and knowing when to use
relative/absolute, blocks, overflow, floats, etc. If someone is up to the challenge, could you set me straight on where Im going wrong with my divs? I cant seem to line up the center box content or get [...]
Hello, I’m trying to teach myself the ways of CSS, PHP, HTML, etc over Christmas break. I know I’ll only learn the basics, but I thought that coding my portfolio website would be a good way to learn. I’m also not sure if this is in the correct forum, but I think the problem lies [...]
Hi, Firefox seems to ignore the link text within div, here is a sample, HTML Code: <div> <div id="inner1></div> <a href="#" ><img src=… >link text</a> <div id="inner2"></div> </div> The div height is only upto end of the image, its not considering link text in its height. Though, it works fine in IE Please help. View [...]
Hi All, Hope you can help, i have been pulling my hair out over this one and there isnt much left. I am creating a website which was going to use a menu on each page but then this was getting to complex to I opted for the <?php include("menu.php"); ?> route. now I have [...]
http://opencarttheme.co.uk/test/ The div that contains the floating elements doe’s not stretch the whole way down. Whats wrong? View full post on Webmaster-Talk.com