help me make a menu (in the lower left corner) to open and some images are displayed. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

help me make a menu (in the lower left corner) to open and some images are displayed.

https://code.sololearn.com/WZbNt6yUKNj8/?ref=app

11th May 2018, 12:57 PM
oTARANo
oTARANo - avatar
8 Answers
+ 1
https://code.sololearn.com/WbUv2QjACzQ3/. I am not expert..but here are my few suggestions; 1.use bootstrap ..your sceen resolution and mine did not match so I had few problems with the code fixing position. 2.you are using too many tags and ids and background..left..right% border for all..etc..so it was difficult to read.3 you are using </html> </body> tags in inappropriate position..and contains many warnings. It should have been upmenu but shoewhat due to many border problems or may be small resolution of background.it is going down ..i hope you can figure that..scanning your codes. by the way here are some useful links:https://www.w3schools.com/bootstrap/bootstrap_get_started.asp https://www.w3schools.com/bootstrap/bootstrap_navbar.asp https://www.w3schools.com/bootstrap/bootstrap_grid_system.asp https://www.w3schools.com/howto/howto_css_dropup.asp https://www.w3schools.com/howto/howto_js_dropdown.asp etc...
11th May 2018, 3:24 PM
Sunil Thakali
Sunil Thakali - avatar
+ 4
do as you should)
11th May 2018, 1:23 PM
oTARANo
oTARANo - avatar
+ 3
Can you fix me everything, add it, and so on? plizz
11th May 2018, 1:13 PM
oTARANo
oTARANo - avatar
+ 3
in the bottom in the left corner there is an image I want that when you click on this icon, the menu opens to the top
11th May 2018, 1:16 PM
oTARANo
oTARANo - avatar
+ 1
it will be easier if you use container class of the bootstrap..you can use bootstrap class row and 12 column grid system. w3school has very good tutorial about it.. specifing different number will create different size column..and there is extra small,small,medium large and extra large which will work for various devices.You can wrap the lower left corner around div class container and use bootstrap grid layout..it will seen nice .
11th May 2018, 1:11 PM
Sunil Thakali
Sunil Thakali - avatar
+ 1
what are the menu you want to add
11th May 2018, 1:14 PM
Sunil Thakali
Sunil Thakali - avatar
+ 1
you need to use function for that..if you want me to create static layout ..i can do..: I will not do all work.i will give you hint: use function like :onHover ..onClick..you can use jQuery.and check w3school
11th May 2018, 1:22 PM
Sunil Thakali
Sunil Thakali - avatar
+ 1
thanks you)
12th May 2018, 2:25 AM
oTARANo
oTARANo - avatar