Jump to content

Browser independent website


rajitha

Recommended Posts

I design for IE7+ and FF. Everything else should work well if you know how to design decently.

 

IE6 is also important. Takes up about 30% of the market share. However, the website I'm doing is too complex for the integrated css model in IE6. I don't hack css styles for specific browsers.

 

Make sure you use XHTML, use css layouts, properly semantics, and valid your markup/css!

 

Hope that helps.

Assuming that you broke out the HTML properly, something like this could work:

 

<?php

    include( 'header.html' );
    include( 'content.php' );
    include( 'footer.html' );

?>

 

If you will be generating dynamic web pages, I would suggest using something like Smarty (http://smarty.net/)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.