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...
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?
<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...
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...
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...
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...
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.
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 =...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.