You have two rules for textarea.textbox; the one that sets its width to auto (lines 641-643) is causing your problem, and the one that sets it to 100% (lines 545-547) is being overridden, and also apparently does nothing anyway. So I would say remove them both.
I didn't read through your whole stylesheet but just in the areas I was looking I saw some invalid code, like a half of a "width" property on line 529. You might want to run the whole thing through a validator.
Comments 2
I didn't read through your whole stylesheet but just in the areas I was looking I saw some invalid code, like a half of a "width" property on line 529. You might want to run the whole thing through a validator.
Reply
Yes, the sheet is a bit of a mess at the moment. Just running it through just now to try and clean it up a bit :)
Reply
Leave a comment