Hi, I have spent the last couple of days trying to make my application work using css buttons. I've gotten close, but there are a few bugs I haven't been able to fix. Also, I don't have access to Mac's so I don't know how well it works in Mac browsers.
The application is an events calendar, written in php with a MySQL back end. Here is the calendar display site: http://tinyurl.com/b38k7 The administration site is here: http://tinyurl.com/belob The style sheet is here (there are also some embedded styles, but they don't affect the issues I'm having - I think): http://tinyurl.com/93k4d Feel free to explore and use the admin functions - let me know if you find anything that doesn't work or looks bad. Except, please don't overuse the delete buttons, because it takes awhile to add new events. The events delete does the delete immediately. If you go into 'Process Judge Types' there is a conformation page for the delete because it could affect existing events. 'Process Event Types' in not functional yet. I use both form buttons, created using the <button> tag, and links using the anchor tag. I want to look the same. A rollover effect puts an underline under the button text. The big problem comes when I want both types of buttons in the same row. Look at the admin main page: http://tinyurl.com/belob This works pretty well in Mozilla, except the three anchor buttons at the top aren't centered. The hover effect works in Mozilla and Opera, but not in IE. In Opera, the borders on the buttons don't appear. Now click on an Edit button. In Mozilla you can see that even though the css styles for the submit button and the anchor tag are the same, they don't give the same result. The anchor (Cancel) is slightly shorter than the Submit button ( Continue). I could probably live with this, but in IE and Opera they don't line up at all, which is not acceptable. Any help would be appreciated. Linda H ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
