PDA

View Full Version : having some trouble with sprites



jbowman
6 Nov 2006, 7:02 AM
so.. been playing with the basicdialog, and have got it most of the way figured out. Except, I'm having a problem with the button graphics. I've tried making sure I had the right images in place, and made sure the basic-dialog.css was the most recent version, I just can't figure it out.

Example at - http://whasit.com/ci/ (make sure you include the trailing slash, still making the migration from my windows dev environment to linux host and having some issues with mod_rewrite rules). click on the Login or Register text in the top right. The buttons in the footer render differently in ie and firefox, but not correctly in either.

jack.slocum
6 Nov 2006, 4:28 PM
td { padding: 3px; }
That line is breaking everything (it undoes what reset.css does).

jbowman
6 Nov 2006, 4:47 PM
omg... that was left over from when I moved to borderlayout I guess, must have missed a line when I was cleaning up. Thanks Jack. :oops: