Do i have to have pictures to like make a menu or a few menus in a certain way? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Do i have to have pictures to like make a menu or a few menus in a certain way?

i wanna make my own menu and i dont want to much help i just need to know if i need specific images for borders and fonts.

9th Aug 2017, 1:51 AM
Dire Rune
Dire Rune - avatar
2 Answers
+ 5
You can use image for background, as well for text content (but it's better advised to keep text as text)... but if you want handle borders with images, you should handle them as background image of differents elements (borders can only be styled with color, width and type properties), even if you can use <img> elements (but that's not the good purpose of it). Anyway, use of images for styling elements (including 'menu' purpose) is not very recommended and should be rather done with basic css properties if possible... In case of not other ways than using images, you should be carefull to use lightweight images, else first load of your page risk to be weird displayed since all images aren't loaded ;P
9th Aug 2017, 10:19 AM
visph
visph - avatar
+ 2
images for borders and fonts?
9th Aug 2017, 1:57 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar