CSS export creates images instead of <div> background color
okay...here simple webpage layout example. let's page dimensions 960x800 pixels. in fw, header (120px high), sidebar (200wx600h) , footer (80px high) created. header , footer blue (#006699) , sidebar grey (#cccccc). areas have been sliced , named bg_header, bg_sidebar , bg_footer.
if try export layout selecting "css , images (.html)" option, fw creates appropriately named image files each slice. see css code created these sliced areas goes like:
#bg_header {
#background-color: #069;
width: 960px;
height: 120px;
}
#bg_sidebar {
#background-color: #ccc;
width: 200px;
height: 600px;
}
#bg_footer {
#background-color: #069;
width: 960px;
height: 80px;
}
can fw not create simple this, rectangular slice 1 solid color? or there setting somewhere have overlooked results looking for? have googled , searched different forums answer, avail.
thanks help.
use rectangles, fill solid color , don't slice areas. export css , images.
jim babbage
More discussions in Fireworks
adobe
Comments
Post a Comment