Tagged Questions

0
votes
4answers
176 views

how to fix a document.body is null-error

Hi, I'm having a document.body is null error in my javascript because I use: $(window).width() as value to assign to a variable in my $(document).ready(function(){}); I …
0
votes
3answers
36 views

css columns shrinking 100% pixel value

Hi, I have a page which is divided up into 3 divs, left center and right. I don't want to display anything in the left and right, they just frame the page. #leftDiv { …
1
vote
3answers
360 views

Flex: Send HTTP POST request with binary data in body

Hi everyone, I'm new to Flex and couldn't figure out yet how to send binary data to the server as the body of a POST request. The HTTPService component doesn't seem to support thi …
0
votes
1answer
50 views

CSS Stylesheet Problem

I'm having a problem getting my CSS to work properly in Safari. It was working fine before, but I had to change the file to .php from .css for an unrelated reason. Before, the back …
0
votes
4answers
63 views

Prevent IllegalStateException when reading from request

I have an interceptor for catching Exceptions and sending emails of this exceptions. All my struts actions extend CoreController which implements SerlvetRequestAware. In mail ser …
0
votes
4answers
38 views

set body id to current file name in .net

I am not a .Net guy but trying to get update an existing .net site. Trying to set up a unique id for the body tag even though I am using a master page. <body id="<% page_nam …
0
votes
3answers
46 views

local host network monitor and httpservlet request

I have two Tomcat servers on my machine that communicate with one another. 1) Can someone recommend on a good (free) network sniffer so I'll be able to monitor the requests/ resp …
0
votes
2answers
71 views

What are the issue with putting markup outside <body> ?

I have a bookmarklet storing a lot of DOM data, but I would love to avoid to put them out of the body tag so the script in the page won't mess with it. Semantic value is not an is …
-1
votes
0answers
79 views

Where can I download a male anatomy 3D model? [closed]

I've got a 3D animation project coming up in the next few days where I need to show a medical diagram of the internal organs of a male human body. I don't have enough time to creat …
0
votes
1answer
64 views

WordPress: How can I add extra classes via variables when using body_class()?

Hi, I am trying to add some dynamically (based on the URI) created class names into the standard body_class() statement. The wordpress codex mentions to put the class into the br …
0
votes
6answers
670 views

Changing Body Font-Size based on Font-Family with jQuery

Hi there, I'm trying to use Myriad Pro as my primary font with Arial and such as a fall-back like so: font: 13px "Myriad Pro", "Helvetica", "Arial", "sans-serif"; I want to cha …
0
votes
2answers
49 views

how to refer a textbox inside body of html page in a javascript if textbox is not part of any form?

i have coded a header file which contains a input textbox for search.this header is include in body tag of a jsp page as shown below. <body> <include src="header.ssi"&gt …
1
vote
2answers
105 views

Understanding a sentence about starting up jQuery

What is the definition of entire page in the following line? When the entire page is included via PHP include() or require() function, make sure to put that script code ins …
1
vote
4answers
503 views

Auto-sizing body background image to browser window?

i have a jquery script that allows for changing the body background i want to have the background image of the body scaled to the browser window size there is a script called htt …
0
votes
1answer
42 views

Wicket: how to use the BodyTagAttributeModifier class?

i'm trying to dynamically add the class attribute to the body tag, and i came across this class. but i can't seem to understand how to use this class. i have something like this in …

1 2 next
15 30 50 per page