Reply Box Problem

Jun 04, 2012 17:02

Hi there,

I'm seriously struggling to get the reply box on the comment page to resize and align.

Here's the problem )

comments

Leave a comment

Comments 2

tuff_ghost June 4 2012, 16:18:33 UTC
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.

Reply

angrylogic June 4 2012, 17:11:08 UTC
Thanks! It has worked perfectly :) I thought I'd overridden something, but I just couldn't pinpoint what!

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

Up