/    Sign up×
Community /Pin to ProfileBookmark

topmargin="0" doesn’t work in Firefox?

Hey guys!

Why doesn’t the topmargin=”0” and leftmargin=”0” work in Firefox? In Explorer they are working great, but I have some problems doing this in Firefox!

How to fix this problem? Pls help!

Thanks!

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@the_treeAug 16.2006 — I haven't used those depreciated attributes for so long I can't remember what they get used for. Try using some code made for this century.style="margin: 0;"
Copy linkTweet thisAlerts:
@byte_eaterauthorAug 16.2006 — !!! hey, thanks a lot man!
Copy linkTweet thisAlerts:
@WebJoelAug 16.2006 — Hey guys!

Why doesn’t the topmargin=”0” and leftmargin=”0” work in Firefox? In Explorer they are working great, but I have some problems doing this in Firefox!

How to fix this problem? Pls help!

Thanks![/QUOTE]


"topmargin", "bottommargin", "leftmargin" and "rightmargin" are proprietary ("IE") selectors. They only work on IE. Other browsers do not understand this, and ignore them. Best to not use them.

I always add this before "</head>" which does the same thing, AND it is what all browsers do by default. All except IE, which 'assumes' several pixels for each value. This line re-sets IE to "zero" and makes your page be identical with all browsers...:

<style type="text/css">

body, html {margin:0; padding:0; border:0;} /* Re-sets IE to "zero" for these values */

</style>[/QUOTE]
×

Success!

Help @byte_eater 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.17,
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,
)...