appearance discrepancies between IE & Firefox

This is a discussion on "appearance discrepancies between IE & Firefox" within the Web Page Design section. This forum, and the thread "appearance discrepancies between IE & 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 Jul 9th, 2006, 21:36
New Member
Join Date: Jul 2006
Location: Glasgow
Age: 24
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Arrow appearance discrepancies between IE & Firefox

hi there, i was wondering if you could help me with a little problem.
my webdesign skills are pretty sub-par, but normally, despite tons of coding errors and things, i'm pretty happy with what i manage to make.

however, the appearance of my pages tends to really vary depending on which web browser is used, which is a pain. in IE it looks fine, but in Firefox, my scrollbars have lost all their customisation and are horrible and intrusive looking. ... see here: http://pointykitty.co.uk

is there any way i could fix my coding to make them look as they do in IE?

the code i have used is:

< style >
a{text-decoration:none}
a:hover{text-transform:uppercase}

BODY
{scrollbar-face-color: C3EFE8; scrollbar-shadow-color: C3EFE8;
scrollbar-highlight-color: #C3EFE8; scrollbar-3dlight-color: #C3EFE8; scrollbar-darkshadow-color:C3EFE8 ; scrollbar-track-color: #C3EFE8; scrollbar-arrow-color: ffffff}
</ style >

also, is there any way i can use "&nbsp" in Firefox? you know, the little code that inserts spaces. with Firefox the page title displays "&nbsp" while in IE it doesn't.

any help you guys could offer me would be much appreciated. thanks a lot!!! < i'm liking this sheep.
Reply With Quote

  #2 (permalink)  
Old Jul 9th, 2006, 22:12
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: appearance discrepancies between IE & Firefox

You have two basic problems.

The code quality is, as you admit, poor and it is also none standards compliant.

The reason your scrollbars only look as you planned in IE is because you are using proprietary code that only IE understands.
Reply With Quote
  #3 (permalink)  
Old Jul 9th, 2006, 22:26
New Member
Join Date: Jul 2006
Location: Glasgow
Age: 24
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: appearance discrepancies between IE & Firefox

Quote:
Originally Posted by ukgeoff
You have two basic problems.

The code quality is, as you admit, poor and it is also none standards compliant.

The reason your scrollbars only look as you planned in IE is because you are using proprietary code that only IE understands.
ok, so what can i do to fix it?
Reply With Quote
  #4 (permalink)  
Old Jul 9th, 2006, 22:42
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: appearance discrepancies between IE & Firefox

Learn to code in a standards compliant way using xhtml, css, etc.

There are loads of online tutorials if you don't want to buy books.

This place is as good as any to start: http://www.w3schools.com/

Reply With Quote
  #5 (permalink)  
Old Jul 10th, 2006, 17:19
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,730
Blog Entries: 1
Thanks: 0
Thanked 16 Times in 16 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: appearance discrepancies between IE & Firefox

IE is the only browser that supports scrollbar styling (Which is useless imo) as ukgeoff said. Simple fact is you can have close to but never have pixel percision. People use different browsers, screen resolutions, font sizes, etc.. And using IE only technologies is never good. Despite their market share (Which is decreasing) IE still remains the most substandard and non-compliant browser to date. Even though it is still the most popular and there is nothing "wrong" with scroll bar styling etc just accept that it won't work for every body.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Jul 10th, 2006 at 17:55.
Reply With Quote
Reply

Tags
appearance, discrepancies, between, 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
CSS Browser Appearance Exodus Web Page Design 3 Jun 18th, 2007 14:16
How do I preserve the appearance and still adjust for resolution? willow82 Web Page Design 1 Oct 18th, 2006 21:10
horizontal CSS menu appearance problems mitcho Web Page Design 1 Oct 15th, 2006 21:11
IE and FF discrepancies iBen Web Page Design 1 May 4th, 2006 21:01
CSS browser compatibility and Menu appearance ??? j4mes_bond25 Web Page Design 2 Apr 8th, 2006 13:17


All times are GMT. The time now is 03:45.


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