codyhobbs
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Padding a Single ImageHere, can you look at it now? I bassically just took the other image out to show you how I want it.. now I just want the other image that was there resting on top of this without the shadey things on the side interfering.
Forum: Themes and Templates
In reply to: Padding a Single ImageI don’t know how to do that or I would.. how do I put the header image in on it’s own?
Forum: Themes and Templates
In reply to: Padding a Single ImageYes I do??
.container_left {
background-position: 0 150px;
background: url(images/container.gif) repeat-y;
}Forum: Themes and Templates
In reply to: Padding a Single ImageContainer_left isn’t actually container left, it’s just something that was there before. I’m completely modifying this theme, and I have no idea why it’s doing this, hah. I just want the background that is (www.doteyed.com/wp-content/themes/greenmarinee/images/container.gif)
to start lower down. Right now it starts at the top and goes over my image to the right and my header.. ugh.. how annoying! HahForum: Themes and Templates
In reply to: Padding a Single ImageI took container right completely out and it makes no difference, that one was just straggling behind anyways… is there some kind of chat program I could talk to you on?
Forum: Themes and Templates
In reply to: Padding a Single ImagePS. I’ll quit fooling with it so you can take a look Root.. right now as you can see the content.gif image bleed over to the header (the shadow things on both sides, just view the header image alone) and I want it to start 150px down so that it doesn’t do that.. hope that helps some..
Forum: Themes and Templates
In reply to: Padding a Single ImageYeah.. you can check it out for yourself here…
https://www.doteyed.com/wp-content/themes/greenmarinee/style.css
What I want to do is make the “content.gif” image *start* about 150 px down from where it starts.. that way I can have the transparency of the header image leak over so that the image in the top left doesn’t have the white from the header bleeding onto it… if you’re catching me..
Does that help?
Forum: Themes and Templates
In reply to: Padding a Single ImageI put that in like this:
.container_left {
background: url(images/container.gif) repeat-y;
background-position: 0 150px;
}……
Doesn’t seem to do anything at all?
Forum: Themes and Templates
In reply to: Padding a Single ImageP.S. I tried the margin-top: 150px; thing.. it would work except it moves my “container_top.gif” image down as well, which cannot happen =(.
Forum: Themes and Templates
In reply to: Padding a Single ImageHere is how it is right now…
and I want the image “container.gif” to start tiling itself right after the “container_top.gif” stops… so about 150px down I’d say.