Search:
Type: Posts; User: MrEric
Search :
Search took 0.02 seconds.
Nacort,
Thanks for your continued interest.
It is fine now. I moved the "float" from the CSS menu to the <img> tag. (Also, for other reasons I changed the CSS from ID to CLASS, but I...
Ok, now I'm *totally* confused!
Just after our last exchange, all looked well; Logo at the top, sidebar at the left, text of each link in the remaining part.
I'm not sure what I changed, but...
Nacort,
This exchange is wonderfully helpful!
I tried your suggestion, but it resulted in the photo once again "sticking out" below the colored band. So I deleted the "float" from the photo's...
Your corrected <img> tag fixed the "sticking out" problem.
For positioning the links to the right of the photo, I used
<div class="menu" style="position:relative;top:-170px;left:180px;">
for...
Thanks for the correction to the <img> tag.
As for the layout problem, were you suggestion that this change would make the <div> block automatically take into consideration the height of the...
The html code is:
<div style="background-color:#D9D9FF">
<BR />
<H1>
Client Name</H1>
<BR />
</div>
<!------------------------------------------->
<div...
Thanks for your quick response. I'm using just the <div>'s with a style="background-color" setting in each.
The second block contains
<br />
<img src=...>
<br />
for the photo, followed by...
I'm using two <div>'s to create two background colors in a logo. The top block has the client's name with one background color, and below it, the second <div> has the client's photo and navigation...