Jump to content

Matt, fix this with 1 keystroke


Guest Please Delete

Recommended Posts

Posted

I use the classic view of Internet explorer and get this when posting.

picture00010xy.png

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.

picture00022ht.png

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.....

picture00031nh.png

Posted

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.

Posted

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

post-8530-1127983268_thumb.jpg

Posted

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!

Posted

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:

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...