Right, thanks for that, that's been more or less sorted out.
I have a few questions that I believe are CSS related:
You may notice that on all pages except the main page, the main body of the page is in its original place, which as you can see, is too far up, and mixes with the new CSS menu. How do I set the position of everything below the Menu, so that it all stays a particular distance below?
Next - how do I get the Menu so that it aligns itself with the main body? At the moment, I am using:
Code:
div#dropMenu {
width:100%;
margin-left:15%;
margin-right:15%;
text-align:center;
z-index:1000;
position:relative;
}
and that (on my web browser at least) is in the middle of the page.
Is the margin determined by the user's resolution? If so, would it be in a different place if someone had a different resolution?
Next - How do I change the settings of the tpl_drop_menu.php file so that I can choose the links I want to have?
In the ideal world, I would have:
- Home (sub - New Products, Specials, Search)
- Apple (iPhone 4, iPhone 3G/S, iPod Touch, iPad, iPad 2)
- BlackBerry (Bold, Curve, Torch, Pearl, Storm)
- HTC (whatever categories I end up adding)
- Samsung (whatever categories I end up adding)
- Information (FAQ, Privacy Policy, Conditions of Use, etc etc)
- My Account (Login, Create Account)
Of course, there are other changes I need to make (mainly the aesthetics), but these are the things that I need to look at first.
Thanks for your help so far!
Bookmarks