Tagged Questions
The document-body tag has no wiki summary.
3
votes
0answers
79 views
Why target the HTML tag when the BODY tag encapsulates everything visible? [closed]
Possible Duplicate:
Should global css styles be set on the html element or the body element?
Why do people target the HTML tag for styling when the BODY tag encapsulates everything visible? ...
3
votes
5answers
5k views
Why is document.body == null in Firefox but not Safari
I have a problem with a page where I am trying to get colorbox (a kind of lightbox for jQuery) working. It doesn't work apparently due to the document.body being null in FireFox (3.5.3). This is not ...
1
vote
3answers
186 views
Dynamically adding a div element in jquery
I use the following function to show a status message after a form submit from my asp.net page.. The function gets called but it(alertmsg div) doesn't seem to show up why?
function topBar(message) {
...
0
votes
0answers
10 views
needs 2 clicks to toggle after click on body
i bet you have seen this happen before. i have a frame appearing on click with toggle() and disappear on body click. problem is, if the frame disappears on body click, it takes 2 clicks to trigger ...
0
votes
1answer
20 views
Webkit moves head content to body, and adds extra space?
It seems Webkit moves all my head tags to the body, and adds a lot of whitespace before the body. When I look at the source, the tags are in the right place. When I inspect the elements using the ...
0
votes
1answer
28 views
Change body size height
Is there any way to change the body height. I tried:
if(document.body.scrollHeight > document.getElementById('DIVBODY').scrollHeight) {
document.body.scrollHeight = ...
0
votes
1answer
1k views
$(document.body).append() doesn't seem to work in IE
I am redirecting my user to my default.aspx when his session expires and default page is referenced under a master page. I show a notification like twitter stating Session Expired what happens is it ...
0
votes
1answer
350 views
“document.body is null” is fixed now I get “.setStyle is not a function”
I'm running into a similar problem as this:
link text
I've done the fix as in the answer but now I end up with an error a couple lines later:
$$([overlay = (new Element("div", {id: ...
-2
votes
2answers
49 views
Random body background-image
I've tried several tutorial on the web and none seems to work properly. What I'm trying to do is quite simple I think:
I have 9 different .jpg images that I need to randomly show up on page load - to ...