This symptom crosses all pages. Most of the time it comes up fine. Sometimes the test simply wanders off the right hand side of the scree. Clicking F5 (refresh) resets it fine. Any ideas? (The container is position: absolute)
Two main reasons:
I wanted my content to come as close to the <body> tag as possible (or so SEO suggets)
Seond, I give up on trying to position things with floats and so forth, so opted to created a background gif with everything that didn’t chage so I could concentrate my css and xhtml on the things that did.
As I move forward I may reconsider. But I don’t have a great deal of time or desire to fool with all the css intrigues,
Unfortunately, there’s a basic flaw in that approach. I can’t reproduce your problem of text wandering off the right-hand side - but the text spills out over the bottom of your background gif without me even trying. My default font size is set to 16px, which is pretty standard, but it’s too big for your design. I have to reduce it to fit the text over the background, otherwise the last couple of lines are illegible.
[QUOTE=imaginekitty;5035224]I can’t seem to duplicate the issue. Does it happen on a specific browser?
Curious, isn’t it? The problem occurs on my preferred browser: Firefox 9.0.1 intermittently.
I’m encouraged that it doesn’t seem to repeat the symptom on Safari, Chrome or Explorer. It’s just with 35+ years as a mainframe applications guy, ignoring an intermittent symptom during the test stage often led to many a three-oclock-in-the-morning production call.
Well the most important think on the page is the h1 heading and you don’t even have one! Don’t start messing around with the content as you have made it worse for seo rather than better. There is little benefit (or very slight) from moving content higher up the html in most cases but it is much more important to have logical and structured headings, html and meaningful content.
Don’t set heights on containers that hold text content but let the content dictate the height and then it doesn’t matter what size the users text is as the page just expands downwards a little more.
If you find an intermittent bug then take a screenshot otherwise we may not be able to see what you are seeing if it works this end. usually a screenshot will reveal what is going on (if you are lucky).