It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How do I equal Browser capability between Ie8 & Ie7? How do I solve this problem?
Use one of these: CSS reset, Blueprint CSS, Reset CSS
This resource on HTML5 Cross Browser Polyfills should point you in the right direction.
I personally like to use dean edwards scripts: http://code.google.com/p/ie7-js/
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
This is my website
My index.php file is correct in all other browsers except Internet Explorer. I am really confused. I couldnt find the problem. Can someone help me please.
Your website is missing a doctype. Without that it's basically pure luck how it renders in different browser. (Admittedly it still is afterwards, but somewhat less.)
IE is rendering your site in quirks mode, that might explain some of it.
If you wrote about footer then try simply add to your table tag in footer style "float:right;" or your class "fright".
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I use Bootstrap, can I style my checkboxes to look like Mac ones?
I.e. http://www.flickr.com/photos/wufoo/5761838808/
Thanks
It can be really difficult to style form elements...
I use http://formalize.me to normalize for styles across browsers, and as a bonus, it contains lots of useful examples that you can modify to your liking.
This similar question How to style checkbox using CSS? suggested you use this script
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Hi i am trying to create a custom scrollbar in css but I am not able to make it?
Can anybody help me ?
It is not possible to do this cross-browser with plain CSS.
As #tea-totaler has mentioned, it is however possible in Google Chrome.
It is however possible to do this using javascript/jQuery.
Here is a helpful article containing links to 10 different jQuery Custom Scrollbars:
http://www.net-kit.com/jquery-custom-scrollbar-plugins/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Any suggestions which feature can I use for simple web pages?
It really depends on how advanced you plan on making your website. Generally speaking most of the real browsers (NOT IE) support most of the html 5 elements.
Have a look at http://html5readiness.com/ to see what elements are supported by which browsers.
You can use new HTML5 tags which make markup more semantic. In order to get started right away, use this Initializr - HTML5 templates generator
http://caniuse.com is specifically designed to answer your question.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
what are the skills combination required to develop html5 application ?
HTML and javascript. If you want it to be pretty CSS would be helpful. And if you want it to be more dynamic a server side language is a must.
Personally I like Dive Into HTML5 very much.
This would be HTML5...
HTML5, Javascript and CSS.
Programming and a bit of design.