/    Sign up×
Community /Pin to ProfileBookmark

DIV Header leaves some gap in FF?

Firefox leaves some gap between top border and Company Details. IE is fine. How to fix it? Thanks.

[CODE]
<html>
<head>
<style type=”text/css”>
body {
font: Arial, “Times New Roman”, Verdana;
margin:5px 0px 0px 0px;
}

#content {
position: absolute;
left:1%;
width:40%;
height: 190px;
top:45px;
background:#eaeaea;
border:1px solid #000;
}

h1 {
font-size:18px;
text-align: center;
background: #ffc;
}

</style>

</head>

<body>

<div id=”content”>
<h1>Company Details</h1>
<table>
<tr>
<td>Name:</td>
<td><input type=text name=name value=”” size=25 maxlength=25></td>
</tr>
<tr>
<td>Address:</td>
<td><input type=text name=add value=”” size=25 maxlength=25></td>
</tr>
<tr>
<td>City:</td><td><input type=text name=city value=”” size=25 maxlength=25>&nbsp;
</tr>

</body>

[/CODE]

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@magentaplacentaJan 30.2008 — Need to zero out the default top margin on H1s:

[CODE]h1 {
font-size:18px;
text-align: center;
background: #ffc;
[b]margin-top:0;[/b]
}
[/CODE]
Copy linkTweet thisAlerts:
@magentaplacentaJan 30.2008 — Need to zero out the default top margin on H1s:

[CODE]h1 {
font-size:18px;
text-align: center;
background: #ffc;
[b]margin-top:0;[/b]
}
[/CODE]
×

Success!

Help @codingisfun 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.25,
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,
)...