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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BrotherArnold

  1. BrotherArnold

    Mouseover div problem with swapping images

    Excellent thanks for that jpadie. That has helped me a lot to understand more on how javascript works. I've the changed the code slightly so that I now have a background image for the map div so that when I hover over Home it will display a png with a transparent background over that background...
  2. 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...
  3. 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...
  4. BrotherArnold

    Position:Relative causes scrollbars in small window

    Thanks everyone for your input. All of it helped. I went away and learnt more about positioning as suggested and have since found a different way to get what I want. I don't know if there's anything wrong doing it this way but it seems to work... <html> <head> <body> <center> <table border=1...
  5. BrotherArnold

    Position:Relative causes scrollbars in small window

    So how do web builders get around this because from a usability point of view I don't want scrollbars appearing and potentially confusing the user. Cheers Brother Arnold "keep passing the open windows..."
  6. 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...
  7. BrotherArnold

    onload issue?

    Thanks for that Pete, it works a dream.
  8. 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...
  9. 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...
  10. BrotherArnold

    Show word doc with transparent background in IFRAME

    Thanks for the reply. If you check out www.elwellcommercial.co.uk you can see that I've applied ALLOWTRANSPARENCY=true on the IFRAME and STYLE="background-color: transparent" on the .htm loaded into the frame so I know that it works. Not sure where you got your info but if you search on...
  11. 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...
  12. 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...
  13. BrotherArnold

    Test Movie different to scene

    Forget it. I've just noticed someone has posted the same problem today. Sods law. I checked earlier then didn't bother when I came back to enter my question. Hopefully I didn't bother anyone.
  14. 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...
  15. BrotherArnold

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

    Cheers acron, That put me on the right track. I realise now I was a bit vague in my request. What I wanted was just the address without the link set up so your code helped me to come up with... Cells(2,1) = Cells(1,1).hyperlinks(1).address So thanks for your help. Rich

Part and Inventory Search

Back
Top