Stefan: Layer Netscape mit Table

Beitrag lesen

Hallo Forum...

Ich habe ein Layer,in dem ich unter Netscape aussenrum einen Rahmen(border in einer anderen Farbe)haben möchte.Da Netscape ja mit layer border=1 nichts anfangen kann,wie mir hier jemand im forum sagte, habe ich also in meinen Layer eine Tabelle eingefügt.

Jetzt habe ich aber 2 Probleme:
a) Er malt mir zwar eine Tabelle in meinen Layer, jedoch ohne die Inhalte
b) Wie richte ich die Tabelle am Layer aus, so dass diese ohne Rand nach oben dargestellt wird.

Danke für Eure Hilfe

Stefan

anbei mein generierter quellcode:

<LAYER class=navpopup ID='LNAVnews' name='LNAVnews'
onMouseOver="zeigsmir('NAVnews', true, 'navebenenews');  Bildwechsel('navebenenews',Highlightnews);"
onMouseOut="zeigsmir('NAVnews', false, 'navebenenews');Bildwechsel('navebenenews',Normalnews);" Z-Index=1000 ZIndex=1000 bgcolor='#6EA5E0'  visibility='hidden'  width='90'  display='none'   style=" border-color:#006600;  width:100%;  padding:4; " >

<table width='90' border='1'><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/regionales/" class="fettlink" >regionales<BR></a></td></tr><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/visavis/" class="fettlink" >vis à vis<BR></a></td></tr><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/newsflash/" class="fettlink" >newsflash<BR></a></td></tr><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/peinlich_peinlich/" class="fettlink" >peinlich,<br>peinlich!<BR></a></td></tr><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/tagesthema/" class="fettlink" >tagesthema<BR></a></td></tr><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/wirtschaft/" class="fettlink" >wirtschaft<BR></a></td></tr><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/boulevard/" class="fettlink" >boulevard<BR></a></td></tr><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/hda/" class="fettlink" >held der arbeit<BR></a></td></tr><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/wette/" class="fettlink" >wette<BR></a></td></tr><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/multimedia/" class="fettlink" >multimedia<BR></a></td></tr><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/finanz/" class="fettlink" >finanzchannel<BR></a></td></tr><tr><td bgcolor='Aqua'><font color='grey'>hallo</font><a href="/news/newskalender/" class="fettlink" >newskalender<BR></a></td></tr>
</table>
</LAYER>