|
#11
|
|||
|
|||
|
ok ok , i am very close....
except I can not seem to get it to stay in the correct spot OVER the image when the browser window is resized. This is the code i have currently in my CSS file: Code:
#image-info {
background-color: black;
text-align: left;
position: absolute;
margin-left:20%;
top:107px;
z-index: 1000;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
font: 10px/12px verdana, helvetica, arial, sans-serif;
any advice? |
|
#12
|
||||
|
||||
|
can you give us the link to your page so we can figure it more better.
try something like position the exif layer in the html instead of trying to positionning in the css files. |
|
#13
|
|||
|
|||
|
oops
|
|
#14
|
|||
|
|||
|
i dont think repositioning the EXIF/Comments html is working.
|
|
#15
|
||||
|
||||
|
I cant see the exif at all
|
|
#16
|
|||
|
|||
|
no, no, click the info/comments.
i need the that window to be centered over photo. |
|
#17
|
||||
|
||||
|
this is easy, you will have to wrap the comment section.
|
|
#18
|
|||
|
|||
|
can this be done with just code in the html or in the css file as well?
this is essentially what i found googling. however it doesn't seem to work. Code:
The HTML:
<body>
<div class="wrapper">contents of page</div>
</body>
The CSS:
body {
text-align: center;
}
div.wrapper {
text-align: left;
margin-left: auto;
margin-right: auto;
}
|
| Post Reply |
| Thread Tools | |
|
|