[css-d] Converting javascript heavy page to CSS2 - help needed

2005-08-31 Thread Pat Pruyne
Greetings, I'm still medium-low on the CSS learning curve and have been tasked to update a site created by someone else that has lots of javascript button image replacement actions at the top of it. My temptation is to just take the javascript and tuck them into their own

Re: [css-d] Converting javascript heavy page to CSS2 - help needed

2005-08-31 Thread Jonathan Kart
I would highly advised reimplementing this and not trying to fudge the javascript. The css version is much easier to maintain. do a google search for css rollover buttons. There's a ton of tutorials out there. They all basically say: -make your links block elements. once the links are block

Re: [css-d] Converting javascript heavy page to CSS2 - help needed

2005-08-31 Thread Jim Davis
Pat, Here is a link to an interesting approach for image replacement http://alistapart.com/articles/imagemap/ Jim On 8/31/05, Pat Pruyne [EMAIL PROTECTED] wrote: Greetings, I'm still medium-low on the CSS learning curve and have been tasked to update a site created by someone else that