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 bkrike 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: chotchstar
  • Content: Threads
  • Order by date
  1. chotchstar

    automatically redirect page using VBScript

    Hi, I'm new to this forum and wondered if anyone could help. I would like to redirect a web page using vbscript. I know how to do this using javascript (something like window.location...) but have been unable to find out how to do this using vbscript. The code i've got at the moment is...
  2. chotchstar

    New problem re: text hyperlinks

    Hi, This post follows on form Gill1978's original post regarding specifying various properties for various different hyperlinks (changing colour on mouseover, etc.) I have noticed that where the URL contained in the HREF exceeds 14 characters any CLASS attribute contained in the anchor is...
  3. chotchstar

    Trouble controlling text Hyperlinks using CSS

    Hi I'm trying to alter the appearance of some text hyperlinks using CSS. So far I've got this code in the <SYTLE> bit, a.Link1  {color: #F5F5F5} a.Link1:hover {color: #996699} a.Link2  {color: #FFFFFF} a.Link2:hover {color: #000000} and then this in the <BODY> <A...
  4. chotchstar

    Using CSS for mouseover changes to text hyperlinks

    Hi I've been using CSS to control mouseover changes on text hyperlinks, e.g. A:hover { color: #669999; font-family: Arial; font-size: 9pt; text-align: center; text-decoration: none; } resulting in the text colour changing when user moves the mouse over the text link. I would like two have...
  5. chotchstar

    providing 'tool tips' over text hyperlink

    Hi I've been wondering whether there is any way to replicate the effect you get when using the ALT attribute on an image to provide what i call a 'tool tip' (e.g. &quot;Sponsor a Tek-Tips forum!&quot; when hovering over the advert banner of this page) over a text hyperlink link? I've ploughed...
  6. chotchstar

    A very simple HTML radio button question

    Hi, I would like to collect information by giving the website user an 'either/or' option. I think I need to be using radio buttons to do this but what I've got so far doesn't seem to be working. The code is: <form ACTION=&quot;Result.htm&quot; METHOD=&quot;POST&quot;> Home Use<input...
  7. chotchstar

    DIVs and IMGs in IE6 and Netscape6 arrgh!

    I've been happily using SPANs and DIVs to position images on a web page viewed through IE6. I then tried to look at the same page using netscape6.2.2... and some of the images appear slightly (about 3px) further down the screen. I'm positioning each DIV 'absolute'ly over one main SPAN. I've...
  8. chotchstar

    Windows 2000 just stops installing after first rebot

    After i have loaded in my SCSI 2930u+ driver , the windows blue screen eventually just freezes and then the computer just locks up , do i have to load in more info from floppy or am i just screwed. Also because of this dual boot if i restart my computer i end up with the windows 2000...

Part and Inventory Search

Back
Top