Browsing All Posts filed under »CSS«

Increment Inputs with the Mousewheel | CSS-Tricks

March 3, 2010

0

In the past we’ve covered adding +/- buttons to number-based inputs to help user interface (it’s easier than typing in some circumstances). Reader Hitesh N Chavda emailed me with the idea of doing it with the scroll of the mouse wheel instead. With the mouse cursor inside the input box, you can use the mouse scroll [...]

Flexible Color Schemes in Layouts with RGBa | Build Internet!

March 1, 2010

0

By the end of this tutorial, you’ll have the means to build a page layout (like the demo) that can be updated by simply changing the background. Using varying levels of transparent white and black backgrounds, we can achieve a monochromatic layout based off the background’s color value. To put it another way, all color [...]

A JavaScript Content Switcher That Works Without JavaScript | Impressive Webs Toronto

February 24, 2010

0

Recently, while doing research/work on a completely unrelated topic, I came across the beautiful illustrations on Rype Arts, which are displayed inside of a JavaScript-driven content switcher. For some reason, I happened to visit the page with JavaScript disabled and noticed that the content switcher was still working (albeit, with a few flaws). At first I [...]

20 Must Know Recent CSS and CSS3 Resources and Tools

February 23, 2010

0

CSS is always the easiest method to improve websites design and functionality. Moreover, The next version of CSS (CSS3) will revolutionize the way websites works. Except Internet Explorer most of the modern browsers supports CSS3 features. Here we present to you 20 recent CSS & CSS3 tools and resources you need to be aware of [...]

CSS3 Dropdown Menu

February 23, 2010

0

While I was coding the Notepad theme, I’ve learned some new CSS3 features and now I would like to share it with you. View the demo to see a Mac-like multi-level dropdown menu that I’ve created using border-radius, box-shadow, and text-shadow. It renders perfect on Firefox, Safari and Chrome. The dropdown also works on non-CSS3 [...]

Clean and pure CSS FORM design

February 18, 2010

0

Some readers of my blog hate html tables and often ask to me which is the better way to design FORMS with CSS, without using tables to place each form element in a table’s cell. How I said some time ago… tables are not evil. Sincerly, in some case I used pure CSS code to design [...]

Multiple column lists using one

February 16, 2010

0

his is a quick, simple tutorial on how to create multiple column lists by only using one ul. Often is the case when you’d want multiple lists side-by-side, but you end up using markup like — CSS Wizardry—CSS, Web Standards, Typography, and Grids by Harry Roberts. in order to get several lists sat next to each [...]

You Can Use CSS3 Right Now | Design Informer

February 16, 2010

0

CSS3 makes a designer’s work easier because they’re able to spend less time hacking their CSS and HTML code to work in IE and more time crafting their design. It is the future of web design and can be used today. This article will hopefully show you to care a little less about making everything pixel [...]

CSS3 Examples and Best Practices

February 10, 2010

0

The CSS3 trend is getting more and more popular. In fact CSS3 new features open a lot of new possibilities. Check out my previous post on “CSS3 Animation Demos” to see the things that you can do with it. However, don’t get too excited so soon because it is not fully supported by all browsers [...]

UsabilityPost – Pressed Button State With CSS

February 8, 2010

0

There is certain anchor state in CSS that I don’t see used very often — actually, it’s something I haven’t really used myself, but something which I now realize can be very useful. I’m talking about the “active” anchor state. The active anchor state is the state an anchor (a link) is in when you click [...]