What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

Browser query

NooBee

Junior Member
Joined
Jun 23, 2013
Messages
4
Reaction score
0
HTML Coins
0
Hello. Does it matter what browser to use when we are making websites? I mean... and I apologize for being a newbie here. Tried the search forum option and did not find a thread that answered my question. Thanks for your help.
 
Yes it does. Browser compatibility is a common issue with web development. Since you're a newbie, you can visit W3schools.com. They have a list of most, if not all, html tags and which browsers they work on.
 
Hello. Does it matter what browser to use when we are making websites? I mean... and I apologize for being a newbie here. Tried the search forum option and did not find a thread that answered my question. Thanks for your help.

You must test out IE 8,9,10, Firefox, Safari and Chrome (make sure it looks the same). There are less issues now that IE6 is pretty much gone but you'll want to hold back on HTML5 and CSS3 if you can't get your design to function without them.
 
99.9% of HTML is rendered the same on all browsers. The advent of HTML5 has made things a little complicated for earlier (older browsers) but then there are hacks available for using these new tags/elements of HTML 5 for older browsers. That said, still, when we talk of complete websites, it is the CSS which makes things look different on different browsers. Say for instance, the look and feel on Firefox and Internet Explorer gets very much different. And for making things homogenous, the term - cross browser compatibility - and for this you might have to modify the CSS or even use some javascript.

Note that today most of the people use newer browsers but still all of the HTML5 and even the CSS3 is not yet fully implemented on all browsers.
 

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back