[css-d] Free Opera Licence

2005-08-31 Thread Josh Moont
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

Re: [css-d] size of new window

2005-05-26 Thread Josh Moont
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

RE: [css-d] Interesting rotation caching issue

2005-05-12 Thread Josh Moont
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