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 8146977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T14:11:27+00:00 2026-06-06T14:11:27+00:00

Rendering the same html in IE and Firefox gives me a different result because

  • 0

Rendering the same html in IE and Firefox gives me a different result because in IE, the hidden checkbox is not ignored, from a layout perspective. This image shows that there is a space where the hidden checkbox is in IE, but no space where the hidden checkbox is in Firefox:
image shows that there is a space where the hidden checkbox is in IE, but no space where the hidden checkbox is in Firefox

<html><head>
<style type="text/css">
<!--
#checkboxhide { position: relative; visibility: hidden; font-size: 8.5pt; font-weight: font-family: verdana;}
//-->
</style>
</head><body>
<table><tr>
<td>|</td>
<td><span id="checkboxhide"><input type="checkbox" hidden="" name="blah"></span>|Greetings Earthings</td>
</tr></table>
</body></html>

How can I get the two (or more) browsers to show the same thing?

  • 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-06T14:11:29+00:00Added an answer on June 6, 2026 at 2:11 pm

    The CSS visibility property, when set to hidden, can hide the contents of an element, but not the space it occupies.

    The display property, when set to none, hides both the element’s contents and the space it occupies.

    Use display: none rather than visibility: hidden:

    #checkboxhide { position: relative; display: none; font-size: 8.5pt; font-weight: font-family: verdana;}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem with rendering my html page by the same browsers in
I'm considering two different ways of completing the same task of displaying dynamic HTML
Firefox has a certain tolerance when rendering bad HTML. This means even if a
I have a problem with my matrix not rendering properly in HTML. It's a
In PHP I can use the following to stop HTML from rendering, so it
I'm rendering a common Log-In form using Html.RenderAction, on every page of my site.
I am rendering out a ViewUserControl (.ascx file) in a view: <% Html.RenderPartial(Comments, Model.Comments);
We are rendering usercontrols dynamically like this: public string RenderControl(string pathcontrol) { string html;
I have a web application that utilises both the MVC Ajax calls: Html.ActionLink() rendering
I'm trying to serve some webfonts, in .otf/.woff/.svg formats. The browser is not rendering

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.