Merhaba,
JavaScript kullanmayan saf
CSS bir drop down
menu istiyorum. Bu sayfada istediğim gibi bir tane buldum ancak sitenin sahibi gerekli
CSS kodunu göstermek yerine "kaynak koduna bakın orada bulursunuz" diyor. Baktıkça daha çok kafam karıştı. Bu menü için hangi kodu nereye (head, body?) koymalıyım?
http://www.cssplay.co.uk/menus/final_drop.html
Anasayfada en altta şöyle bir açıklama var:
Alıntı:
But where's the code?
I have had many emails asking where the code/style can be found for the various demonstrations.
Well the xhtml is always placed in the #info div, so examine the source code, find the <div id="info">.....</div> and in between is the 'code'.
In most case the style is embedded in the page <head>...</head>. This is done to keep it all together on the same page making it easier to find. In some cases the CSS is held in a separate file (where it should be) and is loaded in the normal way <link rel="stylesheet" media="all" type="text/CSS" href="path to CSS file.CSS" /> so just add this path to the address in your browser to see the CSS file.
|