Tabs by using CSS

Its highly unlikely that tabs using only CSS would replace JavaScript based ones. <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”utf-8″ /> <meta http-equiv=”Content-Type” content=”text/html;charset=utf-8″ > <title>CSS Tabs</title> <style type=”text/css”> .css-tabs { position:relative; text-align:center; /* This is only if you want the tab items at the center */ } .css-tabs ul.menu… Continue reading