Howdy all, just wondering if you can help me with a annoying problem I've been having. I inherited a website as part of some work experience im doing: www.physics.ucc.ie/laser/frameindex.htm
I know frames are despised here but the site was already set up when i started work so thats one thing I definitely cant change (please dont hold it against me). I've been trying to add a fixed repeating background image to the web pages using the existing CSS file but no joy.
I've been able to used CSS to add a background colour and I can add the background image to each page individually but I cant do it using CSS and its really bugging me!![]()
This is the code I've been using (actually I've tried loads of variations that I could find on the web, but this one doesnt work - just like all the others):
body
{
background: #F0F8FF
url("/images/background.gif")
repeat fixed
}
Really hope you can help me!



Reply With Quote

Bookmarks