-
Scaling HVMENU to Display Resolution
Is there a way to scale the size of the menu using HVMENU to appropriately fit the resolution of the screen? Can this be done in CSS? Can I embed multiple menu.js files (1024menu.js, 800menu.js, etc) in a Javascript such as
if (screen.width == 1024) {
//embed 1024menu.js here
}
else if (screen.width == 800) {
//embed 800menu.js here
etc.
Thanks in advance!
Lauren
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks