Thread: flash+frame..?!
View Single Post

  #18 (permalink)  
Old 21-07-08, 22:32
Onsitus's Avatar
Onsitus Onsitus is offline
CSS.FlepStudio.org
 
Join Date: Jul 2007
Location: Nettuno Beach
Posts: 1,063
Rep Power: 3
Onsitus is on a distinguished road
Re: flash+frame..?!

Si scusa...mi ero scordata quella parte.
Mai usato frameset nella mia vita per quello ti do la mia soluzione.

Da un id al frameset:

HTML Code:
<frameset id="wrapper" rows="171,*" cols="*" frameborder="no" border="0" framespacing="0">
Aggiunge il css tra i tag 'head':
HTML Code:
<style type="text/css">
#wrapper{margin:auto;width:955px;}
</style>
955px č la larghezza del tuo menu, per quello la prenderņ come larghezza totale del sito!
Reply With Quote