Salam
03-18-2003, 02:52 AM
Can I have diffirent background colors and may be different background images for diffirent divisions on the same page. I could not get that to work. Here is the code:
Thanks,
Salam
<head>
<STYLE TYPE="text/css">
body {margin-right: 140px; margin-left: 140px; margin-top: 163px}
#top {position: absolute; top: 0px; left: 0px; height: 155px; width: 100%}
#right {position: absolute; top: 163px; right: 0px; width: 135px}
#left {position: absolute; top: 163px; left: 0px; width: 135px}
</STYLE>
</head>
<body>
<p align="center"> body content </p>
<!------------------>
<div id="top">
top content
</div>
<!------------------>
<div id="right">
right side content
</div>
<!------------------>
<div id="left">
left side content
</div>
<!------------------>
</body>
Thanks,
Salam
<head>
<STYLE TYPE="text/css">
body {margin-right: 140px; margin-left: 140px; margin-top: 163px}
#top {position: absolute; top: 0px; left: 0px; height: 155px; width: 100%}
#right {position: absolute; top: 163px; right: 0px; width: 135px}
#left {position: absolute; top: 163px; left: 0px; width: 135px}
</STYLE>
</head>
<body>
<p align="center"> body content </p>
<!------------------>
<div id="top">
top content
</div>
<!------------------>
<div id="right">
right side content
</div>
<!------------------>
<div id="left">
left side content
</div>
<!------------------>
</body>