MyBB Community Forums

Full Version: Attachment button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have this in my theme on Chrome Sad On all other browsers it looks "normal".

[attachment=28062]

Does anyone know a fix for this?
Try to see what class/id that choose file button has.
Yea, I did do that. It is part of the input.fileupload.

Changing that class only affects the file upload field color etc - it does NOT change the alignment of the "Choose" button and it only seems to happen in Chrome (not checked Safari yet).
I'm afraid I don't use Chrome anywere. What's the button look like for other upload sites (like image uploaders which often have stylized buttons), if it works there maybe check how they do it...
I don't use Chrome either - I use Opera - but a lot of my users do - it is our number one browser for users.

I shall try and bear using Chrome for a while and check other sites. Thank you.
post_attachments_new template
<input type="submit" class="button" name="newattachment" value="Add" tabindex="14" />
Nope. The problem is at this bit:

<input type="file" name="attachment" size="30" class="fileupload" />

the other half is already a button you can see it in the picture I posted.