1548900214
I have a question, is it possible to have a full width dropdown menu when my wrapper has a width of 1024 px? Because I am having problems with my dropdown menu. Though, it is not yet working with the hover but Im still trying to style my dropdown menu.
Here's my code..
from my index.html
<div id ="lower-header"> <div class="wrapper"> <img src="images/logo/logo_01.png"> <ul> <li> <a href="#">KU 스타트업</a> <div class="sub-menu-whole"> <div> <img src="images/bg/bg_sub_01.png"> </div> <div class="column"> <ul> <li> <a>인사말</a> </li> <li> <a>창업부서소개</a> </li> </ul> </div> </div> </li> <li><a href="#">프로그램</a></li> <li><a href="#">스타트업 리더</a></li> <li><a href="#">창업보육</a></li> <li><a href="#">창업멘토단</a></li> <li><a href="#">커뮤니티</a></li> </ul> </div> </div>
This is my CSS code: style.scss
#lower-header{ background-color: #ffffff; height: 100px; position: relative; width: -webkit-fill-available; z-index: 1; img { float: left; margin-top: 33px; } ul { list-style: none; display: block; float: left; margin: 17px 0px; padding-left: 30px; li { display: inline-block; font-size: 17px; font-weight: bold; padding: 16px 19px; height: 73px;.sub-menu-whole { background-color: #ffffff; height: 360px; /*position: absolute;*/ z-index: 1; margin-top: 44px; &:after { content: ""; display: table; clear: both; } div { position: absolute; margin: -33px 0; padding: 0; div { float:right; } } } a { text-decoration: none; color: #000000; &:hover { color: red; } } } }
#html #css
1548907260
Remove the float: left; property from the ul and add width:100%;
1597475640
Here, I will show you how to create full text search in laravel app. You just follow the below easy steps and create full text search with mysql db in laravel.
Let’s start laravel full-text search implementation in laravel 7, 6 versions:
https://www.tutsmake.com/laravel-full-text-search-tutorial/
#laravel full text search mysql #laravel full text search query #mysql full text search in laravel #full text search in laravel 6 #full text search in laravel 7 #using full text search in laravel
1594711264
If you are looking for a full-stack mobile developer for your web or mobile app development needs?
Hire Full Stack Developers to develop any type of web, mobile, or desktop applications from start-to-end. HourlyDeveloper.io full-stack programmers know their way around different tiers of software development, servers, databases, APIs, MVC, and hosting environments among others.
Contact us: https://bit.ly/2W6j57w
#hire full stack developers #full stack developers #full-stack programmers #full-stack development #full-stack
1598517180
Do you want to get a web application that can meet your business requirements successfully?
We love to work with startups and enterprises to solve their business problems using our full-stack technology competencies. Our expertise in agile and efficient use of the latest development methodologies helps us to convert your idea into a market-ready product. Hire Full Stack Developer India from HourlyDeveloper.io will help you to achieve defined goals throughout product development, testing, and deployment.
Consult with our experts: https://bit.ly/34Gqm31Full Stack Development
#hire full stack developer india #full stack developer india #full stack developer #full stack #full stack development
1609588950
Full-stack developers can work with various software applications to design a custom code that allows them to proficiently operate the website as well as its features. They have the potential to serve the entire project, from the ideas’ design to the product’s implementation accordingly.
If you are seeking Full Stack Developer Course in Chennai and FITA Academy is the NO.1 Training institute for Full Stack Developer Training in Chennai. We are providing the best advantages of hiring a full stack developer.
#full stack developer #full stack developer course #full stack developer training in chennai #full stack developer course in chennai #full stack
1548900214
I have a question, is it possible to have a full width dropdown menu when my wrapper has a width of 1024 px? Because I am having problems with my dropdown menu. Though, it is not yet working with the hover but Im still trying to style my dropdown menu.
Here's my code..
from my index.html
<div id ="lower-header"> <div class="wrapper"> <img src="images/logo/logo_01.png"> <ul> <li> <a href="#">KU 스타트업</a> <div class="sub-menu-whole"> <div> <img src="images/bg/bg_sub_01.png"> </div> <div class="column"> <ul> <li> <a>인사말</a> </li> <li> <a>창업부서소개</a> </li> </ul> </div> </div> </li> <li><a href="#">프로그램</a></li> <li><a href="#">스타트업 리더</a></li> <li><a href="#">창업보육</a></li> <li><a href="#">창업멘토단</a></li> <li><a href="#">커뮤니티</a></li> </ul> </div> </div>
This is my CSS code: style.scss
#lower-header{ background-color: #ffffff; height: 100px; position: relative; width: -webkit-fill-available; z-index: 1; img { float: left; margin-top: 33px; } ul { list-style: none; display: block; float: left; margin: 17px 0px; padding-left: 30px; li { display: inline-block; font-size: 17px; font-weight: bold; padding: 16px 19px; height: 73px;.sub-menu-whole { background-color: #ffffff; height: 360px; /*position: absolute;*/ z-index: 1; margin-top: 44px; &:after { content: ""; display: table; clear: both; } div { position: absolute; margin: -33px 0; padding: 0; div { float:right; } } } a { text-decoration: none; color: #000000; &:hover { color: red; } } } }
#html #css