Hi!
I’m new here and was searched around the forum for some target for my question but still nothing…
Here is my question:
How can I create with CSS and HTML one horizontal menu bar lets say | HOME | PRODUCT | ABOUT |... witch is located in a DIV on the top of the site
and now if I click on product it should load a menu bar with a content into the left DIV like this:
———————————————————————————————————————————
| HOME | PRODUCT | ABOUT |... ..............................................................<——This should be the DIV on the top with the horizontal menu bar
———————————————————————————————————————————
———————————
CAMERAS
COMPUTERS
MOBILE PHONES....... <——-This should be the DIV on the left side of the page where
PRINTERS............................the content should be changed each time depended on what is clicked
...........................................in the top DIV.
———————————
If I click on ABOUT then it should change the content of the left DIV into:
———————————————————————————————————————————
| HOME | PRODUCT | ABOUT |... ..............................................................<——This should be the DIV on the top with the horizontal menu bar
———————————————————————————————————————————
——————————-
CONTACT
E-mail
Phone NO.................<——- This should be the DIV on the left side of the page where
...........................................the content should be changed each time depended on what is clicked
——————————-.................in the top DIV.
Some idea how to realize this?
I tray something here http://www.code-elektronic.com/index2.html
Click on “Proizvodi” and then on “Racunari” and than on “Mobilni Telefoni” and you can see what I wish to do.But the priblem here is,if you change your resolution of
your screen into smaller then 1280x1024 or you resize the windows of your web browser lets say 50% of height and 50% width
then you become a scrolling web page and it is very worse!