Apple has released a beta version of its latest web browser, Safari 3, for Windows.
If the rendering engine is the same as the Mac OS X version (not positive it is) it will be nice to be able to check your website designs without buying a Mac.
Download at: www.apple.com/safari/
It is good to share:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Posted in Website Design ~ No Comments
The Problem:
When using the Suckerfish Dropdown Menu in IE7 the dropdown menu often “sticks” and will not go up when you mouse off the menu.
The Fix:
Just add the following code to your CSS:
#menu li:hover, #menu li.hover { position: static; }
Thanks to Built From Source for the fix.
It is good to share:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Posted in CSS, Website Design ~ Comments Off
The Bug:
Internet Explorer (IE 6) doubles the margin added to a floated div that is placed inside a container div.
The Fix:
Add display: inline; to the floated element.
It is good to share:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Posted in CSS ~ No Comments
Once again I participated in the CSS Reboot and the Standards Reboot for my main site (blog not touched yet). It’s only been 6 months since the Fall Reboot but I never really liked the old site and it gave me an opportunity to make the site a little more accessible.
It is good to share:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Posted in Company Information ~ No Comments
I received 354 spam comments on my “Rebooted!” post since 11/02/06. 354! After reading Dave Shea’s blog post “Borderline” I am now implementing a new WordPress plugin called Akismet that boasts it nearly eliminates all comment spam.
I’ll update you on the results later.
It is good to share:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Posted in General ~ Comments Off