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.
|
|
|
|
|
![]() |
||
appearance discrepancies between IE & Firefox
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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 " " in Firefox? you know, the little code that inserts spaces. with Firefox the page title displays " " while in IE it doesn't. any help you guys could offer me would be much appreciated. thanks a lot!!! |
|
|
|
|||
|
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. |
|
|||
|
Re: appearance discrepancies between IE & Firefox
Quote:
|
|
|||
|
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/ |
|
||||
|
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. |
![]() |
| Tags |
| appearance, discrepancies, between, firefox |
| Thread Tools | |
|
|
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 |