I like to make menu as static option. How to set in the correct way?
HTML:
CSS:PHP Code:
<ul id="topmenu" style="top: 0px; position: static;">
Is this correct way inside css file or inside page style='' ''?PHP Code:element.style {
position: static;
top: 0;
}
Can be improved?
