Hi all, am working on Teignmouth Community School's Welcome Page, and have had this odd background issue, I cant remember when it started occurring but its driving me nuts now, I don't think its a css issue, maybe an untidy HTML markup or something? I don't know.
here's the URL http://www.teignmout.../tcs_welcome4/.
also does anyone know a good way of making sure the page and image objects resize for low res, at the mo I have had to make the slideshow 400x272px and people with a large res like me have to put up with small images....not ideal
Many thanks in advance!
Page 1 of 1
Odd background formatting...please help!
#2
Posted 18 January 2012 - 05:56 PM
.
This post has been edited by Bomb: 18 January 2012 - 06:20 PM
#3
Posted 20 January 2012 - 12:58 AM
Try changing your CSS to this:
The IE filter is best left out.
body {
background:#cccccc url(../images/bg/dark_grad_wide.png) repeat-x; /* for non-css3 browsers */
background:#cccccc -webkit-gradient(linear, left top, left bottom, from(#333333), to(#cccccc))repeat-x; /* for webkit browsers */
background:#cccccc -moz-linear-gradient(top, #333333, #cccccc) repeat-x; /* for firefox 3.6+ */
}The IE filter is best left out.
#4
Posted 20 January 2012 - 11:15 AM
nfc212, on 20 January 2012 - 12:58 AM, said:
Try changing your CSS to this:
The IE filter is best left out.
body {
background:#cccccc url(../images/bg/dark_grad_wide.png) repeat-x; /* for non-css3 browsers */
background:#cccccc -webkit-gradient(linear, left top, left bottom, from(#333333), to(#cccccc))repeat-x; /* for webkit browsers */
background:#cccccc -moz-linear-gradient(top, #333333, #cccccc) repeat-x; /* for firefox 3.6+ */
}The IE filter is best left out.
Thanks a million! that realy did the trick!
Share this topic:
Page 1 of 1
Help















