Hi all. Has anyone ever heard of IE8 not rendering frames sometimes? I know that IE and frames are really bad things to use, but I have no choice. We have a web application that has to work w/ IE and...
I'm having a bit of a dilema here w/ the first column of my table stretching to be what seems to be a random width if below I have some multi-line cells that have colspan set to stretch...
Is there any way to detect if the browser window is in full-screen mode via javascript? I've been googling this and not getting much luck. Found one function that doesn't work, the rest are just...
There's 2 reasons:
The code I posted just used a plane color because it's a simple example, I was originally going to use an image (gradient). The document should conform to CSS 2 specifications, so...
Is this the only way to do this? What happens if the parent div grows to be more then 5000px hight? It might do that, because in my app one of the columns could contain an actual essay, it can span...
Hi all! I'm trying hard not to use tables, but can't figure out how to do this w/ box modeling. I would like a div that is auto hight so that it stretches to accommodate the contents. Inside that div...
This is probably a very n00bish question, sorry. I'm trying to get the hang of liquid column layouts and the problem I'm encountering is that the floating divs stretch outside of the containing div...
That makes it so that the green div encompases both the label and select box.
Really, thanks guys, I've decided to do away with the divs around the label and the select box.
Creature appreciates...
Yep, 100% does stretch it across, but for some reason it stretches it a little too much in non IE browsers and makes a scrollbar at the bottom. Here's the code:
Yep, I did. Then the outer div that contained both of them (the aqua-colored one) stopped containing them. So I had to float that div left too. That made it contain them, but it no longer stretches...
Well, I thought I was giving the graphic designers the greatest flexibility. Putting lots of containers w/ class tags around the form my app generates so that they can make it look any...
I'm aware of that, that is the reason I used a span tag instead of a div tag because I need the label and the select box to be side by side. What I need to know is: "Why doesn't span stretch to...
I'm having a bit of a problem with spans: they don't st retch vertically to encompass stuff like large multi select. I'm using spans instead of divs to get the label and the multi select to be next...
I need to do the following: temporarily change the form's target to submit to a new window ("_blank"), then change it back to what it was, submitting to the "_top". This works in: IE,...
I'm trying to get a sample of JSON code using jQuery, but for some reason I'm always getting a '"length" is null or not an object' error in IE and a "syntax error" that points to the...
I'm trying to close the ajax request object by doing xmlHttp.close(), because I got errors earlier on a page that did an ajax request every second (I know, bad idea) if I left the...