Home › Forums › CSS › Incorporating drop-down list into HTML page › Reply To: Incorporating drop-down list into HTML page
October 14, 2014 at 6:18 pm
#186249
Participant
Sorry, shaneisme, my mistake. test2.html, which is here:
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!