basically i have my site: http://arp.evilmonkeh.co.uk/ (for bfclan)
and in the middle it has news
now i want to put an IFRAME in there, but make it so that the text moves over the current background (the helicopter) so it still looks all nice....
is this possible?
And now that I've looked at the page, why not just make a static background image for that section that's already faded down? That's how we did it in the olden days, and it still works.
Finally, consider using a DIV with overflow: auto instead of an iframe.
Unipus wrote:And now that I've looked at the page, why not just make a static background image for that section that's already faded down? That's how we did it in the olden days, and it still works.
Finally, consider using a DIV with overflow: auto instead of an iframe.
how does one create a static background image?
thx loads for help so far
Well just crop the background you have there down to exactly the area that the table will take up, and then set it as the background to that particular table or div. Do it that way and you should be able to bring down file size a bit, too... although it takes a bit more planning to get all of your images to line up just right, if you need precision.