Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

css Style for a frame is not getting displayed for firefox where as it applies for IE8 & Chrome 4.0

  • 2 replies
  • 3 have this problem
  • 137 views
  • Last reply by Kevin

more options

I am using the Below frameset along with the style defined as below:

<FRAMESET cols="21%,79%" frameborder="0" framespacing="0" id="InnerFrameset" noresize="false">
   <FRAMESET rows="13.5%,*" BORDER="1" STYLE="BORDER-TOP:solid 1px #CC0000;"  
            FRAMEBORDER="0" FRAMESPACING="0" Id="InnerGMRTreeFrameset">
		            <FRAME id="frameGMRTreeSwap"  border="1" 
		            style="border-top:solid 1px #CC0000;border-bottom:solid 1px #CC0000;
		            border-left:solid 1px #CC0000;
		            border-left:solid 1px #CC0000;"  NAME="frameGMRTreeSwap" SRC="frmGMRTreeLinksSwap.aspx?"  
		            SCROLLABLE="NO" NORESIZE="false">
		            </FRAME>
		            <FRAME id="frameTree" style="border-bottom:solid 1px #CC0000;
		            border-left:solid 1px #CC0000;"  NAME="frameGMRTree" SRC="Pages/frmTreeMenu.aspx"  
		            SCROLLABLE="NO" NORESIZE="false">
	                </FRAME>
    </FRAMESET>	        
		            <FRAME id="frameApp" NAME="frameGMRMainBody" src='Pages/frmGMRDetails.aspx' 
		             style="border:solid 1px #CC0000;" SCROLLING="no"></FRAME>	    
	</FRAMESET>

The Style Borders works perfectly for IE8 & chrome 4.0 where as it does not work for Mozilla

I am using the Below frameset along with the style defined as below: <pre><nowiki><FRAMESET cols="21%,79%" frameborder="0" framespacing="0" id="InnerFrameset" noresize="false"> <FRAMESET rows="13.5%,*" BORDER="1" STYLE="BORDER-TOP:solid 1px #CC0000;" FRAMEBORDER="0" FRAMESPACING="0" Id="InnerGMRTreeFrameset"> <FRAME id="frameGMRTreeSwap" border="1" style="border-top:solid 1px #CC0000;border-bottom:solid 1px #CC0000; border-left:solid 1px #CC0000; border-left:solid 1px #CC0000;" NAME="frameGMRTreeSwap" SRC="frmGMRTreeLinksSwap.aspx?" SCROLLABLE="NO" NORESIZE="false"> </FRAME> <FRAME id="frameTree" style="border-bottom:solid 1px #CC0000; border-left:solid 1px #CC0000;" NAME="frameGMRTree" SRC="Pages/frmTreeMenu.aspx" SCROLLABLE="NO" NORESIZE="false"> </FRAME> </FRAMESET> <FRAME id="frameApp" NAME="frameGMRMainBody" src='Pages/frmGMRDetails.aspx' style="border:solid 1px #CC0000;" SCROLLING="no"></FRAME> </FRAMESET></nowiki></pre> The Style Borders works perfectly for IE8 & chrome 4.0 where as it does not work for Mozilla

Modified by cor-el

All Replies (2)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

A page displaying this issue is much more valuable than a code fragment in assisting in issues like these.