alright, I am trying to do a vertical version of the CSS dropdown as instructed here. i tried to integrate it into what i already had, but as you can see, it is not working:
<!-- m --><a class="postlink" href="http://www.sureo.com/ekc/index.php">http://www.sureo.com/ekc/index.php</a><!-- m -->
CSS FILE: <!-- m --><a class="postlink" href="http://www.sureo.com/ekc/template.css">http://www.sureo.com/ekc/template.css</a><!-- m -->
the "Contact" item is supposed to drop down another item on hover, but it is not working. please hhelp!
<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/horizdropdowns/">http://www.alistapart.com/articles/horizdropdowns/</a><!-- m -->
that is the article i am using as a guide, but it wasnt working!
BTW: WHAT is a TPL file. Is that what I should use for my PhP includes? What type of file should I use for Php includes for just general template code?You are missing some of the css and all the fixes for IE.
ul li {
position: relative;
}
li ul {
position: absolute;
left: 0px;
top: 20px;
display: none;
}
<!-- m --><a class="postlink" href="http://www.sureo.com/ekc/index.php">http://www.sureo.com/ekc/index.php</a><!-- m -->
CSS FILE: <!-- m --><a class="postlink" href="http://www.sureo.com/ekc/template.css">http://www.sureo.com/ekc/template.css</a><!-- m -->
the "Contact" item is supposed to drop down another item on hover, but it is not working. please hhelp!
<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/horizdropdowns/">http://www.alistapart.com/articles/horizdropdowns/</a><!-- m -->
that is the article i am using as a guide, but it wasnt working!
BTW: WHAT is a TPL file. Is that what I should use for my PhP includes? What type of file should I use for Php includes for just general template code?You are missing some of the css and all the fixes for IE.
ul li {
position: relative;
}
li ul {
position: absolute;
left: 0px;
top: 20px;
display: none;
}