maybe you think my question is really silly but i want to know.
i tried to work to make two different backgrounds at different postions [right and left of page] by CSS.
is it possible to make? i tried it but i still see two backgrounds at same postion.... i want it at two different postions.
other question... is it possible to create ONE image at bottom left [or bottom right] of table? like a css background postion at bottom right [or left] of page.
if yes then please tell me... i don't want "repeat"
thank you<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>Background images</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
body {background:url(myimage.gif) top right no-repeat;}
div {background:url(myimage.gif) top left no-repeat;}
table {background:url(myimage.gif) bottom left no-repeat;}
-->
</style>
</head>
<body>
<div></div>
<table border="1" cellpadding="3" cellspacing="10" summary="">
<tr><td>xxxxxxx</td></tr>
</table>
</body>
</html>thank you very much
table style is working but
you forget to add in <div></div> like <div> </div> because it will show image
i tried to work to make two different backgrounds at different postions [right and left of page] by CSS.
is it possible to make? i tried it but i still see two backgrounds at same postion.... i want it at two different postions.
other question... is it possible to create ONE image at bottom left [or bottom right] of table? like a css background postion at bottom right [or left] of page.
if yes then please tell me... i don't want "repeat"
thank you<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>Background images</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
body {background:url(myimage.gif) top right no-repeat;}
div {background:url(myimage.gif) top left no-repeat;}
table {background:url(myimage.gif) bottom left no-repeat;}
-->
</style>
</head>
<body>
<div></div>
<table border="1" cellpadding="3" cellspacing="10" summary="">
<tr><td>xxxxxxx</td></tr>
</table>
</body>
</html>thank you very much
table style is working but
you forget to add in <div></div> like <div> </div> because it will show image