1 (edited by ImDude 2008-05-06 13:46)

Topic: need some help with css and one particular button

hi I am having a hard time finding where in the script I can define a class for the 'load avatar' in the profile.php button, I actually styled my own buttons and across the board all my buttons look fine, nicely styled the way I like,  however this one 'booger' is giving me a headache, and I don't know what I am doing wrong. please check the attached image 

http://img160.imageshack.us/img160/3000/17800144iw4.jpg


do you see how the button is all messed up? Anyone has any suggestion please share. I am comfortable with css but not sure where I can find the script for the button above so I can a class for it

Re: need some help with css and one particular button

anyone

3 (edited by quaker 2008-05-06 20:26)

Re: need some help with css and one particular button

seem to be padding on the txt for the button.....
find the class or the id that asigned to the button and adjust it from there... or simple make the button with a text inside the image .

u can assign a style to the button.

<input  type="submit" style="ur css coding here!"

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

4

Re: need some help with css and one particular button

The reason is that the button is an inbuilt part of the file input form widget. File input controls are notoriously difficult to style and certainly can't be styled like other form controls. Even if you do manage to style it then it will look different in each browser.