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 TMac42

  1. TMac42

    Position image in exact X,Y spot in relation to table cell

    You guys rock. I thought it was more complicated than that. THANKS.
  2. TMac42

    Position image in exact X,Y spot in relation to table cell

    Great. Do you know of any links to resources/tutorials that describe how to do this? Thanks.
  3. TMac42

    Position image in exact X,Y spot in relation to table cell

    Thanks for the reply. The TD is actually a footer area, so it will always be in a different place depending on the amount of content on the page. That's why I was shooting for using it as the base and then having the other images be in position relative to the TD location. Possible, I...
  4. TMac42

    Position image in exact X,Y spot in relation to table cell

    I assume I can assign an ID to a table cell for part of this, but how do I use CSS to insert two images with each image having a different location based on the location (XY) of the table cell?
  5. TMac42

    layering two images

    <img src="design/myFooter.gif" style="width: 760px; height: 60px; background: transparent url(design/background.gif) no-repeat bottom left;" alt="something" /> myFooter is: 760x60px background is: 5x192px -background needs to extend to the right a total of 360px -the two images share the same...
  6. TMac42

    layering two images

    Thanks for the tip. What about this scenario... the background image is taller than the image it will lay behind and it needs to extend say 350px wide while the top footer image is more like 650px wide. So, the background will only extend about 50% behind the top layer footer image. If I use...
  7. TMac42

    layering two images

    I've got a footer image has part of the left side of it cut out w/ a transparent background. What I want to do is to layer an image behind this (aligning with the bottom left corner of the top image) so that it can be seen through the transparent areas of the top image. How is this done? I'm...
  8. TMac42

    background image w/ a bgcolor

    I need to use a background image for my page. It's a tiling image that is a gradient from top to bottom. In addition, I need to use a bgcolor that is the same as the color of the bottom of my gradient so that any time my content extends so far down, the page will look normal. I have tried this a...
  9. TMac42

    Load text file in Flash 8

    In addition, how would I reference the text file if it's in a certain directory off of root on my site?? For example, let's say the Flash files are all in /flash but I keep text files (that are referenced by Flash) in /text.
  10. TMac42

    Load text file in Flash 8

    Is there a new way that we have to load up text from a text file in Flash 8? We are re-using some older code to simply read a text file and display that text in our movie and it continues to come up undefined. Any help is appreciated var Ext_text:LoadVars = new LoadVars(); Ext_text.onLoad =...
  11. TMac42

    Recordset paging properties

    I'd personally go with .PageSize for paging. It works like a champ for me. Good luck.
  12. TMac42

    subnav menu w/ rollover images from main nav menu w/ rollover images

    The subject says it all, but I've got a site I'm laying out that has one row that contains our main nav menu table that consists of basic rollover images. The tricky part is, I need to have a row below that which will display a corresponding rollover sub-nav menu. And each sub-nav menu differs...
  13. TMac42

    missing image??

    I'm helping someone troubleshoot a situation with a Flash movie they had developed. The problem: their logo does not appear in the Flash file - but only on an occasional browser here and there. The Flash file loads up, the animation takes place as it should, but anywhere the image should be...
  14. TMac42

    GetCaretIndex for cursor location = -1

    Figured out my issue but still need help. The problem is that when I click on a button to delete a character within the textbox (to the right of the cursor location), the cursor location is now -1 because I clicked outside of the text box. Thoughts around this? How can I add conditional logic...
  15. TMac42

    GetCaretIndex for cursor location = -1

    I have some code that is accurately getting the blinking cursor position (ex: 2, 3, 4) using GetCaretIndex. Right below that, I'm assigning that value to a global variable: iTestLocation. If I trace iTestLocation here, it is correct. Later, in another function where I want to delete a...

Part and Inventory Search

Back
Top