Mam bardzo irytujący problem a mianowicie chciałbym wykonać w html takie menu jak pokazane jest na screene.
Tylko nie bardzo wiem jak to wykonać

Prosze o pomoc !
Pozdrawiam !
<head> <link rel="stylesheet" type="text/css" href="tabcontent.css" /> <script type="text/javascript" src="tabcontent.js"> /*********************************************** * Tab Content script v2.0- Š Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ </script> </head> <center> <ul id="countrytabs" class="shadetabs"> </ul> <div style="border:1px solid gray; width:746px; margin-bottom: 1em; padding: 10px; height:174px"> <div id="country1" class="tabcontent"> </div> <div id="country2" class="tabcontent"> </div> <div id="country3" class="tabcontent"> </div> <div id="country4" class="tabcontent"> </div> </div> </center> <script type="text/javascript"> var countries=new ddtabcontent("countrytabs") countries.setpersist(true) countries.setselectedClassTarget("link") //"link" or "linkparent" countries.init() </script>