/    Sign up×
Community /Pin to ProfileBookmark

Firefox vs. IE

Hello!

I spend so many hours trying to solve this problems, nearly gone mad, but still unable to find the solution.

I am no very good at html, just the basic.

Hopefully you guys can help.

Here is the testing site :-
[URL]http://www.applycreditcard-online.com/test/[/URL]

At the top right hand corner, you can see the selection menu by country, starting with “United States”

In firefox, this look fine as it appers in the same row with all the links.

But in IE, the “United States” selection menu stay at the top no matter what I do. I’ve tried valign but nothing happened.

I guess this has to do with the “form” tag I ma using for the selection menu.

Please advice. Thanks.

to post a comment
HTML

7 Comments(s)

Copy linkTweet thisAlerts:
@_Aerospace_Eng_Nov 01.2006 — Both IE and Fx look the same to me.
Copy linkTweet thisAlerts:
@knowjNov 01.2006 — IE and FF both add different amounts of padding, margin to tags and the standard margin on the body varies.

usually to solve these problems set element paddings and margins to 0 or a value of your choice.

i recommend using padding on p, h1,2,3,4 etc... unless you want it to effect its container
Copy linkTweet thisAlerts:
@drhowarddrfineNov 01.2006 — This probably is not a fix to your problem but, as a note, you will never get IE to attempt to perform like a modern browser without a proper doctype. Right now, IE is in quirks mode. See my link below. Use html4.01 strict.

If nothing else, it will help you avoid some IE problems in the future.
Copy linkTweet thisAlerts:
@russellNov 01.2006 — <i>
</i>&lt;form style="display:inline; padding:0" name="theForm"&gt;
Copy linkTweet thisAlerts:
@danieltayauthorNov 01.2006 — IE and FF both add different amounts of padding, margin to tags and the standard margin on the body varies.

usually to solve these problems set element paddings and margins to 0 or a value of your choice.

i recommend using padding on p, h1,2,3,4 etc... unless you want it to effect its container[/QUOTE]


knowj, can you explain a little bit about your solution using padding?

do you mean the css?

I've tried to change the css padding and margin to 0 but it's still the same.

can you explain on your recommendation? what do you meant by p,h1,2,3,4 etc?

thanks.
Copy linkTweet thisAlerts:
@danieltayauthorNov 01.2006 — <i>
</i>&lt;form style="display:inline; padding:0" name="theForm"&gt;
[/QUOTE]


Thanks russell, the code is good, it's working now.

By the way, I do have a problem with the left-hand side menubar("By Categories, By Banks/Issuers...)

When I try to add more items on the left-hand side menubar, the text on the right(content) will be out.

I guess it must be the css but unable to find the source of problem.

Any clue?

On the other hand, do you guys think the current position of the country selection menu on the right is a good one? Any other suggesstion for better placement?

Thanks again.
Copy linkTweet thisAlerts:
@knowjNov 01.2006 — knowj, can you explain a little bit about your solution using padding?

do you mean the css?

I've tried to change the css padding and margin to 0 but it's still the same.

can you explain on your recommendation? what do you meant by p,h1,2,3,4 etc?

thanks.[/QUOTE]


p = <p> css style would be

p{

margin:0;

padding:0;

}

h1 etc...
×

Success!

Help @danieltay spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.24,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...