justletme_fly
02-19-2004, 08:21 AM
ok, i thought this would be simple, but i can't understand why it is not working. i have created a temporary index page (http://www.forwardesigns.com) and the background that i have selected to repeat is not lining up right on a PC, but it is on my Mac. i started with declaring the backgorund in the CSS with:
body {background: url(images/horizon.jpg) repeat-x;}
when that didn't work i put the background code in the body tag:
<background="images/horizon.jpg" style="backgroung-repeat: repeat-x">
but the background still displays incorrectly on a PC enviorment while displaying correctly on a Mac enviorment. if you have any ideas or insights please let me know.
body {background: url(images/horizon.jpg) repeat-x;}
when that didn't work i put the background code in the body tag:
<background="images/horizon.jpg" style="backgroung-repeat: repeat-x">
but the background still displays incorrectly on a PC enviorment while displaying correctly on a Mac enviorment. if you have any ideas or insights please let me know.