application not displaying properly in firefox browser

Posted by Klbaiju under Others on 5/26/2014 | Points: 10 | Views : 1743 | Status : [Member] | Replies : 7
Hi,
my application is not displaying properly in firefox but it is working fine in google chrome and internet explorer.
i can't find out the error.how to solve it

Regards
Baiju




Responses

Posted by: Chandradev819 on: 5/26/2014 [Member] Starter | Points: 25

Up
0
Down
Hi

What type of problem are you getting with firefox ? Could you explain it properly ?

Meanwhile please look on this thread
https://support.mozilla.org/en-US/questions/970063
https://support.mozilla.org/en-US/questions/938218


Thanks and Regards
Chandradev
My Blog

Klbaiju, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Sheonarayan on: 5/26/2014 [Administrator] HonoraryPlatinum | Points: 25

Up
0
Down
Hi Klbaiju,

Use Firebug in Firefox and IE Developer tool in IE (Press F12 key in the browser to get debugging tool of the respective browser) and try to see what is making difference.

If you are using HTML5, CSS3 specific features probably you will need to use browser specific prefix before css properties. Read this article first code snippet for this http://www.dotnetfunda.com/articles/show/1816/how-to-use-transitiontext-shadow-and-border-radius-effect-in-css-3

Thanks

Regards,
Sheo Narayan
http://www.dotnetfunda.com

Klbaiju, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Chandradev819 on: 5/26/2014 [Member] Starter | Points: 25

Up
0
Down
Hi

If you are getting different layout or design issue on firefox then you apply specific css for that browser like this thread

http://stackoverflow.com/questions/21479620/asp-net-website-running-properly-in-internet-explorer-but-not-properly-in-firefo

Thanks and Regards
Chandradev
My Blog

Klbaiju, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Klbaiju on: 5/26/2014 [Member] Starter | Points: 25

Up
0
Down
My problem is if i add webform and add some controls like textbox and button and run the application .it will display very small in firefox and fine for other browsers. i haven't added any css file.

Klbaiju, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Chandradev819 on: 5/26/2014 [Member] Starter | Points: 25

Up
0
Down
Hi

Please try to upgrade the firefox with latest version and then check it. if this problem will not fixed then post your .aspx html code so that we can test in our machine and find out the exact root cause of this issue.




Thanks and Regards
Chandradev
My Blog

Klbaiju, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Klbaiju on: 5/26/2014 [Member] Starter | Points: 25

Up
0
Down
Hi chandradev,
iam using latest firefox.here is one sample html
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><asp:TextBox ID="TextBox2"
runat="server"></asp:TextBox><asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
</div>
</form>
</body>
</html>

it works fine in chrome and IE.


Klbaiju, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Chandradev819 on: 5/26/2014 [Member] Starter | Points: 25

Up
0
Down
Hi

I am getting the exact similar look in IE 10 and Firefox 30.0. I also tested with .net F/W 4.0 and 4.5. Please delete the all browser history and temp data then check it. It should work.

Thanks and Regards
Chandradev
My Blog

Klbaiju, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response