Posts tagged: design
WordPress Themes and CSS Rounded Corners
The efficient method of producing rounded corners on a block element is to use CSS.
All 4 corners:
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
Applying to, respectively, Gecko browsers (Firefox) – Konqueror – Webkit browsers (Safari, Chrome).
WordPress Themes and Tables, Shock, Horror
Having recently been taken to task by a punter who berates our poor suffering HTML designer for daring to use tables in some of our WordPress themes, maybe best not to say which ones…
There does seem to be an attitude that tables = evil, without even stopping to think.
Our correspondent has missed the point. [...]
Alibi3col Free WordPress Theme
Alibi3col is a three-column free WordPress theme, with central content and left & right sidebars.
Compatible with WordPress versions 2.7+
Tested on Firefox 3, Internet Explorer 7 and 8, and Opera 9.
OfficeFolders Free WordPress Theme
OfficeFolders is a free WordPress theme, two-column, with a right sidebar.
Colors: blue, grey, white
Widget Ready: Yes
Width: Fixed
LouiseBrooks Free WordPress Theme
LouiseBrooks is a fixed-width, 2 column with right sidebar theme, with a little Deco styling, not too much… and the theme is now fully updated for WP 2.7 functionality, threaded and page comments etc…
The theme has been tested on Firefox 2,3 Internet Explorer 6,7 and Opera 9.
Compatible with WP 2.2 upwards.
Using jQuery with WordPress
If you’re a theme developer, you’ll (perhaps) be looking at keeping up with the latest in javascript/AJAX and incorporating a few tweaks into your brand new theme – in some ways, it’s been made very easy for you (and in one or two ways it’s just a little tricky…)



