Posted by Jerry Stuckle on 08/23/06 01:56
deko wrote:
> Is it possible to modify the background-image for a certain web page
> with PHP? I'd like to but a few buttons on the top of a page so readers
> can select from 2 or 3 different background images (or colors) to make
> the page easier to read. Can I do this kind of Dynamic HTML without
> using JavaScript? How do I modify my CSS? Or do I just point the page
> to a different stylesheet just for the background-image directive?
You can point to a different style sheet - or you can simply include a
<style type="text/css">... </style> for the background image in the
header of the page.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|