Body borders in % doesnt work.
hello
new here , dreamweaver too, forgive me if answer obvious.
have following problem:
i trying website background colour , left , right borders in different colour. fine long border width set in pixels, (as page rubbish on mobiles) trying change border width % , thats goes wrong - borders disapear altogether , not appear in either dw or browsers.
to answer obvious question did save changes bootstrap.
piece of code responsible mess:
<!-- bootstrap -->
<link href="../glowna/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
background-color: #60b453;
border-right: 20% solid rgba(134,124,113,0.84);
border-left: 20% solid rgba(134,124,113,0.84);
border-top: none;
border-bottom: none;
}
.container-fluid .row .col-md-6.col-md-offset-3 .text-center em {
font-family: cambria, hoefler text, liberation serif, times, times new roman, serif;
color: #5f4b3a;
}
.container-fluid .row .col-md-6.col-md-offset-3 .text-center em {
font-family: gotham, helvetica neue, helvetica, arial, sans-serif;
}
.container-fluid .row .col-md-6.col-md-offset-3 .text-center em {
font-family: cambria, hoefler text, liberation serif, times, times new roman, serif;
color: #834593;
}
</style>
so far best guess % maybe should have value attached them (eg: display size, body width, or such) cant find option in dw though , have no idea in code.
would appreciate help, spend 6 hours googling , picking lot of usefull stuff, neither of though reated problem.
borders (border-width, first value in border shorthand for) set percentage isn't supported in css.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment