0
votes
6answers
19 views
Check multiple boxes without scripting?
I'm building a website where one of the main features is a nice treeview menu used to select values. If a user clicks on a checkbox that has any children in its tree, I want it to check the children …
0
votes
1answer
23 views
Brighten a section of a webpage background
Is there any way to have a semi-transparent overlay in a webpage and will brighten the underlying content? I'm wanting to have a dynamic content in the background of a transparent overlay with one …
12
votes
9answers
708 views
Can I stop .NET eating IDs?
I'm an Information Architect and JavaScript developer by trade nowadays, but recently I've been getting back into back-end coding again. And, whilst trying to get an HTML prototype integrated and …
0
votes
0answers
8 views
HTML input text cannot select text using mouse
I have a HTML page with input text elements and textarea elements.
Text typed into these elements can be selected with the mouse cursor. Clicking anywhere on the text value places cursor in that …
0
votes
0answers
9 views
Can’t select text in input box on IE
I have an input box that is inside of a div, the div has a background image and the input box inside of it is positioned and limited in size / font to work nicely with the background image. In FF …
0
votes
3answers
28 views
regex - match not in tag
this should be easy but somehow I can't figure it out:
I have HTML snippet like this one:
<p style="padding:0 10 20 30; margin: 1 2 3 4 ">This is 201 some 20 text 1 <b>30</b> with …
1
vote
1answer
90 views
Determine record in multi record html form
In a html form, I'm displaying multiple records from a table, ready for update.
Right now I use: name=<column-name>_<pk-id> value=<value> for the fields.
Then in my python-script I …
1
vote
3answers
77 views
How to implement navigation bars like here?
It's in fact a picture.
See #navMain in this page
Best in jQuery.
0
votes
3answers
20 views
jquery see if any boxes checked
How do I find out if the users have checked any of the boxes with jQuery? Thanks.
<div id="boxes">
<input id='id1' type='checkbox'>
<input id='id2' type='checkbox'>
<input …
0
votes
1answer
11 views
Can you access properties/methods of parent window from the child?
if I create a popup in JavaScript I can access its properties:
var myWin = window.open("test.htm");
myWin.property1;
but my question is, can I access properties/methods of parent window from the …
2
votes
4answers
38 views
Wrapper DIV in 100% width website.
Im creating a website where the header, footer, body are all 100% width of the page, but I need all the content to be centered of the page no matter the resolution. I've tried using a wrapper but then …
0
votes
3answers
474 views
Get img thumbnails from Vimeo?
Hi, I want to get a thumbnail image for videos from Vimeo.
When getting images from Youtube I just do like this:
http://img.youtube.com/vi/HwP5NG-3e8I/2.jpg
Any idea how to do for Vimeo?
Here is …
0
votes
2answers
16 views
Creating HTML according to files existance in the file system
Hi all,
I am writing a web application (I am a newbie), where the markup is created by XSL and XML transformations and the style is declared by css files and also some use of JavaScript. I need to …
0
votes
4answers
40 views
Validating forms in HTML, PHP, and JavaScript
If I am defining a function in JavaScript at the top of my page that validates if the string entered in a form is (A-Z,a-z, or 0-9). And then I call that function when they submit it saying :
…
0
votes
6answers
77 views
How to center a Div across all Monitors/Resolutions/Browsers?
Hello All,
I have created my own light box, the problem is that it shows centered on my monitor but not on wider monitors or bigger resolutions.
What is the best way to center a div across all …
