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: *

  1. starfishh

    DHTML baloon help?

    sorry try this... http://javascript.internet.com :-D you said NetWhat?
  2. starfishh

    DHTML baloon help?

    i dont know if they have one but you could try http://www.javascriptsource.com (i think thats the url) :-) you said NetWhat?
  3. starfishh

    Why doesn't this work? (I'm going mad)

    Although Klae is right and that will solve your problem you may find that the text doesnt format as you wish. Be carefull when assigning styles to p and h tags as these have a line break in as default after the closing tag hence in your example above there would be a line break after the text...
  4. starfishh

    Displaying HTML docs created in Word.

    If your are looking for a HTML editor to create pages in a WYSIWYG fashion then microsoft have Frontpage with a words like interface. Else i suggesat hand coding in notepad or a dedicated html developer such as Homesite (check out http://www.allaire.com). If you want to overlap images using...
  5. starfishh

    Wrapping text around a table

    If you nest the table inside another table with two cells, a left and a right, you can place text in the left cell and the table in the right. This way you will have text and the table next to each other. Its just an extension of the table to have it above or below as well. This is'nt ideal as...
  6. starfishh

    Exclude style a href

    Hi Bram, you can override the style commands from the external style sheet by using an inline style command on the anchor tags you wish to be different e.g. <a href=&quot;#&quot; style=&quot;font-weight:normal; font-size:15px; color:#232323;&quot;> This will change any attributes you specify...
  7. starfishh

    Exchange TWO frame contents on one click

    I agree Ronald but then..... why spend all that time creating all those framesets the content of which needs to be downloaded each new click when a simple javascript function can solve it for you? starfishh ;-)
  8. starfishh

    Problem with HTML table visibilities

    I'm not sure this will work but try it anyway. document.all[tablex].style.visibility=visible i think that may help but only in IE hope this helps starfishh :-)
  9. starfishh

    Primary IDE failure

    Hoorah. It seems to be fixed. I reset the motherboard last night and apart from my modem(which are always buggars) everything seems to be working fine.... My guess is the BIOS was at afult and the reset has corrected the problems. I doint know enough apart this sort of thing to be sure...
  10. starfishh

    Primary IDE failure

    Cheers Again Ed. Im going to have a go 2nite and see if I can get it going. I fear a hard disk problem (old & dying) if not... I'll post a message 2moro to let u know how i get on (if your interested)... Thanx Starfishh :-)
  11. starfishh

    Primary IDE failure

    Cheers Ed. I was suspicious of virus contamination and have fully checked it out with McAffee. Virus Free... A friend has suggested it may be a BIOS issue and is suggesting I reset the motherboard. What do you think? IRQ conflicts????? Thanx again
  12. starfishh

    Primary IDE failure

    Hi all, Im not much good with hardware issues and need some help. The primary IDE controller appears on my PC is not being recognised. I think the actual wording is 'not present or not being recognised'. This has led my system to switch to 'MS-DOS compatabilty mode' when dealing with the...
  13. starfishh

    visited site history

    Hi all, Im wondering if anyone knows what controls whether a site address is held in a browsers visited site history. For example in IE5 what defines which addresses appear in the drop down menu on the address bar. It would appear that some site addressess are remembered and others arent. Why...
  14. starfishh

    onClick Image Swop problem

    Hi All, I think this is probably a pretty simple one but I am new to Javascript. All I want to do is have a Form button cause an image swop. This is easy. How do I make the button then change the image back next time it is pressed? The idea is the user clicks the button and the image and the...
  15. starfishh

    Relative referencing

    Thanks aperfectcircle thats just what im looking for. its so frustrating when you can see there must be a way to do something but just dont know how. Cheers! :-)
  16. starfishh

    Relative referencing

    Hi All, A quick query. How can I reference a page relatively, that is in a folder higher in the hierarchy ? e.g In page1, I want to make a link to page2 using an <a> tag. However page2 is in a folder above page1. foldera contains: page2 & folderb folderb contains: page1 This is just an...
  17. starfishh

    Annotating CSS

    Cheers guys, guess i should have tried that... thanx tho starfishh
  18. starfishh

    Annotating CSS

    Hi all, My question is a simple one. How can i leave myself notes on .css stylesheet. When I am using HTML I can annotate the code by enclosing comments within <!-- & -->. And when I am using Javascript I can do the same using /* & */ or //. How can I do this on a .css file. For example I...
  19. starfishh

    Hypertext linking a Form 'Submit' button

    This is definetley a cool way of submitting a form and also another method of using an image instead of the normal submit button I guess. However I still can't get the browser to update the page on submitting the form. The user is just returned to the form page. I'm using the action attribute...
  20. starfishh

    Hypertext linking a Form 'Submit' button

    Im trying to place a link at the end of a form so when the user submits the form using a standard submit button the page being viewed is updated to a new page which displays a thankyou message and return link to homepage. The form is being submitted using the mailto action. When the submit...

Part and Inventory Search

Back
Top