FireFox Problem
-
hi all..first i want to apologize for asking this as it was posted MANY times before...but i couldn't get any solution.. my problem is...text keeps falling out of control in webpage when using firefox...when using IE..everything is fine IE http://img122.imageshack.us/my.php?image=70792211wm0.jpg[^] FireFox http://img385.imageshack.us/img385/8100/firefoxuh5.jpg[^] solutions i've tried include:changing CSS,using browsercaps your help is much appreciated sincerely
-
hi all..first i want to apologize for asking this as it was posted MANY times before...but i couldn't get any solution.. my problem is...text keeps falling out of control in webpage when using firefox...when using IE..everything is fine IE http://img122.imageshack.us/my.php?image=70792211wm0.jpg[^] FireFox http://img385.imageshack.us/img385/8100/firefoxuh5.jpg[^] solutions i've tried include:changing CSS,using browsercaps your help is much appreciated sincerely
-
Try using div tag without any height specifications as style tag given below
style="border: 1px solid #000000"
I tested on both browsers, it worked fine. If you still face problem send me the HTML code. I will work over it
Thanks for your reply =)..but unfortunately that didnt solve the problem my html
Projects
CSS class .rightblock { border:1px dotted #DBDB79; padding: 15px; margin-bottom: 10px; margin-right: auto; margin-left: auto; background: #fffeee; width:95%; } .dashedline { border-bottom: 1px dashed #DBCE6A; padding-top: 10px; margin-bottom: 10px; clear:right; } thanks again Amandeep for your help ;)
-
Thanks for your reply =)..but unfortunately that didnt solve the problem my html
Projects
CSS class .rightblock { border:1px dotted #DBDB79; padding: 15px; margin-bottom: 10px; margin-right: auto; margin-left: auto; background: #fffeee; width:95%; } .dashedline { border-bottom: 1px dashed #DBCE6A; padding-top: 10px; margin-bottom: 10px; clear:right; } thanks again Amandeep for your help ;)
nicromonicon wrote:
Projects
BorderStyle="None" EditModes="Design" Enabled="False" ToolsFile="~/ToolsFileLimited.xml" Width="95%">
CSS class .rightblock { border:1px dotted #DBDB79; padding: 15px; margin-bottom: 10px; margin-right: auto; margin-left: auto; background: #fffeee; width:95%; } .dashedline { border-bottom: 1px dashed #DBCE6A; padding-top: 10px; margin-bottom: 10px; clear:right; }
where have u set the height ?
Apurv A man is but the product of his thoughts. What he thinks, he becomes. .......Mahatma Gandhi Be the change you want to see in the world. .......Mahatma Gandhi
-
Thanks for your reply =)..but unfortunately that didnt solve the problem my html
Projects
CSS class .rightblock { border:1px dotted #DBDB79; padding: 15px; margin-bottom: 10px; margin-right: auto; margin-left: auto; background: #fffeee; width:95%; } .dashedline { border-bottom: 1px dashed #DBCE6A; padding-top: 10px; margin-bottom: 10px; clear:right; } thanks again Amandeep for your help ;)
-
Hi Can u please send me the HTML output of the page as i am not getting the controls used by u.
okay Amandeep here's the code from firefox http://www.yousendit.com/download/WnBTU2VxeFhreEJMWEE9PQ
-
okay Amandeep here's the code from firefox http://www.yousendit.com/download/WnBTU2VxeFhreEJMWEE9PQ
-
Hi Style tag o div is as
style="border-color:White;border-style:None;height:87px;width:100%;"
Make it asstyle="border-color:White;border-style:None;width:100%;"
You can check the code at http://www.shubhrishtey.com/CodeFromFireFox.htm[^]i did it and it worked! thank you so much Amandeep =)
-
i did it and it worked! thank you so much Amandeep =)