Topic: Ready to smash my keyboard (Read 269 times)
I love Pokemon
Posts: 14
96 credits Members referred : 0
« on: Apr 07, 2008, 01:33:00 AM »
Hey guys and gals, its been awhile since I've been on the website however I'm sooooooo horribly frustrated(to the point I'm ready to crawl into a corner and have a break down, and yes I am losing sleep over this) and I don't know where to turn so hopefully somewhere here knows where I've messed up or what I'm doing wrong.
Well this is what it should for the most part end up looking like:
Now I'm all about my tables but I need to do this in CSS and keep it so that it fits any browser resolution....so far I'm almost there, this is where I am(excuse the images I plan on fixing them up later): http://members.shaw.ca/pixelatedkarma/esp/ As you can see the stripe thats running down is not lining up with where my content is. My problem is I'm trying to make it display like a background image and when I set it to background-position: top left; It feels the neccessity to disappear behind the left column.
Here is what I'm thinking my css sheet should look like(sorry its so messy like I said I'm pretty new to the css thing):
I love Pokemon
Posts: 14
96 credits Members referred : 0
« Reply #2 on: Apr 07, 2008, 04:17:14 PM »
The problem is if you look at the layout design, then look at where I am now, you'll see the stripe doesn't line up
I love Pokemon
Posts: 14
96 credits Members referred : 0
« Reply #3 on: Apr 08, 2008, 02:24:11 AM »
Sorry I should specify it alittle better its not the stripes at the bottom that are the issue(although I noticed in IE explorer there is a small gap at the bottom which I can't seem to fix) but the major issue is the giant curve thats gray and white won't line up with the white backgrounded div.
Cyberpunk Wannabe
Gender:
Posts: 35
234 credits Members referred : 0
If at first you dont suceed, try try again
« Reply #4 on: Apr 08, 2008, 01:34:18 PM »
try adding vertical-align:top; after your position absolute to the area's concerned
So if I press Alt F4... What?
Gender:
Posts: 363
2192 credits Members referred : 2
« Reply #5 on: Apr 09, 2008, 03:00:12 AM »
I don't understand either what the issue is ??
I can see where you are trying to go and I see where the site is right now but I don't know (and frankly don't have the time) to understand logically how you want to split the images and then GLUE them with html/css ?
You are telling us about a stripe but which stripe ? what color ?
You have to really help us understand before we can actually help you
how many images ? how many divs ? what is their stack order ? (z-index ??) what is their position ?
I love Pokemon
Posts: 14
96 credits Members referred : 0
« Reply #6 on: Apr 09, 2008, 04:35:49 AM »
Alright Im a horrible explainer but hopefully this works, thanks guys ahead of time for bearing with me.
Okay so the copy on the left is the templated version, the copy on the right is where I am at right now with making this site layout in css. Area 1 is basically gonna be whatever content(not important). Area 2 is just for looks. Now the problem is there is a curved stripe(grey-found in area 2 on either of the images-kind of looks like half a triangle in the "coded version"), that stripe needs to fit tight against area 1, therefore making it look all one piece, and making it look all fluid.
Now the curved stripe itself needs to be set as a background image as it is bigger then what you see there because as you flip through resolutions the image itself won't change(due to the fact I'd like it aligned top left corner of area 2), but only certain portions of it will show up still giving it the fluid ability to be just as good looking in 800x600 as any larger resolution if that makes sense.
Thanks guys I'm sorry for being a hassle.
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 7824
39879 credits Members referred : 3
« Reply #7 on: Apr 12, 2008, 04:58:48 PM »
I think you should do this with an absolute div. eg.