Skip to main content

Home/ CSS Evangelist/ Group items tagged homepage

Rss Feed Group items tagged

1More

reset yahoo homepage - 0 views

  •  
    visit www.yahoo.setup.global, If You lost your yahoo homepage or remove from your computer. We will help you to set your original yahoo homepage permanently on your computer or laptop.
1More

Use Onefeed to replace your New Tab page in Chrome - 0 views

  •  
    Want to add information on your new Tab page in Chrome? Here is a solution with OneFeed. With OneFeed, you can add custom newsfeed as well as get alerts from your social media accounts.
2More

IETester - 0 views

  •  
    Free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
1More

#eCSStender.org { content: "Homepage"; } - 1 views

shared by yc c on 05 Dec 09 - Cached
  •  
    Extensions built with eCSStender greatly simplify the design process because you can author modern CSS using advanced selectors, properties such as border-radius, or custom font faces and rest assured that your design will work... even in IE6. To see what you can use today, browse the extensions. To use the extensions, download eCSStender and include it and your extensions in your site.
1More

Handy CSS Debugging Snippet - 7 views

  •  
    I use the following bit of CSS to help visualize the structure of an XHTML (or HTML) document by putting a colored outline around the border of every element. At each level in the hierarchy the color changes so you can see when "depth" changes.   * { outline: 2px dotted red }   * * { outline: 2px dotted green }   * * * { outline: 2px dotted orange }   * * * * { outline: 2px dotted blue }   * * * * * { outline: 1px solid red }   * * * * * * { outline: 1px solid green }   * * * * * * * { outline: 1px solid orange }   * * * * * * * * { outline: 1px solid blue }
1 - 11 of 11
Showing 20 items per page