PSD to HTML

The Ultimate Hand-Coding Toolbox

 | Posted in Css, Xhtml
March 27th, 2010

Text editor A good text editor is the heart of the hand-coding toolbox. You could use notepad or whatever plain text editor is bundled with your operating system, but there’s really no reason to settle. There are plenty of free alternatives with... Read more

Optgroup element to group select options

 | Posted in Xhtml
October 18th, 2009

Sometimes it is useful to group the options of an HTML select element. Many developers use extra option elements and non-breaking spaces to create the visual appearance of hierarchical options, but there is another way: the often forgotten optgroup element. To... Read more

Awesome Resources to Test Cross Browser Compatibility of Your Website

 | Posted in Browsers, Css, Xhtml
September 8th, 2009

When there are many browsers available for the users to surf the internet, it becomes evident for you to check the Cross Browser Compatibility of your website. Different people use different operating systems and browsers and you cannot control their... Read more

Center and Middle Alignment for a Website using CSS

 | Posted in Css, Xhtml
May 31st, 2009

Different websites have different align position in the browser. Like top-centered, middle-centered and often left-top position. This is tutorial will show you how to align website to any part of the screen. I think i will be helpful for beginners. For... Read more

Simple CSS position drop text shadows

 | Posted in Css, Xhtml
May 10th, 2009

We have many major browsers like Internet Explorer, Opera, Firefox, Safari and SeaMonkey. I am really tired of using different CSS hacks and code for each of these browsers. So I want to offer you one universal CSS code which will help us to make shadows... Read more

Simple CSS drop text shadows

 | Posted in Css, Xhtml
May 6th, 2009

This is an example of Creating Cross Browser Compatible CSS Text Shadows. We will not use Images, only clear CSS code which work for all browsers. Each browser uses its methods, so we need to create styles for each browser. Let’s start with default... Read more

Test Websites In Various Internet Explorer Versions

 | Posted in Browsers, Css, Web Design, Xhtml
April 12th, 2009

IETester In my opinion, each xhtml coder needs software for testing web-pages for various Internet Explorer versions . If you use standard methods and install all IEs, then one cannot guarantee the quality of work of the web-pages. Here is the tester... Read more

Rounded Menu Tabs in CSS

 | Posted in Css, Xhtml
March 28th, 2009

A lot of my clients use menu with rounded corners in their websites and this menu items have rollover effect. So, the whole tab must be as a link. I have solved this problem and suggest you the next code example. At first let’s get ready all background... Read more

Replace logo with text

 | Posted in Css, Xhtml
March 16th, 2009

I want to write small tutorial for CSS and Xhtml. Let’s start with logo or image replacement of the text. This method is very useful for your website SEO and your users will not notice any changes. Search engines will read your logo as Real text, not... Read more

PNG transparent problem in Internet Explorer 6

 | Posted in Browsers, Css, Xhtml
March 15th, 2009

Everybody knows about PNG-24 problem in the Internet Explorer 6. I have found the best solution on this site http://www.twinhelix.com/css/iepngfix/. This method uses Javascript to fix problem. I think it will help you. But for some reasons, sometimes... Read more

Any Design to Xhtml Css