Forums

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

Home Forums CSS Relative to browser window? Reply To: Relative to browser window?

#183771
burr
Participant

maybe try somthing like

.menu {
top: 14em;
position: absolute;
margin-left: 25%;
white-space: nowrap;
}

.menu li {
display: inline-block;
margin-left: 20px;
}