Info on top of an image

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
JackD
Forum Commoner
Posts: 62
Joined: Sat Dec 12, 2009 6:25 pm

Info on top of an image

Post by JackD »

I have uploaded two files, standard.php and banner.jpg. Standard.php puts up an image across the top of our web page that does exactly what we want. The image doesn't repeat, it stretches across the web page the way we want it to, and there is a nav bar under it that is superimposed on another copy of the image.

http://www.yourbooksforless.com/atest.php is a starting point for what we want to do, except we want to move the "Search Our Store" to the bottom left and put an additional table on the bottom right. Also, we want it as a banner that will stretch or shrink as part of our header when the page is resized (see http://www.yourbooksforless.com).

Is there a way to do what we want with php? Do we have to go to JavaScript?
Attachments
go.gif
go.gif (443 Bytes) Viewed 1142 times
banner.jpg
banner.jpg (43.82 KiB) Viewed 1142 times
Last edited by JackD on Tue Jan 19, 2010 10:54 am, edited 4 times in total.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Info on top of an image

Post by Christopher »

That is a lot of code to wade through to find a little CSS problem. And the image is not much help. Perhaps a screen shot or URL to the site to look at. And the exact part of the HTML that is causing the problem.
(#10850)
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Info on top of an image

Post by califdon »

And if you post more code in this Forum, please use the Code=php tags to enclose the code so it will be highlighted. I would go blind trying to read that.
JackD
Forum Commoner
Posts: 62
Joined: Sat Dec 12, 2009 6:25 pm

Re: Info on top of an image

Post by JackD »

Okay, shrunk the info available. Where would you like the screen images?
Post Reply