Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Hacks and Modifications

Post Reply
 
Thread Tools
  #11  
Old 02-06-2008, 09:00 PM
kriepl Offline
pp regular
 
Join Date: Jan 2008
Location: Winnetka, CA
Posts: 37
Exclamation so CLOSE!!!

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;
Ive tried using pixels in the margin setting as well as % and cant figure it out.
any advice?
Reply With Quote
  #12  
Old 02-06-2008, 10:26 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
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.
Reply With Quote
  #13  
Old 02-06-2008, 10:34 PM
kriepl Offline
pp regular
 
Join Date: Jan 2008
Location: Winnetka, CA
Posts: 37
oops

yes i thought of the link after i posted, and then left studio.

http://www.gatheringofpixels.com
Reply With Quote
  #14  
Old 02-06-2008, 11:22 PM
kriepl Offline
pp regular
 
Join Date: Jan 2008
Location: Winnetka, CA
Posts: 37
i dont think repositioning the EXIF/Comments html is working.
Reply With Quote
  #15  
Old 02-07-2008, 12:02 AM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
I cant see the exif at all
Reply With Quote
  #16  
Old 02-07-2008, 12:24 AM
kriepl Offline
pp regular
 
Join Date: Jan 2008
Location: Winnetka, CA
Posts: 37
no, no, click the info/comments.

i need the that window to be centered over photo.
Reply With Quote
  #17  
Old 02-07-2008, 12:34 AM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
Quote:
Originally Posted by kriepl View Post
no, no, click the info/comments.

i need the that window to be centered over photo.
this is easy, you will have to wrap the comment section.
Reply With Quote
  #18  
Old 02-07-2008, 02:52 AM
kriepl Offline
pp regular
 
Join Date: Jan 2008
Location: Winnetka, CA
Posts: 37
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;
   }
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 12:40 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs