|
Posted by Nik Coughlin on 11/30/07 01:36
"nice.guy.nige" <nigel_moss@deadspam.com> wrote in message
news:474f5fac$0$47123$892e7fe2@authen.yellow.readfreenews.net...
> While the city slept, Shelly (sheldonlg.news@asap-consult.com) feverishly
> typed...
>
> [...]
>> background-image: url(images/index_02.gif);
>>
>> This dispalys perfectly in FF, but in IE7, the background image shows
>> up twice as if it is tiling vertically.
> [...]
>
> It is late here, and I have just got back from the pub, so maybe I am
> missing something... but have you considered using the "repeat" value? eg.
> background-repeat: no-repeat; ?
Which you could combine with the css for your backround-image using CSS's
background shorthand, like so?
background: url(images/index_02.gif) no-repeat;
[Back to original message]
|