OK -
1. The reason you are not seeing your background images is simple - the
links are pointing to your hard drive -
#Logo {
position:absolute;
width:420px;
height:100px;
z-index:auto;
left: 0px;
top: 0px;
background-image: url(file:///Macintosh HD/Users/nathangehman/Outreach
Designs/Websites/OutreachNew/Images/NewLogo3.gif);
background-repeat: no-repeat;
background-position: center center;
}
DW does this when it thinks either a) the linked file is not within the
local root folder, or b) the current file has not been saved within the root
folder. I'm guessing that there are issues with the way you have defined
your site in DW.
2. Your use of absolute positioning is sure to get you in trouble.
There is no need to use it on a site like this at all. In fact there's no
need to use it on any site except for specialty purposes. Please give this
a read -
http://apptools.com/examples/pagelayout101.php
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
"ngehman" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
http://outreachdesigns.com/contact.html
Thanks Murray. Can you give me an honest opinion on my coding? |