Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Spaces in CSS menu?

Featured Replies

Hi Guys,

 

Can you help me with this.

 

How can I get rid of these spaces between the buttons?

 

post-13182-125563843002_thumb.jpg

 

HTML:

<div id="sidemenu">
<h5 class="headerbar">Quick Links</h5>
<ul>
<li><a href="#">Services</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Contact us</a></li>
</ul>
<div><img src="images/side_bottom.jpg" width="206" height="37" align="left" /></div>
</div>

 

CSS:

.headerbar{
background-image: url(images/side_top.jpg);
text-align: center;
height: 33px;
line-height: 33px;
}
#sidemenu{
width:206px;
top: 20px;
position: absolute;
left: 36px;
}
#sidemenu ul
{
list-style: none;
padding: 0;
margin: 0;
}
#sidemenu li a
{
background: #fff url(images/side.jpg) repeat-x left bottom;
height: 27px;
line-height: 20px;
float: left;
width: 206px;
display: block;
text-decoration: none;
text-align: center;
color: #000;
}
#sidemenu li a:hover{
color:#113C9A
}

 

Thanks.

i suspect it will be the line-height: 33px; in headerbar. remove that and it will be fine.

aaah my bad, i missread your code.

 

Try setting some stuff for sidemenu li

example

#sidemenu li {
padding: 0;
margin: 0;
}

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.