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

  1. BrotherArnold

    Mouseover div problem with swapping images

    Hi, I'm sure this is simple but not being familiar with JavaScript and looking over other threads and trying things out hasn't got me as far as I would have liked so it's time to short cut and ask for help. The code below works fine for swapping images on mouseover and mouseout. What I want to...
  2. BrotherArnold

    How do you change the background image of a div on hover over a text link within that div?

    I'm trying to change a DIV's background image when I hover over a text link that is on top of that background image. I will have several links over that background image and each one will display a different background image when the mouse hovers over it and then it returns back to the original...
  3. BrotherArnold

    Position:Relative causes scrollbars in small window

    Hi, Can anyone explain why I get a right scrollbar when I reduce the height of the window but the page content is still completely in view and if I change relative to absolute I don't get any scrollbars doing the same thing? The code below is an example of this behaviour. If you resize the...
  4. BrotherArnold

    onload issue?

    Hi, The following test code is meant to select a css depending on screen width but it doesn't work - it writes the LINK tag to a new document. However, if I delete the function line and remove the onload bit, it works. Why is that? If I'm going to be adding more functions can I get by with this...
  5. BrotherArnold

    Word:Transparent Background required

    Hi, Can anyone help me get a transparent background on a word document? The document will be loaded into a web page but I want the background to the web page to be visible through the text of the doc. The idea is that my client will be able to edit a "Latest News" document, save it as a .html...
  6. BrotherArnold

    Show word doc with transparent background in IFRAME

    Hi, I'm trying to load a word doc saved as a .mht web page into an IFRAME. I want the background graphic of the main page to be seen behind the doc but at the moment the doc is loaded with a white background. I've tried to format the background in word with No Fill but that doesn't work. I'm...
  7. BrotherArnold

    How do I get a vertical scroll bar in a table cell

    Hi, I've got a lot of text that I want to place in a cell. At the moment the cell is expanding to accomodate the text which makes a mess of the page. What I would like is a fixed size for the cell and vertical scroll bars to appear if the text is too big for the box. The table has only one...
  8. BrotherArnold

    Test Movie different to scene

    Hi, I'm new to Flash MX and have just tried to produce a simple graphic of white text coming into view against a red and black rotating background. Scene1 on the stage works fine but test movie plays without the subtelties of the text appearing gradually (using the transparency feature)- it's...
  9. BrotherArnold

    How do I copy the path of a hyperlink into a cell

    Hi, I'm sure this is peasy but it's got me scratching my head so much it's hurting! All I need to do is copy the hyperlink to another cell using VBA. I'm currently stuck on: Cells(2,1) = Cells(1,1) ... which only copies the text you see in the link when what I actually want is the...

Part and Inventory Search

Back
Top