AndaleTheGreat Posted February 27, 2009 Report Posted February 27, 2009 quick and easy I hope. Trying to find a way to NOT have to edit each photo i have for this site by possibly placing a second image on top of it. BUT... I'm running it with FloatBox and I'm not sure I can do both at once. Any ideas? Need to see some code? Quote
newseed Posted February 27, 2009 Report Posted February 27, 2009 The link to your site did not work. It's pretty difficult to add an image over on top of another image if both images are coded into the html using the img tag. Without see the code you have now, it's hard to say. Quote
AndaleTheGreat Posted February 27, 2009 Author Report Posted February 27, 2009 yeah, sorry. I been having a lot of trouble making this thing work right. was thinking of putting ddwrt on my router, but i not sure i could use dyndns then Quote
newseed Posted February 27, 2009 Report Posted February 27, 2009 yeah, sorry. I been having a lot of trouble making this thing work right. was thinking of putting ddwrt on my router, but i not sure i could use dyndns then I can't recall off hand but there a few decent free web hosting around. There are a few that are dirt cheap. Give it some time and someone here will provide a link or two that you can use to upload your files so we can then review what you have. Quote
AndaleTheGreat Posted February 27, 2009 Author Report Posted February 27, 2009 it might work now.... trying to do something with comcast, but they appear to have removed the FTP function and I can't access files i've uploaded directly...lame Quote
PicnicTutorials Posted February 27, 2009 Report Posted February 27, 2009 I don't understand what your trying to do? Quote
AndaleTheGreat Posted February 27, 2009 Author Report Posted February 27, 2009 put 2 images in the same spot. The lower, a photo; the higher, a transparent .png. The idea is to set the png anchored to any corner of the photo. It would contain a watermark. The reason is I didn't want to go through 300 pics and place watermarks on them all. If sites still not working tell me, I can just post with [ code ] Quote
PicnicTutorials Posted February 27, 2009 Report Posted February 27, 2009 (edited) Yes, you can do that. You'll have to wrap each image in a div though. Give this div position relative and float it to the left, with the correct demensions. Place both images in the div (the original and the transparent png), with the transparent png after the image. Then say (calling the div overlay) overlay img position absolute top:0 left:0. Sorry about the code format - my phone is still broke! That should do it... Edited February 27, 2009 by Eric Quote
AndaleTheGreat Posted February 27, 2009 Author Report Posted February 27, 2009 i got some info about it. some ridiculous thing where i'd have to biuld pages to display in iframes. I think that's more work than editing a few photos. Quote
AndaleTheGreat Posted February 28, 2009 Author Report Posted February 28, 2009 Look above... sorry, forgot to refresh page first...i'll play with this idea tomorrow Quote
PicnicTutorials Posted February 28, 2009 Report Posted February 28, 2009 Here's the code... { visibility: inherit; } Testing <br /><!--<br />#overlay {<br />float:left;<br />width:150px;<br />height:150px;<br />padding:10px;<br />}<br />#overlay img {<br />position:absolute;<br />top:0;<br />left:0;<br />}<br />--><br /> Quote
AndaleTheGreat Posted February 28, 2009 Author Report Posted February 28, 2009 (edited) every way i try it just kinda kills the floatbox function. o well. I don't even know if the site is up or not cuz i get loopback issues and can't check it from here, so it's not like you can compare my stuff. also it's always in the corner despite being in another div, i don't think this method is compatible with a gallery Edited February 28, 2009 by AndaleTheGreat Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.