How to add menu navigation below banner and logo ?
How to add menu navigation to my (banner-logo-fixed menu) ?
I work in visual studio 2015 web application mvc
my design i need to do is
http://www.mediafire.com/view/8qgi42yp9glxw50/menu_under_logo.jpg
I need to add Gray menu (html && css) to (banner-logo-fixed menu)
But i face problem when add gray menu to design(banner-logo-fixed menu)
Gray menu (html && css)
html
<header class="news"> <div class="nav"> <ul> <li class="home"><a href="#">Home</a></li>
How to add menu navigation below banner and logo ?
How to add menu navigation to my (banner-logo-fixed menu) ?
I work in visual studio 2015 web application mvc
my design i need to do is
http://www.mediafire.com/view/8qgi42yp9glxw50/menu_under_logo.jpg
I need to add Gray menu (html && css) to (banner-logo-fixed menu)
But i face problem when add gray menu to design(banner-logo-fixed menu)
Gray menu (html && css)
html
<header class="news"> <div class="nav"> <ul> <li class="home"><a href="#">Home</a></li>
Logo Image And Menu Interact And No Space Between Logo And Menu
I have image logo and menu interact with each others
so that this is problem because logo not display clearly
i need to display full logo image
in my case not full logo image display
so that i need to display full logo image with another meaning
leave space between menu and logo image
my fiddle as below
fddle problem
i need to modify fiddle to leave space between logo image and menu
my code
<div class="container"> <ul> <li><a href="#home">الرئيسيه</a></li> <li><a href="#news">نبذه عن</a><i></i></li>
problem with responsive nav;
I am using javascript for a responsive collapsable nav. I have used this script in the past successfully, but now it's not working. The url is Ycric. index.php is calling the responsive-nav.js and this is the code on my inc_nav.php:
override a property from css class
I have a css class called twoColumnform for a two column form, it has a property, label width as 200px.
form.twoColumnform label{ width: 200px; float: left; text-align: right; margin-right: 0.5em; display: block }
Here is html using this class
<form class="twoColumnform" > <p> <label for="audit_number" >Audit Number: </label> <input type="text" id="audit_number" /> </p>
