/    Sign up×
Community /Pin to ProfileBookmark

Opera and padding with an Input text box problem

Hey,

I have an input text box which works like any ordinary input text box until it is viewed using Opera.

I have given the input a padding, border and a margin of 0px/none and the results in IE, Firefox and Safari are how they should be. However, there still seems to be a 1 pixel padding/margin at the top of the input box in Opera 😡 .

It’s driving me nuts and makes the text look really out of place.

Here is my code:

[code=html]<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>Input text box padding problem in Opera</title>
<style type=”text/css”>
input.input1 {
width: 129px;
height: 19px;
margin: 0px;
padding: 0px;
padding-left: 3px;
padding-right: 3px;
border: 0px;
background: orange;
font-family: Arial;
font-size: 15px;
}
</style>
</head>

<body>
<input class=”input1″ type=”text” />
</body>
</html>
[/code]

Below is a picture of the results. The top input text box is in Internet Explorer, the bottom is Safari:

[url]http://aycu10.webshots.com/image/25209/2005189174566971210_rs.jpg[/url]

Oh yeah, it’s zoomed in before you think “Woah, you have big text boxes”.

Any suggestions would be very much appreciated!

Thanks,
Oli

to post a comment
Full-stack Developer

1 Comments(s)

Copy linkTweet thisAlerts:
@o_ash92authorAug 11.2007 — Too late to edit the post, but I meant "the top is Opera, the bottom is internet explorer".
×

Success!

Help @o_ash92 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 6.2,
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: @meenaratha,
tipped: article
amount: 1000 SATS,

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

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...