This code has problem in Firefox

This is a discussion on "This code has problem in Firefox" within the Web Page Design section. This forum, and the thread "This code has problem in Firefox are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 19th, 2007, 05:31
Junior Member
Join Date: Sep 2005
Location: Beyond the seas there's a town,In hand of each child a branch of insight lies,I shall build a boat.
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
This code has problem in Firefox

Hello ,

This code runs perfect in IE,But when I check it by Firefox characters become separate.why?How can I fix it?



HTML: Select all
</font><i><font face="Times New Roman" size="7" color="#009900">ش</font><font face="Times New Roman" size="7" color="#FFFFFF">م</font><font face="Times New Roman" size="7" color="#FF0000">س

Reply With Quote

  #2 (permalink)  
Old Feb 19th, 2007, 05:57
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: This code has problem in Firefox

Try using CSS instead of the outdated font tags.

Code: Select all
p {
    color: #009900;
    font: italic 1em "Times New Roman",serif;
}
Reply With Quote
  #3 (permalink)  
Old Feb 19th, 2007, 13:59
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: This code has problem in Firefox

<font> tags are no longer used for one, IE will render old/sloppy code better than Firefox simply because it has a poor engine that is ages behind Gecko, KHTML etc... Ryan's solution should fix your problem.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #4 (permalink)  
Old Feb 19th, 2007, 14:40
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: This code has problem in Firefox

Call me RyRy, moojoo.
Reply With Quote
  #5 (permalink)  
Old Feb 20th, 2007, 16:44
Junior Member
Join Date: Sep 2005
Location: Beyond the seas there's a town,In hand of each child a branch of insight lies,I shall build a boat.
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: This code has problem in Firefox

Hello friends!

I try that by CSS,But still I have that problem,The characters become separate.May you write the css code for that?Thanks in advance.
Reply With Quote
  #6 (permalink)  
Old Feb 20th, 2007, 22:27
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: This code has problem in Firefox

Can you link us so we can see the problem?
Reply With Quote
  #7 (permalink)  
Old Feb 22nd, 2007, 02:34
Junior Member
Join Date: Sep 2005
Location: Beyond the seas there's a town,In hand of each child a branch of insight lies,I shall build a boat.
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: This code has problem in Firefox

Hello

This the site:http://www.shamseweb.com

When you check by Firfox,you see color that CSS title is difference.When you compare by IE.

Thanks
Reply With Quote
  #8 (permalink)  
Old Feb 22nd, 2007, 02:42
Junior Member
Join Date: Sep 2005
Location: Beyond the seas there's a town,In hand of each child a branch of insight lies,I shall build a boat.
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: This code has problem in Firefox

Hi,

I have a table that has many links,But Whne I check by firefox that table be disappear....

This is another problem.
Reply With Quote
  #9 (permalink)  
Old Feb 23rd, 2007, 15:00
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to daygon Send a message via MSN to daygon Send a message via Yahoo to daygon
Re: This code has problem in Firefox

Learn CSS to build your website, dont use tables. Completely start over and and learn xhtml/css and your site will function alot beter and you wont have so many problems. Everything that you're using is so 90's. Get with the '07. I would prolly start brushing up on css 3 so you'll be ahead of the game when it comes out. Just start over and keep trying. Remember your greatest learning tool is trial and error.
Reply With Quote
Reply

Tags
firefox

Thread Tools

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
Need help on code in firefox Giggs JavaScript Forum 4 Apr 9th, 2008 05:21
Problem with code in Firefox psycho wolvesbane JavaScript Forum 2 Apr 6th, 2008 09:41
Extra code displaying in Firefox? Kreeyon Web Page Design 5 Apr 3rd, 2008 19:21
Javascript code ignored by Netscape/Firefox commodorejim JavaScript Forum 2 Oct 14th, 2006 10:13
Code not working on firefox acidblue0 Web Page Design 3 Jan 2nd, 2006 20:14


All times are GMT. The time now is 08:57.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43