Moving-Positioning Dig Tags
hello dreamweaver's
a) i'm following along tutorial , i'm experimenting along way how dreamweaver treats various elements of page. in case id know how can have gap in between purple
and blue div tags, exercise purposes really,i don't know if correct such thing. i'm trying figure out css on issue.
b) , question have is, have made div tag 300 x 300
and when type within dw if don't return/enter type keeps
on going out side boundaries box.
but if copy/paste text within box positions within boundaries. why dw this?
heres css:
body {
background-color: #fff;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
}
#footer {
clear: both;
}
#content {
background-color: #ccc;
width: 900px;
padding-bottom: 10px;
margin: auto;
}
#aside {
background-color: #00f;
float: left;
padding: 10px;
color: #fff;
width: 500px;
}
body,td,th {
font-family: "lucida sans unicode", "lucida grande", sans-serif;
color: #000;
}
#header {
background-image: url(../_images/accent1.jpg);
background-repeat: no-repeat;
height: 120px;
border-bottom-width: thin;
border-bottom-style: solid;
border-left-color: #333;
}
h1 {
font-size: 250%;
color: #ffff00;
text-align: center;
margin-top: 0px;
}
h2 {
color: #30f;
}
h3 {
color: #30f;
}
h1,h2,h3,h4,h5,h6 {
font-family: verdana, geneva, sans-serif;
}
a:link {
color: #0f0;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #0f3;
text-decoration: none;
}
a:hover {
color: #0c0;
text-decoration: underline;
}
a:active {
color: #0c6;
text-decoration: none;
}
#article {
background-color: #949;
padding-right: 0px;
margin-left: 0px;
width: 500px;
float: left;
}
#gallery {
float: left;
width: 0px;
}
we need see html in order know how css applied.
chris
More discussions in Dreamweaver support forum
adobe

Comments
Post a Comment