hamza Posted November 1, 2008 Share Posted November 1, 2008 ::Question list are as following:: ==================== For every browser we need separate stylesheet for each one? ---------------------------------------------- How to set the dafault resolution of any website? default or standard resolution is 1024*786 ??? ---------------------------------------------- Is there is any important role of doctype on the very top of every pager? ??? ---------------------------------------------- Any possible way to have one css file that immplement on every browser without any problem. ??? ---------------------------------------------- Where is the exact use of table tag in the templates give me example? ??? ---------------------------------------------- thanks in advance Quote Link to comment Share on other sites More sharing options...
AndyB Posted November 1, 2008 Share Posted November 1, 2008 Answer list: No. You can't. It's my browser, not yours Yes. Yes (write hack-free compliant code) Table tags are for tables. Bonus answer You can find all the answers with a bit of research on your own. Quote Link to comment Share on other sites More sharing options...
hamza Posted November 1, 2008 Author Share Posted November 1, 2008 how you can say NO for this question below For every browser we need separate stylesheet for each one? --------------- what happend is that if we create layout in IE then it show different in FF or SAFARI . if we change the setting according to onw broswer then other browser show different layout ======================================== What do you mean by this ans)write hack-free compliant code please expain it more for me and give me example which is the proper latest and preferable doctype now a day ========================================= Quote Link to comment Share on other sites More sharing options...
dropfaith Posted November 1, 2008 Share Posted November 1, 2008 write code that validates and dont direct css hacks to implement browsers you dont need a ff safari and ie style sheet i only make one per page 2 at most but i seperate style from form ie style sheet one createsa alayout stylesheet 2 creates a color scheme but never stylesheets for ie and all my sites look the same on all browsers How to set the dafault resolution of any website? default or standard resolution is 1024*786 is yes you can defualt a website to size but an 800 by 600 res will need to scroll Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted November 2, 2008 Share Posted November 2, 2008 There no such thing as stylesheet A -> browser A and stylesheet B -> browser B. Only IE will load stylesheets specifically directed to it. Please don't ask such pointless question. A simple google search will give you better answers (by certified experts too). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.