D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: navigation floats to right when browser is resized

Front Page D5 Creation Forum General Questions navigation floats to right when browser is resized Re: navigation floats to right when browser is resized

#3769
Johann Eiwen
Participant

I changed the float to left…
#d5businessline-main-menu {
color: #EEEEEE;
/* ORIG float: right;*/
float: left;
font-family: ‘Oswald’,Impact,Helvetica,sans-serif;
line-height: 1;
max-width: 740px;
}

That keeps the nav on the black header area backgorund. When you resize the browser the header area black background/image shrinks the smaller you make the browser window while the 1050×400 main image remains the same size.

it’s probably not even a problem. Am I asking a stupid question?