This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Natao arisiva ity resaka mitohy ity. Mametraha fanontaniana azafady raha mila fanampiana.

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

  • 2 valiny
  • 3 manana an'ity olana ity
  • 137 views
  • Valiny farany nomen'i 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

Novain'i cor-el t@

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.