Create Pop Up Menu
for the first we create CSS file, with extention ".css e.g (filename.css)
content of the CSSfile is like this :
Nb : | if you're XTgem user, create CSS file but at TEXT mode. I mean is when you create a file, you have option to create HTML file, XHTML file and TEXT file. You must choose TEXT option |
How it work ?
Create HTML file, insert this code before tag <head> but before tag </head>the code is like this :
<link href="http://your site addres/filename.css" rel="stylesheet" type="text/css" />
and now, we edit this file
after tag <body but before tag </body>
we call the CSS which has we create with <div id="menu>menu content in here</div>
example all code is like this :
it will be like this :