Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Dropline CSS issue Re: Dropline CSS issue

#71406
d-_-b
Member
Code:
#nav ul {
position: relative;
}
#nav li ul {
left: 0;
}

..if I understand you correctly.