Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 28, 200519 yr I use the classic view of Internet explorer and get this when posting. Notice the nasty white space around the radio buttons and check boxes. This makes the posting page look like it has not been completed yet. Now the PM page is properly finished. Note the little border around the check boxes. This is an easy fix by changing the border: 0 to border: 1 [code]radiobutton, .checkbox, .helpbox { border: 0; vertical-align: middle; } No big deal, but I just thought the posting screen could look more finished. PS. I'm not sure how it looks in other browsers but with IE and classic view this is what I get. After the fix.....
September 28, 200519 yr This is what I get without the fix. Fixing it for IE on a gobal basis would most likely cause problems for "newer" browsers like FFox and Opera
September 28, 200519 yr No I checked with Fiorefox and Opera and it caused no problems. I also found out it only appears in IE, regardless of classic or Xp view. PS. Matt has it properly configured in PM and it causes no problems with other browsers.
September 29, 200519 yr I actually prefer the reult you get if you use radiobutton, .checkbox, .helpbox { background-color:transparent; border: 0; vertical-align: middle; } It helps get rid of all those white surrounds and doesn't rea;y need a border
September 29, 200519 yr Hi John, I use that CSS too and in IE tickboxes and radio buttons look okay on the message post screen. However if I look at the PM Inbox or even the Log In Screen in IE6 it looks awful with black boxes around each check box. Firefox of course is perfect!
September 29, 200519 yr LOL! I don't understand how a CSS (non-ID) tag can work on some pages and not on others!
September 29, 200519 yr Yeah, I tried that too but the PM screen has the border around by default. By the way, the fix I used also fixes the Search screen. By default it looks the same as the posting screen. Damn all these browser issues, why can't we have one perfect browser used by everyone :lol:
September 29, 200519 yr why can't we have one perfect browser used by everyone now thats a leading question :)
September 29, 200519 yr There must be a separate style for anything not complying w/ the parent class/tag you have styled.
Archived
This topic is now archived and is closed to further replies.