Forums

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

Home Forums CSS Incorporating drop-down list into HTML page Reply To: Incorporating drop-down list into HTML page

#186249
Everton
Participant

Sorry, shaneisme, my mistake. test2.html, which is here:

test2.html

has two style sheets (some of it still repetitious – haven’t got round to tidying it yet). the women_test.css has this:

 .holder_content_middle {
        margin-top:-10px;
        margin-bottom:16px;
        margin-left:26px;         
                border-style: solid;
                border-width: 5px;
                border-color: BD2CBB;
}

But you say it still won’t provide a border because it is floating? Do you mean this in style1.CSS:

float: right;        
background:transparent;

It’s all getting very complicated!