HighDots Forums  

Re: More info

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: More info in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
webmaster
 
Posts: n/a

Default Re: More info - 07-03-2004 , 03:30 AM







"David Johnston" <djohnston (AT) nc (DOT) rr.com> wrote


Quote:
Upon further dinking, I realized that it (the fade) is a JPEG, but still
can't figure out how it butts up to the bottom of the side bar....

I had a look and there was no jpeg with the downloaded files. There was no
jpg either, which is what the style sheet is looking for.

HTH

Terry




Reply With Quote
  #2  
Old   
David Johnston
 
Posts: n/a

Default Re: More info - 07-03-2004 , 10:50 AM







"webmaster" <terryuse (AT) btopenworld (DOT) com> wrote

Quote:
"David Johnston" <djohnston (AT) nc (DOT) rr.com> wrote in message
news:x8fFc.123524$tH1.4231817 (AT) twister (DOT) southeast.rr.com...

Upon further dinking, I realized that it (the fade) is a JPEG, but still
can't figure out how it butts up to the bottom of the side bar....


I had a look and there was no jpeg with the downloaded files. There was
no
jpg either, which is what the style sheet is looking for.

HTH

Terry


Hi Terry- and thanks for the answer. I did make sure that the file was
there, and can even place it on the page, but can't seem to make it 'fit' in
the right place. I've updated the homepage example already so the above link
now shows the pages with the "flat" bottom instead of the faded.

I'm going to look concertedly at the CSS and find out if for some reason
anything changed in the down/re-uploading process...


Quote:



Reply With Quote
  #3  
Old   
webmaster
 
Posts: n/a

Default Re: More info - 07-03-2004 , 01:37 PM




"David Johnston" <djohnston (AT) nc (DOT) rr.com> wrote

Quote:
Hi Terry-
I'm going to look concertedly at the CSS and find out if for some reason
anything changed in the down/re-uploading process...


#sidebar2 {
BORDER-RIGHT: #000000 1px solid;
BACKGROUND: url(../images/bkgrdsidebar.jpg) no-repeat;
height: 116px;
}


<TR>
<TD id=sidebar2><p>&nbsp;</p></TD>
</TR>
</TBODY>
</TABLE><!--Footer-->




Reply With Quote
  #4  
Old   
David Johnston
 
Posts: n/a

Default Re: More info - 07-04-2004 , 10:33 AM




"webmaster" <terryuse (AT) btopenworld (DOT) com> wrote

Quote:
"David Johnston" <djohnston (AT) nc (DOT) rr.com> wrote in message
news:NIzFc.123693$tH1.4359914 (AT) twister (DOT) southeast.rr.com...

Hi Terry-
I'm going to look concertedly at the CSS and find out if for some reason
anything changed in the down/re-uploading process...



#sidebar2 {
BORDER-RIGHT: #000000 1px solid;
BACKGROUND: url(../images/bkgrdsidebar.jpg) no-repeat;
height: 116px;
}


TR
TD id=sidebar2><p>&nbsp;</p></TD
/TR
/TBODY
/TABLE><!--Footer--


Hi Terry- sorry to be dense, but I'm not sure what you're saying here...




Reply With Quote
  #5  
Old   
webmaster
 
Posts: n/a

Default Re: More info - 07-05-2004 , 03:50 AM




"David Johnston" <djohnston (AT) nc (DOT) rr.com> wrote

<snip>
Quote:
Hi Terry- sorry to be dense, but I'm not sure what you're saying here...

It's clear enough to me. I think it is because you are not psychic :-)

Put this bit in your style sheet:

#sidebar2 {
Quote:
BORDER-RIGHT: #000000 1px solid;
BACKGROUND: url(../images/bkgrdsidebar.jpg) no-repeat;
height: 116px;
}
Change the table row that holds the image to:

<TR><TD id=sidebar2><p>&nbsp;</p></TD></TR>




Reply With Quote
  #6  
Old   
webmaster
 
Posts: n/a

Default Re: More info - 07-05-2004 , 04:37 AM




"David Johnston" <djohnston (AT) nc (DOT) rr.com> wrote

Quote:
Hi Terry-
I'm going to look concertedly at the CSS and find out if for some
reason
anything changed in the down/re-uploading process...
snip

Quote:
Hi Terry- sorry to be dense, but I'm not sure what you're saying here...


You mean you're not psychic :-)

Put this bit in your style sheet:

#sidebar2
{
BORDER-RIGHT: #000000 1px solid;
BACKGROUND: url(images/bkgrdsidebar.jpg) no-repeat;
height: 116px;
}

Then replace this table row that has the fade effect:

<TR>
<TD id=sidebar2 vAlign=bottom height=116><FONT face=Verdana
size=1>&nbsp;</FONT></TD></TR>

with this:

<TR><TD id=sidebar2><p>&nbsp;</p></TD></TR>

This is assuming that you have uploaded the image file called
bkgrdsidebar.jpg to a folder called /images in your root directory


It works in IE6 and Firefox 0.9

Hope this is a bit clearer.

Terry






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.