Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: robi2
  • Content: Threads
  • Order by date
  1. robi2

    How can i get the height or width of an element?

    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?
  2. robi2

    Set bottom right corner position...

    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.
  3. robi2

    Calling another js function on another frame...

    Hi, how can i execute a js function that is on another frame?
  4. robi2

    Inserting a new html file

    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...
  5. robi2

    How can an array have a name for an index?

    I mean i don't want to access my array like this: myarray[0] but with a name myarray["Any name here"] So how can i do that?
  6. robi2

    How can i get the left and top position of an item?

    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?
  7. robi2

    Change the mouse cursor

    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.
  8. robi2

    Appealing to all of the text...

    Hi, is there a way i can set properties to all of the text on my page, so they will have the same size, font, etc. Thanks.
  9. robi2

    Setting the height of a div to some percent...

    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=&quot;height: 40%&quot;>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...
  10. robi2

    Write content inside of an iframe

    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.
  11. robi2

    Relative positioning...

    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.
  12. robi2

    Positioning pictures with different resolutions

    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...
  13. robi2

    Uninstalling Directx 9?

    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...
  14. robi2

    Sector not found...

    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...
  15. robi2

    Same color for all text elements

    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=&quot;text/css&quot;> some commands here </style> ... <input type=&quot;text&quot; name=&quot;text1&quot;> <input type=&quot;text&quot...
  16. robi2

    Dual Boot Windows 98SE

    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.
  17. robi2

    Radio Button length

    Hey, how can i get the length of a radion group? Assume i have these buttons: <input type=&quot;radio&quot; name&quot;a&quot;> <input type=&quot;radio&quot; name&quot;a&quot;> <input type=&quot;radio&quot; name&quot;a&quot;> <input type=&quot;radio&quot; name&quot;a&quot;> And i want to get...
  18. robi2

    Find out if radio button is checked

    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.

Part and Inventory Search

Back
Top