Height Css

Jun 08
2011

Height Now System

height css
height css

HTML/CSS: how do i make an image the full height of a table?

i have a black background and a white table, i put an image behind the table so that you can just see the edges at the side of the table, its a small image though and i want it to go the whole height of the table but not over the top if you know what i mean,at the minute i have the image in the CSS and no matter what i do i cant seem to change the height and repeat puts it across the whole page.. please help me if you can its driveing me crazy!!
this is the css code i have: body {background-color:black; background-repeat: no-repeat;background-position: center; background-image:url(background.png);>}

Here you go.. I hope yahoo lets me post the code here.

assign an ID to your table(example “bg) and define the height and width.. and this CSS should allow an image to be used as the background

#bg { background: url(’pathtoyourimage/image.png’) no-repeat; width:500 ; height:500 ; display: block; }

Since you found this site, I assume you are interested in gaining a few extra inches of height. Although (if you’re a mature adult) this may sound like a pipe dream, I assure you that it is easier than you think! We’ve all been taught that height is mostly out of our control, that it’s largely determined by genetics. I’m here to tell you that there is more to the story. Of course our gene pool has a lot to do with ones height, but it is definitely not the only factor. Your state of emotion, your exercise regimen, the food you eat, and the hours you sleep are all factors in height determination. Click here to read the rest of the article: Free Height Enhancement

Leave a Reply