Tjenamors,
när jag skulle testköra en hemsida i Opera fick jag upp dessa lila streck (se bifogad fil).
Har inte en aning vad de beror på så jag skickar med lite kod.
<div style="position: absolute; margin: 0;">
<div style="position: relative; top: 42px; left: 592px; margin: 0; padding: 0;">
<a href="?i=home" onmouseover="changeText('Hem');" onmouseout="changeText('<?=$query?>');">
<img src="interface/button_onmouseover1.gif" onmouseover="this.src='interface/button_onmouseover2.gif';"
onmouseout="this.src='interface/button_onmouseover1.gif';" style="border: 0;" alt="" />
</a>
</div>
</div>
<div style="position: absolute;">
<div style="position: relative; top: 66px; left: 617px;">
<a href="?i=articles" onmouseover="changeText('Artiklar');" onmouseout="changeText('<?=$query?>');">
<img src="interface/button_onmouseover1.gif" onmouseover="this.src='interface/button_onmouseover2.gif';"
onmouseout="this.src='interface/button_onmouseover1.gif';" style="border: 0;" alt="" />
</a>
</div>
</div>
<div style="position: absolute;">
<div style="position: relative; top:92px; left: 592px;">
<a href="?i=guestbook" onmouseover="changeText('Gästbok');" onmouseout="changeText('<?=$query?>');">
<img src="interface/button_onmouseover1.gif" onmouseover="this.src='interface/button_onmouseover2.gif';"
onmouseout="this.src='interface/button_onmouseover1.gif';" style="border: 0;" alt="" />
</a>
</div>
</div>
<div style="position: absolute;">
<div style="position: relative; top: 66px; left: 565px;">
<a href="?i=blogg" onmouseover="changeText('Blogg');" onmouseout="changeText('<?=$query?>');">
<img src="interface/button_onmouseover1.gif" onmouseover="this.src='interface/button_onmouseover2.gif';"
onmouseout="this.src='interface/button_onmouseover1.gif';" style="border: 0;" alt="" />
</a>
</div>
</div>
Det är som sagt knappar på bilder ni ser i koden.
Kan väl samtidigt passa på att fråga om det finns något smidigare sätt att placera ut dem?
Koden ovan ligger i en div som heter #header. #header i sin tur har en bakgrundsbild som är loggan.
Nu bidde de allt lite rörigt. ;)
Tack på förhand iallafall!
