Hi,
On my HTML I have:
<a href="#" name="upload/1.png" onclick="aImg(this.name)" id="bigger">Hi</a>
On my Js I have:
Type: Posts; User: lord22; Keyword(s):
Hi,
On my HTML I have:
<a href="#" name="upload/1.png" onclick="aImg(this.name)" id="bigger">Hi</a>
On my Js I have:
Hi,
I have a div with image inside. On every page there is a different image in it, with different size. I want this div to be placed horizontally and vertically in the center of the screen, how...
Hi,
I have a simple link:
<a href="#" id="my">text</a>
and I want to change the href value (#) into another with an external js function, how can I do it?
Thanks! :)
Hi, sorry for the title, it was a mistake- I changed it.
Thank you very much!
Hi
How can I upload a JPG image and convertit into jpg (lower-case)?
Thanks
someone please?
Thanks
Hi,
I've created a page which is vertically aligned to the center using CSS, with 610px width, and I used JS to fit the width of the page to the client browser width.
However, I don't want it...
Thanks
Hi,
I've created this function:
function resizeImage($originalImage){
list($width, $height) = getimagesize($originalImage);
$new_width = 54;
$new_height = 54;
How can I avoid the white background on html page before loading the flash file?
I want to have a dark background-color instead or transparent.
Thanks!
Thank you very very much!
Hi,
I have 2 columns in my body and 1 footer,
Here is my css:
body{
direction:rtl;
margin:0 auto;
Hi,
I have a textarea with 292px width.
1) How can I force a break-line when the text is over 292px?
2) How can I announce the user that the text is over 9 lines? (I want a limit of 9 lines)
...
Thank you both :)
I have:
<input type="file" />
in my site with a submit button,
How can I validate that this is a .jpg file?
Thanks!
Hi,
I have 2 files in my folder: 1.html and 2.html
How can I rename the second file- 2.html to 1.html (so the original 1.html file will be deleted)?
Thanks :)
Hi,
I have a simple unordered list:
<ul>
<li style="height:25px; width:25px; text-align:center;"><a href="1.html">1</a></li>
<li style="height:25px; width:25px; text-align:center;"><a...
Hi,
I've created a website which uses Arial font, but on MAC it uses other font.
How can I fix the problem?
Thanks.
Thank you, but it didn't fix it. I removed the 100% width, but it didn't change a thing.
Hi,
My site is 1000px width.
I have one div in my site that should be spread all over the screen width,
so I gave it:
width: 100%;
However, on 800*600 resolution (tested on IE7)
the div's...
Hi,
I'm trying to create this list:
http://img36.imageshack.us/img36/1213/22411664.png
The green lines and the blue rectangles are actually images.
I actually don't have any idea how to...
Hi,
I'm using a select-option menu.
<select name="back" id="back" style="width:150px;">
<option>----</option>
<option>number</option>
</select>
Thank you!
Hi,
How can I get td's background-color and write it on a specific text field, while clicking on it?
Thank you