Industry guru Dave Taylor offers tech support on technical and business topics, including iPhone, iPod, Microsoft Windows, Sony PSP, cellphones, online advertising, CSS, Web design, business, Unix, Linux, SEO, Mac OS X, and shell script programming.     


CSS positioning on my Web page causes overlap?

I'm having a problem with a title block on one of my sites. When the browser window is below a certain size (about 750px in width), one of my absolute positioned divs overlaps another. How do I make it so that the browser just displays a scroll bar once this minimum size is acheived rather than starts overlapping my divs?


Dave's Answer:

I know exactly what you're talking about, and if you push around the window size on this page, you'll find that there are some weird overlaps and visual effects as the window gets exceeding narrow.

Try it. Right now. I know you want to. :-)

The problem is that when you have blocks of information specified, you're really defining containers that have fixed attributes including minimum width and height. Typically, if you have something like <div><img src="someimage.jpg" height="100" width="400" /></div> then your container is constrained to the same size as the element, in this case 100x400.

If you have two of these side by side on a browser window that's only 700 pixels wide total, say, then the browser is in a pickle: does it chop off one of the graphics? Render the page and slap down a horizontal scrollbar? Or ?

Now, let's add to the challenge by having the CSS containers positioned using Cascading Style Sheet specifications: <div style="left:20px;width:100px"> Now the browser must put this container 20px from the left margin, regardless of how wide the page is. You can see where rendering can be tricky!

If you want to force the page to have a horizontal scrollbar, then I would suggest that you have an enclosing container that has the full, all-element width specified (e.g., <div style="width:800px">). If, instead, you'd rather have the element have its own scrollbar while the rest of the page lays out however it can in the browser window, experiment with the CSS attributes width and overflow: scroll.

I hope that all helps. You might find it helpful to grab a copy of my new book Creating Cool Web Sites with HTML, XHTML and CSS too.


More Useful HTML, JavaScript and Web Site Programming Articles:
✔   How to Create Predefined Google Image Search Links?
Thanks for the Amazon URL [see Creating Amazon Search Links]. That worked beautifully. In fact, I sent you $5.00 for coffee in thanks....
✔   Can I embed a Facebook search box on my blog site?
I've seen your articles about how to add a Twitter or Google search box on a Web page, but I have a tougher...
✔   Can I use CSS for drop shadows on my blog?
I want to give my site a bit of a facelift and add some neat graphical elements. One of which is drop shadows....
✔   How can I embed interactive photo panoramas on my site/blog?
I read through your blog entry about how to take panoramic photos with iOS 6 and an iPhone 5 and got enthused. I've...
✔   How can I create a Twitter search URL shortcut?
I'd like to add a few Twitter search links to my Web site. Is that possible, or does Twitter prohibit this sort of...

Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
    Enter your name: and your email addr:  




Categorized: HTML, JavaScript and Web Site Programming   (Article 3934, Written by )
Tagged: css, html 5
Previous: Can't install Sun Star Office on Windows XP?
Next: Can I use Firefox with AOL?




Reader Comments To Date: 1

Benjeman Washington said, on April 21, 2007 11:23 AM:

Can you help me make my site look somthing like http://www.freewebs.com/revfleethq/

Starbucks coffee cup I do have a lot to say, and questions of my own for that matter, but first I'd like to say thank you, Dave, for all your helpful information by buying you a cup of coffee!

I do have a comment, now that you mention it!











I will never send you any unsolicited email. Ever.






Check This Out Too...

 
Look for Answers
Need Help? Ask Dave Taylor!


Follow Me on Pinterest

Find Me on Google+
ADT on G+
© 2002 - 2013 by Dave Taylor. All Rights Reserved.

Note: This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site. Further, please note that by submitting a question or comment you're agreeing to my terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site. My lawyer says "Thanks".
"Ask Dave Taylor®" is a registered trademark of Intuitive Systems, LLC.