lc21 Posted July 10, 2007 Share Posted July 10, 2007 Hi, I am just starting web development after a long break (6 years). Last time I was developing frames were often used to display menu options on the side of the page. I was wondering as frames seem to be no longer used how would a menu bar on the left hand side of the website and possibly a bar along the top would be achieved in a php site? Li. Link to comment https://forums.phpfreaks.com/topic/59260-frames/ Share on other sites More sharing options...
ToonMariner Posted July 10, 2007 Share Posted July 10, 2007 unordered lists are the order of the day on that one! How you create them is up to you - there are a million and one ways to do it so get coding... Link to comment https://forums.phpfreaks.com/topic/59260-frames/#findComment-294345 Share on other sites More sharing options...
soycharliente Posted July 10, 2007 Share Posted July 10, 2007 To add to that: In conjunction with an include()/require()/etc. so you only have to type the menu once and can change it on every page that uses it if needed. Link to comment https://forums.phpfreaks.com/topic/59260-frames/#findComment-294358 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.