Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   HTML / XHTML / CSS (http://www.programmingforums.org/forum27.html)
-   -   cross browser (http://www.programmingforums.org/showthread.php?t=14016)

Kelvoron Sep 21st, 2007 8:24 PM

cross browser
 
hey guys im woking on building a site, and i made a quiz template as a place holder just to see if evry thing was aligning right. if i open it in IE it is ok if i open it in FF a scroll bar apears on the i frame and the quiz dosent appear. any one know how to fix that?

heres the link (the buttons dont work yet) : http://www.moronsplayingwithfire.net/main/home.html

fahlyn Nov 1st, 2007 8:33 PM

Re: cross browser
 
did you get this fixed?

kishou Nov 14th, 2007 3:00 PM

Re: cross browser
 
did you want it vertical or horizontal?
for horizontal did you use the correct code:

<frameset rows="50%,50%">
<frame src="frame_a.htm">
<frame src="frame_b.htm">
</frameset>


or for vertical?

<frameset cols="50%,50%">
<frame src="frame_a.htm">
<frame src="frame_b.htm">
</frameset>


All times are GMT -5. The time now is 12:44 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC