css help
|
06-18-2010, 09:08 AM,
|
|||
|
|||
RE: css help
I suppose you could use the same css file, on the search page? :
PHP Code: <link href="style.css" rel="stylesheet" type="text/css" media="screen" /> Or you could set the body style to have the BG image as background: PHP Code: <body style='background-image: url(BG.jpg);'> It should make the background consistent. By the way, you'r copyright notice div (id : footer) on your main page is floating in the middle of the parent div: - That's atleast what's it's in my browser (Opera), just wanted to let you know :) Hope it helps ;) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
RE: css help - by Vanilla - 06-14-2010, 10:13 AM
RE: css help - by Zavoo - 06-18-2010, 06:17 AM
RE: css help - by Vanilla - 06-18-2010, 09:08 AM
RE: css help - by Zavoo - 06-18-2010, 10:30 AM
RE: css help - by Vanilla - 06-18-2010, 10:32 PM
RE: css help - by Zavoo - 06-19-2010, 06:38 AM
|