Link to home
Start Free TrialLog in
Avatar of bruno_boccara
bruno_boccaraFlag for France

asked on

frame horizontal resizable problem with Chome/Safari

Hi,
I have problem with vertical frame that cannot be resizable under chrome/safari  (it works with IE9).
any idea ?
thanks .

<frameset cols="305,*" bordercolor="#CCCCFF">
  <frame src="xxxxx.php" name="categorie" scrolling="auto" frameborder="0" bordercolor="#CCCCFF" >
  <frame src="yyyy.php" name="produitsframe" scrolling="no" frameborder="0" bordercolor="#CCCCFF" >
 </frameset>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bruno_boccara

ASKER

too simple to be true....

thanks you !!