close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Rounded corner template redesign issues

Thread began 2/26/2010 11:13 am by dianadolce243401 | Last modified 3/02/2010 5:03 pm by dianadolce243401 | 2758 views | 7 replies

neilo

Hi Diana,

I did have a look at the footer the first time round, but must admit that I found the way that the html and css was formatted a bit confusing, so snuck off without mentioning it. I'm not quite sure what Sculptor had in mind, the footer divs seem a bit tangled up.

If it were me, I would recreate the footer divs in a more logical (to my mind) way. From the html of the page you linked to, I would change the last few lines (from line 57 to the end) from:

<br id="clearFloat" />
</div>
<div id="footerBackground">
<p><a href="">HOMEPAGE</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="">UPDATE FORM</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="">MAIL INFO</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="">PHOTO GALLERY </a></p>
<div id="footerBottom">
<div id="footerTop">

</div>
</div>
</div>
</div>

</body>
</html>


To:

</div>
<div id="footerTop">&nbsp;</div>
<div id="footerMiddle"><a href="">HOMEPAGE</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="">UPDATE FORM</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="">MAIL INFO</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="">PHOTO GALLERY </a></div>
<div id="footerBottom">&nbsp;</div>
</div>
</body>
</html>



For me, 'footerTop', footerMiddle' and 'footerBottom' would make future editing a lot easier.

And in the screen.css stylesheet, to match the new divs, I would therefore replace the last three rules:

#outerWrapper #footerBackground #footerBottom #footerTop {
background-image: url("../BHS2_images/Bbhs_footerTop.png");
background-repeat: no-repeat;
}
#outerWrapper #footerBackground {
background-image: url("../BHS2_images/bhs_footerBG.png");
background-repeat: repeat-y;
color: #ffffff;
font-size: 12px;
font-weight: bold;
line-height: 18px;
text-align: center;
}
#outerWrapper #footerBackground #footerBottom {
background-image: url("../BHS2_images/bhs_footerBottom.png");
background-repeat: no-repeat;
}


with:

#footerTop {
height:28px;
background-image: url(../BHS2_images/bhs_footerTop.png);
background-repeat: no-repeat;
background-position: center;
}
#footerMiddle {
height:30px;
background-image: url(../BHS2_images/bhs_footerBG.png);
background-repeat: repeat-y;
background-position: center;
text-align: center;
padding-top: 10px;
}
#footerBottom {
height:56px;
background-image: url(../BHS2_images/bhs_footerBottom.png);
background-repeat: no-repeat;
background-position: center top;
}



Sorry this isn't too helpful from a learning point of view, but if you look at the new html code and the new css rules, you can see that it's a bit easier to see what's what.

I've had Sculptor for quite a while, but now mainly make my pages and css from scratch (if I'm not in a hurry) - as it helps me understand what can be done with css. It (CSS Sculptor) is a great help if you're starting out with css, especially when you have it write the explanatory comments along with the code.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...