frame(border-bottom)style firefox not working
Posted
by moonka
on Stack Overflow
See other posts from Stack Overflow
or by moonka
Published on 2010-04-30T11:42:19Z
Indexed on
2010/04/30
11:47 UTC
Read the original article
Hit count: 131
frame(border-bottom)style firefox not working but ie working well what problem?
<FRAMESET ROWS="70, *" FRAMEBORDER="0" FRAMESPACING="0" border="0">
<FRAME NAME="topfrm" SRC="" NORESIZE="noresize" MARGINHEIGHT="0" MARGINWIDTH="0" style="border-bottom:1px solid #0023a0;">
<FRAME NAME="bodyfrm" SRC="">
</FRAMESET>
border-bottom style not display how can do it?
© Stack Overflow or respective owner