webForumDet fria alternativet

CSS bakgrund i IE7

2 svar · 279 visningar · startad av firstchoice

firstchoiceMedlem sedan okt. 2001615 inlägg
#1

Har en bakgrundsbild i en TD tagg, som infogas via min CSS mall.
Detta funkar fint i IE6, men inte i Firefox samt IE7
vad är fel?

.top-banner {
	background-attachment: fixed;
	background-image:  url('images/top3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
<td colspan="2" height="170" valign="top" class="top-banner"><img src="images/logo.gif" width="144" height="66" align="top"></td>
FuelMedlem sedan okt. 20001 285 inlägg
#2

flytta height="170" bl.a från din TD tagg till Stilmallen. Fixed behövs inte.

.top-banner {
    height: 170px;
    vertical-align: top;
    background-image:  url('images/top3.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: ?;
}
firstchoiceMedlem sedan okt. 2001615 inlägg
#3

tack! :)

253 ms totalt · 3 externa anrop · v20260731065814-full.30151723
0 ms — hämta forumlista (cache)
118 ms — hämta statistik (db)
133 ms — hämta tråd, inlägg och bilagor (db)