Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8077773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:34:33+00:00 2026-06-05T15:34:33+00:00

The following code: <input style=height: 80px; width: 200px; value=test button> Works fine on Windows,

  • 0

The following code:

<input style="height: 80px; width: 200px;" value="test button">

Works fine on Windows, Linux etc. However Mac uses the system button style for <input> tags. These seem to not be able to be given a custom height (Firefox overrides the system button style so it’s fine but Chrome and Safari on Mac have the below problem):

Instead of having a 80px wide and 200px high button there is the Mac button style and a gap on top and below. The width gets set fine.

How do I override this so that Chrome and Safari on Mac show a tall button?

EDIT: Here’s what happens on Mac:
Mac input{ height: 200px; } problem
Here’s what should happen (works on Windows, Linux):

Normal input{ height: 200px; }

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T15:34:35+00:00Added an answer on June 5, 2026 at 3:34 pm

    Add :

    input[type=button] {
        -webkit-appearance: button;
    }
    

    in your CSS 🙂

    Here is the list of all values this property can take. By default, WebKit uses a custom style (with fixed height) for the buttons.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have the following html code <div style=background-color:Red;width:100px;height:100px;padding:5px;> <input type=text class=text id=txtExtraSubject style=width:450px;/> </div>
I have the following code : <html xmlns=http://www.w3.org/1999/xhtml> <body style=height: 1336px> <input type=hidden id=loadingtime/>
The following code does not submit the input values: $('.button').live('click', function() { var date
I have the following code: main = do putStr Test input : content <-
i have the following code : <input type=text value=<?php echo $_GET['msg']; ?>> This input
I have a contenteditable div, like so: <div id=test contentEditable=true style=width: 600px; height:300px;>Lorem ipsum
I'm trying to implement the following code: verify.html: <input type=text id=vericode style=position:relative;top:-3px;width:70px;height:20px;border:1px solid #928b8b
following code doesn't work with input: 2 7 add Elly 0888424242 add Elly 0883666666
I have the following code to open a input and output file: if ((source_file_ptr
The following code words if run in the console itself: var $inputbox = $('input#inputfield');

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.