drager
Feb-22-2007, 12:43 PM
I need some help please. I am customizing my site -- OR AT LEAST GOING CRAZY -- trying to customize my site.
I have two left feet and really ugly shoes when it comes to doing this -- but I am determined.
Here is what I have done so far:
Following the step-by-step process on the forum -- trying @ least -- for a banner.
This is what I have in the CSS Box and Java Box. What am I missing?
CSS BOX
.smuglogo {
width: 400px !important;
height: 50px !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
sizingMethod=image src='http://www.smugmug.com/photos/131416890-S.png') !important;
}
.smuglogo[class] {
background-image: url(http://www.smugmug.com/photos/131416890-S.png) !important;
}
/* this part hides the your photos/home, login and help links */
Javascript Box:
// change the link on the SmugMug Logo
YE.onAvailable('homelink', function(e) {
this.href = "http://dragerphoto.smugmug.com/";
this.firstChild.alt = "header";
this.firstChild.title = "header";
});
// removes the pipes characters in the toolbar header
YE.onAvailable('toolbar', function(e) {
this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");
});
I have two left feet and really ugly shoes when it comes to doing this -- but I am determined.
Here is what I have done so far:
Following the step-by-step process on the forum -- trying @ least -- for a banner.
This is what I have in the CSS Box and Java Box. What am I missing?
CSS BOX
.smuglogo {
width: 400px !important;
height: 50px !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
sizingMethod=image src='http://www.smugmug.com/photos/131416890-S.png') !important;
}
.smuglogo[class] {
background-image: url(http://www.smugmug.com/photos/131416890-S.png) !important;
}
/* this part hides the your photos/home, login and help links */
Javascript Box:
// change the link on the SmugMug Logo
YE.onAvailable('homelink', function(e) {
this.href = "http://dragerphoto.smugmug.com/";
this.firstChild.alt = "header";
this.firstChild.title = "header";
});
// removes the pipes characters in the toolbar header
YE.onAvailable('toolbar', function(e) {
this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");
});