Firefox Compatibility |
Firefox Compatibility |
Jul 6 2005, 03:40 AM
Post
#1
|
|
![]() when we speak, we breathe ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,635 Joined: Jan 2005 Member No: 91,760 |
Do you normally use Firefox as your browser, but want to make sure that your overrides work for IE as well?
Well, it is possible to make it work between Firefox and IE. Most of the overrides you'll need to change will be related to pixels, tables, percentages, etc. To create this compatibility, you will need to work out of ie (and firefox). Create your overrides so that they work in ie, but not firefox. Now that you have your overrides compatible with ie, we'll work with making them compatible with firefox. Find the snippets of coding that are not working properly with firefox. Copy the coding, and paste it directly under it, so you have stated twice. However, with the second one, you will be adding !important before the semi-colon (;). Like so: CODE table { width: 254px; width: 256px!important; } IE does not recognize the !important so it will use the first specifications. Firefox (and most other browsers) will recognize the small code and use that specification since it's listed as "!important." However, take into consideration that sometimes coding changes with resolutions, which will have an impact on your journal. It may not be perfect for everyone, but at least you now have cross-browser compatibility with your overrides. |
|
|
|
![]() |
| *Libertie* |
Jan 18 2006, 10:30 PM
Post
#2
|
|
Guest |
This is the Livejournal help forum, post in Xanga help to have this question answered.
|
|
|
|
jordanriane Firefox Compatibility Jul 6 2005, 03:40 AM
Libertie Great idea, I never thought to post anything like ... Jul 6 2005, 03:48 AM
Lil_Cloud Oohhh! I get it now! Thanks sooo much... Aug 11 2005, 01:52 PM
b0st0ngrl That's really helpful. Thanks :) Aug 11 2005, 01:55 PM
pawprints2570 wow. i never knew that! that really helps a L... Aug 17 2005, 06:08 PM
Szeh QUOTE(jordanriane @ Jul 6 2005, 3:40 AM)Find ... Nov 12 2005, 03:43 PM
add1cted2f1re you said AFTER the ; but you put the code before i... Nov 15 2005, 07:05 PM
jordanriane it's before, but it works either way, at least... Nov 15 2005, 07:51 PM
add1cted2f1re <!-- LAYOUT BY: RequestAll -->
... Nov 17 2005, 12:44 PM
Libertie ^ For the second one (the one with !important)... Nov 18 2005, 12:15 AM
add1cted2f1re QUOTE(Libertie @ Nov 18 2005, 1:15 AM)^ For t... Nov 18 2005, 09:19 PM
AzNJoj I tried and I tried, I just can't seem to get ... Jan 18 2006, 09:02 PM
supertrouperjen Thanks so much! Jan 22 2006, 07:25 PM
caseyfaceyx This is the code for the layout I'm using:
G... Feb 8 2006, 05:26 PM![]() ![]() |