38 private links
Create professional looking CSS menus for your Website as easy as never before!
Build your cool menu online, without writing a single line of code!
Почему же при таком количестве достоинств PNG не очень широко применяется в веб? Большей частью это связано с представлениями о поддержке эт
Задача: Сделать поле ввода комментариев (textarea) на форме так, чтобы его размер (высота) изменялась согласно количеству (строк) текста.
Target/Filter out Gecko
Target/Filter out Internet Explorer 7/8
Target Safari, WebKit, Shiira and OmniWeb 5
Target modern Opera versions
Target only Konqueror 3.4.3 up
Задача — подключить стили только для определённого браузера. Mozilla FireFox поддерживает их через собственное правило — «@-moz-document».
The Aptana Studio Community Edition provides a full-featured web development environment. The Community Edition represents the core pieces of the Aptana frameworks for editing, debugging, synchronization, and project management.
This Page has had a footer tied to the bottom and it works in IE7, Firefox, Opera, Safari and also in IE6. The footer will stay below the lowest content in a window where the content exceeds the height and create a scrollbar.
A CSS Stylesheet Collection for Web Forms: select a stylesheet from the menu on your left, and see how it looks on this demonstration form.
The smallest things can make a big difference - one of those smallest things are footers, used to visually close the content of a page; however, as you’ll see below, sometimes they also have some more functions.
Below you’ll find a list of techniques we really couldn’t live without. They are essential and they indeed make our life easier. Let’s take a look at 53 CSS-based techniques you should always have ready to hand if you develop web-sites.
Lightview was built to change the way you overlay images on a website.
- Fast: Smart image preloading.
- Rounded: Adjustable rounded corners, without PNGs.
- Smart resizing: Images will always fit on your screen.
- Effects: Using Scriptaculous.
Here you can find the list with the standard set of fonts common to all versions of Windows and their Mac substitutes, referred sometimes as "browser safe fonts". This is the reference I use when making web pages and I expect you will find it useful too.
W3C offers a new way to arrange text “news-paper wise”, in columns. Multi-column layout is actually a module on its own. It allows a webdeveloper to let text be fitted into columns, in two ways: by defining a width for each column, or by defining a nu
Design Elements, Trends and Problems in Web Design
We smash you with the information that will make your life easier. Really.
IE7 is a JavaScript library to make IE behave like a standards-compliant browser. It fixes many CSS issues and makes transparent PNG work correctly under IE5 and IE6.
IE7 loads and parses all style sheets into a form that Explorer can understand. You can
Screen real estate is precious; let's make the most of it. Today we're going to make over the Firefox default chrome and consolidate only the stuff you need into as little space as possible so you can scroll less and see more while you surf.
#nav li{
unicode-bidi: expression(
this.onmouseover = function()
{this.className += ' hover';},
this.onmouseout = function()
{this.className = this.className.replace(' hover','');}
);
}