Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > Webmaster Forums > Web Design, Coding & Programming Forum

GoogleCommunity Sponsor
Cirtex Hosting
Use coupon "forum" for 50% Off!

Reply
 
LinkBack Thread Tools Display Modes
Old 07-05-2006, 09:43 PM   #1 (permalink)
Noogle
 
Join Date: Jul 2006
Location: Kolkata India
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
debayanroy
Mozila and I.E. compatibility

P class=MsoNormal style="MARGIN: 0in 0in 0pt"We are using ASP.Net for .Net Framework 1.1, using Visual Studio.Net 2003. We have a native CheckBox component in one of our page. When viewed in IE 7.0 the CheckBox is properly aligned, but in FireFox 1.0.7 it is not properly aligned. We are using a CSS file and the content of it as follows.P class=MsoNormal style="MARGIN: 0in 0in 0pt"?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /o/oP class=MsoNormal style="MARGIN: 0in 0in 0pt"Content of CSS FileP class=MsoNormal style="MARGIN: 0in 0in 0pt"o/oP class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"SPAN style="FONT-SIZE: 10pt; COLOR: maroon; FONT-FAMILY: 'Courier New'"INPUT[/color]SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'" o/o[/color]P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"{o/o[/color]P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"SPAN style="mso-tab-count: 1" [/color]SPAN style="COLOR: red"BORDER-RIGHT[/color]: SPAN style="COLOR: blue"#333333[/color] SPAN style="COLOR: blue"1px[/color] SPAN style="COLOR: blue"solid[/color];o/o[/color]P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"SPAN style="mso-tab-count: 1" [/color]SPAN style="COLOR: red"BORDER-TOP[/color]: SPAN style="COLOR: blue"#333333[/color] SPAN style="COLOR: blue"1px[/color] SPAN style="COLOR: blue"solid[/color];o/o[/color]P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"SPAN style="mso-tab-count: 1" [/color]SPAN style="COLOR: red"BORDER-LEFT[/color]: SPAN style="COLOR: blue"#333333[/color] SPAN style="COLOR: blue"1px[/color] SPAN style="COLOR: blue"solid[/color];o/o[/color]P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"SPAN style="mso-tab-count: 1" [/color]SPAN style="COLOR: red"BORDER-BOTTOM[/color]: SPAN style="COLOR: blue"#333333[/color] SPAN style="COLOR: blue"1px[/color] SPAN style="COLOR: blue"solid[/color];o/o[/color]P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"SPAN style="mso-tab-count: 1" [/color]SPAN style="COLOR: red"FONT-SIZE[/color]: SPAN style="COLOR: blue"11px[/color];o/o[/color]P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"SPAN style="mso-tab-count: 1" [/color]SPAN style="COLOR: red"COLOR[/color]: SPAN style="COLOR: blue"#333333[/color];o/o[/color]P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"SPAN style="mso-spacerun: yes" [/color]SPAN style="mso-tab-count: 1" [/color]SPAN style="COLOR: red"FONT-FAMILY[/color]: SPAN style="COLOR: blue"Verdana[/color];o/o[/color]P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"SPAN style="mso-tab-count: 1" [/color]SPAN style="COLOR: red"HEIGHT[/color]: SPAN style="COLOR: blue"18px[/color];o/o[/color]P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"}o/o[/color]P class=MsoNormal style="MARGIN: 0in 0in 0pt"o/oP class=MsoNormal style="MARGIN: 0in 0in 0pt"Can someone suggest us a sample CSS file which works fine for both IE and Firefox?
debayanroy is offline   Reply With Quote
 
Sponsored Links
Old 07-06-2006, 12:24 PM   #2 (permalink)
Google Guru
 
andrew247's Avatar
 
Join Date: Oct 2005
Location: c:\GoogleCommunity
Posts: 3,386
Thanks: 3
Thanked 13 Times in 13 Posts
andrew247 is a glorious beacon of lightandrew247 is a glorious beacon of lightandrew247 is a glorious beacon of lightandrew247 is a glorious beacon of lightandrew247 is a glorious beacon of light
By testing it in each browser and changing to suit each.
Mozilla based browsers are stricter, whereas IE decides to accept some junk.
andrew247 is offline   Reply With Quote
Old 07-09-2006, 08:55 AM   #3 (permalink)
Google Freak
 
Join Date: Nov 2005
Location: St. Louis, Missouri
Posts: 443
Thanks: 0
Thanked 0 Times in 0 Posts
Pepper
Send a message via AIM to Pepper Send a message via MSN to Pepper
yay..IE is junk ....anywho...what andrew said...you pretty much have to play around with it....some times you have to put a line of code for Firefox...and then another line, that will do the same thing, but for IE....it can get annoying sometimes....*hopefully*...IE will be a little better with the final release of 7.......i doubt it though...lol
Pepper is offline   Reply With Quote
Old 07-10-2006, 07:36 AM   #4 (permalink)
Master Googler
 
Join Date: Mar 2006
Location: Terminus
Posts: 531
Thanks: 0
Thanked 0 Times in 0 Posts
cruocitae
Furthermore, you should use the most recent release of Firefox as everybody who matters does. LOL, what kind of web developer are you, that you don't have the latest firefox, and are trying to make your site work with a BETA!

CRAWLING ON THE FLOOR LAUGHING GUTS OFF AND HAVING A HEART ATTACK (cotflgohaha)
cruocitae is offline   Reply With Quote
Old 07-10-2006, 12:06 PM   #5 (permalink)
Google Guru
 
andrew247's Avatar
 
Join Date: Oct 2005
Location: c:\GoogleCommunity
Posts: 3,386
Thanks: 3
Thanked 13 Times in 13 Posts
andrew247 is a glorious beacon of lightandrew247 is a glorious beacon of lightandrew247 is a glorious beacon of lightandrew247 is a glorious beacon of lightandrew247 is a glorious beacon of light
Quote:
Furthermore, you should use the most recent release of Firefox as everybody who matters does. LOL, what kind of web developer are you, that you don't have the latest firefox, and are trying to make your site work with a BETA!
Don't worry; I let him know he was using an old version of Firefox in a reply to a PM he sent me.

IE 7 is useless.
The stylesheet compatability is absolute junk.
andrew247 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox compatibility weddingforasoldier Web Browsers and Statistics 3 09-18-2006 09:46 AM


All times are GMT -8. The time now is 12:45 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community