ketanco
11-01-2009, 11:53 PM
Hello,
So far I used absolute positioning on my website but so many people told me that it is not the way to go so, on my next website i will start with floating divs. However now I am faced with a problem. Lets say I have top and side menu bars, a logo that I display on every page. With absolute positioning i was able to write their locations on a single file and call that file with php include on every page. Then on each page the rest of the items which are only special to that page were also displayed with absolute positioning.
But now if i do a similar file for universal items with floating divs, when i call that file on each page, what about the specific items on each page? how will i position them, with respect to the universal items, which is brought to that page by php include for universal items?
Take this as a very general question, how do you start the structuring of a website by floatign divs, when you have to display same items on many pages and then the rest will be specific items for that page?
So far I used absolute positioning on my website but so many people told me that it is not the way to go so, on my next website i will start with floating divs. However now I am faced with a problem. Lets say I have top and side menu bars, a logo that I display on every page. With absolute positioning i was able to write their locations on a single file and call that file with php include on every page. Then on each page the rest of the items which are only special to that page were also displayed with absolute positioning.
But now if i do a similar file for universal items with floating divs, when i call that file on each page, what about the specific items on each page? how will i position them, with respect to the universal items, which is brought to that page by php include for universal items?
Take this as a very general question, how do you start the structuring of a website by floatign divs, when you have to display same items on many pages and then the rest will be specific items for that page?