![]() |
Lean?`
Hi, how can I do this?
HTML Code:
<img src="leftimage" /> |
Why not use z-index? From my understanding you want the images to be under the div.
|
I want the images to cover the div, so the images has to be above the div, div has to be under the images :-) And how does z-index work?
|
HTML Code:
<div style="position: absolute;"> |
Quote:
But how can I center all that? Cause I want it to be in the middle of the middle of the page(middle in ^v ways, and middle in <> ways), right now it's up in the left corner.. Also, the images doesn't "cover" the div, the images are background to the div =/ the "text" gets places on top of the images... Thanks again |
Oh, you don't want to display the text?
HTML Code:
<div style="margin: -100px auto 0; height: 200px; position: absolute; top: 50%;"> |
Well you can wrap everything inside another div.
Code:
<div align="center"> |
Quote:
I think it's because of the float: left's .. :-/:-/ |
Use this (make necessary modifications):
Code:
<div style="margin: -100px auto 0; height: 200px; position: absolute; top: 50%; text-align: center;"> |
| All times are GMT. The time now is 02:15 AM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0