If any of you use the Opera browser - they are giving away a free
licence code today only.
http://my.opera.com/community/party/reg.dml
Josh
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List
try looking at this article for creating Accessible Pop-up Links
http://www.alistapart.com/articles/popuplinks/
Josh
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-d
You could try using dynamic css. In other words within your page you
could call something like:
<%
code for choosing imageurl
%>
banner{
background-image: url(<%=imageurl%>);
background-repeat: no-repeat;
}
I would do it in the header of the page as you are probably
experiencing a caching issu