|
|||||||
Join now to share free website templates or post on the forum. If you have never been on a forum before read the
FAQ. It's quick, easy and free to join!
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Remember - You altered your css file. You wanted to get rid of RNews on the other pages. Now you have idea of replacing RNews with different PICS.
Are we getting the idea yet?
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
|
||||
|
You are lucky that CP made the images, she never misses a detail, so we do not have to worry about the size of the graphic being to large or to small, it's just right.
1. Back to the css file. Time to put things sorta back they way they were. You are going to do this for each page that you want a new graphic on, in the order of you pages - got it. I'm doing the contact page since you have tried it on your web and should be last in the css file. You are going to change the padding-top: back to 80px and for each page change the graphic to the one, for that page. Code:
#left {
background: #333333 url(images/content-top-bg.gif) no-repeat 0% 0%;
float: left;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 80px;
width: 462px;
}
#left_contact {
background: #333333 url(images/SM_contact.jpg) no-repeat 0% 0%;
float: left;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 80px;
width: 462px;
}
Code:
<div id="content"> <div id="left"> <div id="left_contact"> Notice I use a name that relates to the page - it makes life easy. This is the orig template and not yours but, If all goes well it will look like this ...
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
|
||||
|
Code:
#left_contact {
background: #333333 url(images/SM_contact.jpg) no-repeat 0% 0%;
float: left;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 80px;
width: 462px;
}
#left_tours {
background: #333333 url(images/SM_tours.jpg) no-repeat 0% 0%;
float: left;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 80px;
width: 462px;
}
#left_gallery {
background: #333333 url(images/SM_gallery.jpg) no-repeat 0% 0%;
float: left;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 80px;
width: 462px;
}
#left_stations {
background: #333333 url(images/SM_stations.jpg) no-repeat 0% 0%;
float: left;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 80px;
width: 462px;
}
#left_apparatus {
background: #333333 url(images/SM_apparatus.jpg) no-repeat 0% 0%;
float: left;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 80px;
width: 462px;
}
#left_members {
background: #333333 url(images/SM_members.jpg) no-repeat 0% 0%;
float: left;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 80px;
width: 462px;
}
I put this on each page : Code:
<div id="content">
<div id="left_contact">
|
|
||||
|
It looks like you forgot to push the save button on the css file.
This is what it looks like - hot off your server. Code:
#left {
background: #333333 url(images/content-top-bg.gif) no-repeat 0% 0%;
float: left;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 80px;
width: 462px;
}
#left_alt {
float: left;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
width: 462px;
}
}
#left_contact {
background: #333333 url(images/SM_contact.jpg) no-repeat 0% 0%;
float: left;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 80px;
width: 462px;
}
#logo {
height: 72px;
width: 776px;
}
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
![]() |
| Thread Tools | |
| Display Modes | |
|
|