I need a couple of checkboxes to appear bigger than they display by default. How do I do that? I've tried putting in some pixels for the height and width properties in CSS but that only works in Google Chrome, not Firefox. Additionally, it only works clicking functionality wise, the actual box doesn't display the full pixel amount.
Here is what I had
<input type="checkbox" style="width:50px;50px" />
The semicolon had no effect
Just noticed I didn't type "height" but yea... it doesn't work
I was not using XHTML so I removed the space and / but it had no effect. I uploaded a photo so everyone can visually see my problem when using the style everyone says works and I thought would work.
http://i56.tinypic.com/2mi0tp3.png
Where my mouse is positioned in the pic -- I can click there and it will check the box but it won't display the actual box that size.
Here is what I had
<input type="checkbox" style="width:50px;50px" />
The semicolon had no effect
Just noticed I didn't type "height" but yea... it doesn't work
I was not using XHTML so I removed the space and / but it had no effect. I uploaded a photo so everyone can visually see my problem when using the style everyone says works and I thought would work.
http://i56.tinypic.com/2mi0tp3.png
Where my mouse is positioned in the pic -- I can click there and it will check the box but it won't display the actual box that size.