Ciao a tutti!!
Sto realizzando un mini sito di E-commerce per il mio esame di maturità!! (tra pochi giorniiii)
Ho utilizzato asp.
Per la home volevo creare dei frame.
un frameset x la testata principale che è sempre immobile;
e un frameset con due frame.
Il mio problema (premetto che non sono un genio con l'html) è che mi esce un bordo bianco tra la testata e il secondo frame. e che i due frame sotto la testata mi risultano tagliati a metà.
E' possibile creare una barra per far scorrere l'intera struttura??
non voglio tante barre quanti sono i frame, vorrei un unica barra come se si trattasse di una pagina normale...
IDEE???![]()
Il codice che ho usato è questo:
<HTML>
<HEAD>
<TITLE>M-Style</TITLE>
<frameset rows="369,*" framespacing="0" frameborder="0" >
<FRAME Name="testata" SRC="top.jpg" SCROLLING="no">
<FRAMESET cols="300,*" framespacing="0">
<FRAME Name="menu" SRC="elenco_linee.asp" frameborder="0" SCROLLING="no">
<FRAME Name="main" SRC="main.asp" frameborder="0" SCROLLING="no">
</FRAMESET>
</frameset>
</HTML>
Il risultato invece è questo.. :master: