pmiller
01-19-2012, 02:09 AM
Hi,
I am creating a webpage to display menu items in a div tag.
The premis of my page is to use 4 div tags.
1st div tag = company logo (top left)
2nd div tag = img of restaurant and address (top right).
3rd div tag = horizontal menu with text or buttons to call up menu items, for example: Lunch: Dinner: Beverages: Driving Directions, etc
4th div to display content pages. For example, if the user clicks the Lunch button, it would call the lunch page and place it into the 4th div tag.
I am able to do this with frames in HTML or content pages in ASP.net, but how would I do it using CSS and div tags.
The best response I got was with AJAX, but I am not familiar with this language yet.
Can I use JavaScript to do this?
Any suggestions?
Thank you,
Paul
I am creating a webpage to display menu items in a div tag.
The premis of my page is to use 4 div tags.
1st div tag = company logo (top left)
2nd div tag = img of restaurant and address (top right).
3rd div tag = horizontal menu with text or buttons to call up menu items, for example: Lunch: Dinner: Beverages: Driving Directions, etc
4th div to display content pages. For example, if the user clicks the Lunch button, it would call the lunch page and place it into the 4th div tag.
I am able to do this with frames in HTML or content pages in ASP.net, but how would I do it using CSS and div tags.
The best response I got was with AJAX, but I am not familiar with this language yet.
Can I use JavaScript to do this?
Any suggestions?
Thank you,
Paul