im redesigning my site, and im doing sort of a community journal, where a few authors write entries. i thought itd be neat if each entry was next to a picture of the author. i found the topic here on the forums about how to do the author pictures with the entries, but im having trouble getting the design to actually work in css.
i did a few things. first, i tried floating the entry next to the picture. then, i tried floating the picture next to the entry. i tinkered around with a few other ideas, but none did exactly what i wanted them to do, nor did they work the same across browsers.
my css currently looks like this:
CODE
body {
margin:0px 0px;
padding:0px;
text-align:center;
font-family:verdana, arial, helvetica, sans-serif;
font-size:10px;
}
img {
border:0px solid #ff0000;
}
#Content {
width:700px;
margin:0px auto;
text-align:left;
padding:0px;
border:1px solid #ff0000;
border-width:0px 1px 0px 1px;
background-color:#fff;
}
#Header {
padding:100px;
margin:0px;
border:0px solid #ff0000;
border-width:0px 0px 0px 0px;
voice-family: "\"}\"";
voice-family: inherit;
width:auto;
background:;
text-align:;
background-image:url("--");
}
html>body #Header {
width:auto;
}
#Headermenu {
padding:10px;
margin:0px;
border:1px solid #ff0000;
border-width:1px 0px 1px 0px;
voice-family: "\"}\"";
voice-family: inherit;
width:auto;
background:;
text-align:left;
cursor:default;
}
html>body #Headermenu {
width:auto;
}
#Headermenu a,#Headermenu a:link,#Headermenu a:visited,#Headermenu a:active {
text-decoration:none;
cursor:default;
border:1px solid #ff0000;
}
#Headermenu a:hover {
text-decoration:none;
cursor:default;
border:1px solid #000;
background:#000;
}
#Main {
text-align:left;
width:auto;
}
#Menu {
float:right;
width:30%;
background:#fff;
border:1px solid #ff0000;
border-width:0px 0px 1px 1px;
margin-right:0px;
padding:0px;
}
#Authorpic {
}
#Entry {
}
margin:0px 0px;
padding:0px;
text-align:center;
font-family:verdana, arial, helvetica, sans-serif;
font-size:10px;
}
img {
border:0px solid #ff0000;
}
#Content {
width:700px;
margin:0px auto;
text-align:left;
padding:0px;
border:1px solid #ff0000;
border-width:0px 1px 0px 1px;
background-color:#fff;
}
#Header {
padding:100px;
margin:0px;
border:0px solid #ff0000;
border-width:0px 0px 0px 0px;
voice-family: "\"}\"";
voice-family: inherit;
width:auto;
background:;
text-align:;
background-image:url("--");
}
html>body #Header {
width:auto;
}
#Headermenu {
padding:10px;
margin:0px;
border:1px solid #ff0000;
border-width:1px 0px 1px 0px;
voice-family: "\"}\"";
voice-family: inherit;
width:auto;
background:;
text-align:left;
cursor:default;
}
html>body #Headermenu {
width:auto;
}
#Headermenu a,#Headermenu a:link,#Headermenu a:visited,#Headermenu a:active {
text-decoration:none;
cursor:default;
border:1px solid #ff0000;
}
#Headermenu a:hover {
text-decoration:none;
cursor:default;
border:1px solid #000;
background:#000;
}
#Main {
text-align:left;
width:auto;
}
#Menu {
float:right;
width:30%;
background:#fff;
border:1px solid #ff0000;
border-width:0px 0px 1px 1px;
margin-right:0px;
padding:0px;
}
#Authorpic {
}
#Entry {
}
my site is http://www.sistersublime.org.
here is a mockup of what i want: http://www.sistersublime.org/images/ssmockup.gif
any suggestions would be much appreciated
thanks so much,
joi.