webForumDet fria alternativet

CSS bakgrund i IE7

HTML & CSS

2 svar · 280 visningar · startad av firstchoice

Medlem sedan okt. 2001615 inlägg
Frågan#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>
Medlem 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: ?;
}
Medlem sedan okt. 2001615 inlägg
#3

tack! :)

253 ms totalt · 4 externa anrop · v20260731065814-full.6fe65c25
126 ms — deklarationer (db)
0 ms — hämta statistik (cache)
124 ms — hämta tråd, inlägg och bilagor (db)
125 ms — ändringar (db)