tags:

views:

79

answers:

1

Hi!

I have a problem on my site's login page in IE7 browser. One of the buttons on that page http://j-in.org.ua:9000 is cut off, in IE browser

Here's the screenshot: http://img.skitch.com/20090629-nxnr2pwcs529peqxsttt96fmtk.jpg Please help me to fix it.

+1  A: 

You need to set it to display: block.

#login #reg a { display: block; }
Greg
Just tried. Didn't help. :(
Oleg Tarasenko
Ah no. It worked worked! Thanks!
Oleg Tarasenko