Hi, i can't seem to figure out how i get get the height or width of an object if i didn't set it, i just wrote text.
I mean that i have a div, and i have written about 5 sentences into it, and its height and width are based on the text, so how can i get these values?
Hi, is there any way i can set the position of the bottom right corner of an element rather than the top left one?
I mean i want to set the coordinates for the bottom right side of the element, and not the ususal top left corner.
Hi, how can i dynamicly insert another html page ino the current one?
I dont want to have to reaload the whole page, and i dont want to use iframe because that way it will only fill a portion of the page, and i want the contents of the second page to be loaded as it is, tacking up as much space...
Hi, is there anyway to get the left and top proprieties of an item if i didnt set them, they are located in the page through tables and stuff. So is there anyway to get left and top values of the item?
Hi, how can i change the mouse cursor to be some gif or a picture that i want, i'm not talking about default cursors like:
mouse: hand.
i want to set my own pic.
Thanks.
Hi, setting the height property of my div to some px value works fine, but when i set it to some sort of percent value it doesn't.
I mean:
<div style="height: 40%">Some text here</div>
so this should make my div be 40% of the height of my page...
I read that i need to set the...
Hi, how can i make the iframe display whatever i wrote into it?
I mean:
<iframe>
Helllloooooo
</iframe>
How can i actually make this display an inline frame containing Helllloooooo?
Thanks.
Hi, in the style tag there are the top and left properties,
how can i make those be relative to another html tag and not the actual top and left of the page.
Thanks.
Hi, i got a picture and floating in front of the picture i have another picture.
I placed the first picture normaly, and to have the second picture float above the first one i placed it in a div and set its position to absolute and then set the top and left properties.
So this works fine on...
Hi, i just installed directx 9 and it screwed up my tv capture device, i used to see tv fine through my pc but now i see fuzzy, image within image and without any color...
My tv card is Booktree Fusion 878tv, i cant see to find updated drivers for this card so i want to uninstall directx 9 and...
Hi, well my hard drive became damaged, bad sectors in some parts, but also whenever i try to scandisk it i get:
Sector not found.
And thenscandisk gets stuck, i tried some other scandisk and it shows the same error...
Is there any way i can fix this without formating?
My OS is on that drive...
Hi, is there some command in css that will make all the text fields in on my page the same color or something like that.
I mean:
<style type="text/css">
some commands here
</style>
...
<input type="text" name="text1">
<input type="text"...
Hi, i would like to have 2 windows 98se OSs on my pc.
I have already partitioned my HD to do this.
Now what exactly do i need to do to have 2 independent systems, and i would also like to chose wich one to load when i turn on my pc.
Thanks.
Hey, how can i get the length of a radion group?
Assume i have these buttons:
<input type="radio" name"a">
<input type="radio" name"a">
<input type="radio" name"a">
<input type="radio" name"a">
And i want to get...
Hi, how can i find out if a radio button has been checked or not.
I know this way:
window.document.myform.myradio[0].checked
And it works fine
But this seems to give me an error:
window.document.forms[0].elements[0][0].checked
Any suggestions?
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.