The Ical Upcoming Events List or Ical EventsTable plugin now has its own site.
Please use the new site for any comments – thanks
Related posts:
- Ical events list For further information on the plugin and the free version, please see Icalevents Thank you....
- Ical events – moved and html/css changes For those of you monitoring the RSS feed for ical events, please note two things: All Ical events related work...
- Events Plugin All events plugin information and membership has been moved to icalevents.com Your membership information and access has been over...
- amr-events download Before you buy membership to access this plugin, please…… Test it! test.icalevents.com. The latest version is always there – it might...
- Comparison of Event Calendar Plug-ins A quick look in no particular order (except mine first of course) . Yes I am checking out the competition...




2 Comments
August 7th, 2009 at 1:26 am
I am trying to round the corners of the alternating events boxes. Here is the code I have:
/*Rounded Corners in Firefox, Konqueror, Safari, Google Chrome,
Opera*/
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
Is it of any use within the CSS of the plugin? And if so can you please advise of where I should place it?
Thanks for any help. Great plugin!
Brian.
August 10th, 2009 at 2:42 pm
Hi Brian,
I love rounded corners too, and now that the default css for the latest version is going to highlight today’s event with a box around the row, it would be nice if that could be rounded. However it seems that rounded corners on table elements are not really possible yet. (We essentially want a “row” to be a round box).
See various articles here:
http://www.google.com.au/search?q=css+border+radius+on+table+elements
I had a bit of a play around, but had to leave it to get the next version up. The css hooks are there to help, so one could try styling the ul’s in the td cells, but it would be cumbersome.
I have added an option to have your own css styling which should not get overwritten hopefully when an upgrade happens. Version should be up later today. You can add the css styling there.
Let me know if you manage to work something out.