I found a unique slideshows plugin, that can be used in most cases. It can make almost everything, slidshows, carousels, galleruies, even tabs. It can rotate almost any content. Check out demos. Very nice, used on many sites.
Continue reading
CSS Quotes on Centered Text in Paragraph
Let’s do CSS quotes on inline centered text paragraph. It can be used on different text tickers, text slideshows, carousels. I made it with relative and absolute positions.
Continue reading
Why Is Button CSS Style Shown Differes on iPhone Safari Browser?
When testing my new site on iPhone I noticed that my CSS style is different on mobile Safari. I provided styles for buttons, but mobile Safari added some different styles to it. Continue reading
CSS: Rotate Element to 45 Degrees Code
Here’s the code to rotate HTML element to 45° using CSS. Previous Explorers can rotate elements to 90°, 180°, 270° and 360°, but they can’t rotate to some 45°. However there are special filters to do it. In IE8 trasform origin is different so I also had to fix things related to transfer origin point. Below CSS which is ready to be used, except IE7 code, which was too ugly, but I’m including this in case you’ll want to use it 🙂
In IE8 the badge is rotating not from the center like in other browsers, but from the top, so I’m moving it back to top, and then returning it to center in IE9. Continue reading
Dynamic Web Fonts Not Visible in Firefox under SSL
Under SSL Firefox will not show custom fonts from your server. It has something to do with cross domain permissions of Firefox. Continue reading
CSS Gradients in IE9 on Elements with Rounded Borders
If you want to add some rounded borders to an element, and also to have a gradient on that element, you’ll notice in IE9 that your rounded borders have some background with corners below them.
Continue readingNewsletter Code and Design Rules to Avoid Multiple Email Clients Problems.
Here’re some simple rules which will make your email newsletter to display well in different mail clients. Continue reading