Why my vertical tab js code is refreshing the page continuously? [closed]
I had the same problem and didn’t find the answer. But I also find a solution without JavaScript. You can do tabs only with CSS+HTML. It is something like: CSS: <style type=”text/css”> #tabs div { width: 200px; padding: 25px 0; margin: 0; position: relative; } #contents div { display: none; position: absolute; left: 200px; top: … Read more