On Wed, 01 Jun 2005 14:19:22 -0400, Linda Dunn <[EMAIL PROTECTED]>
wrote:
David Laakso wrote:
Or, could you give a unique id to each page on the body element, and
change only the width of the selector, for the corresponding page/image?
Hi David,
I'm not sure what you mean here -- would it be possible for you to give
me an example? And do you mean a styleblock in the header of each page?
linda
Sort of like this:
HTML
<body id="home">
<body id="this">
<body id="that">
CSS
.photobox {
float: left;
width: 200px;
}
body#home .photobox { width: 200px; }
body#this .photobox { width: 210px; }
body#that .photobox{ width: 190px; }
See: <http://www.maxdesign.com.au/presentation/page-id/>
Regards,
Daivid Laakso
--
http://www.dlaakso.com/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/