Derleek Posted August 31, 2008 Share Posted August 31, 2008 is there a way to reflect an image over the x or y axis? I am designing a fancy border for a section of text, do i need to create 4 different images for each corner? or is there some technique I'm not familiar with available? Link to comment https://forums.phpfreaks.com/topic/122137-image-reflection/ Share on other sites More sharing options...
dropfaith Posted August 31, 2008 Share Posted August 31, 2008 you would need 4 images im pretty sure to make corners Link to comment https://forums.phpfreaks.com/topic/122137-image-reflection/#findComment-630653 Share on other sites More sharing options...
haku Posted September 1, 2008 Share Posted September 1, 2008 There is no way to do this using CSS, so youneed 4 images. But you can actually use 1 image with all four corners in it, and just show the corner you want. Google 'css sprites' to see how this technique works. Alistapart explains it well (ignore 'css sprites 2' for now, it's the next step after that). Link to comment https://forums.phpfreaks.com/topic/122137-image-reflection/#findComment-630719 Share on other sites More sharing options...
Derleek Posted September 1, 2008 Author Share Posted September 1, 2008 i will have to check into that. very interesting. Link to comment https://forums.phpfreaks.com/topic/122137-image-reflection/#findComment-630726 Share on other sites More sharing options...
TheFilmGod Posted September 1, 2008 Share Posted September 1, 2008 Yes, using css sprites is beneficial. But I would like to remind you that you can't position the background image and 'crop it out of the master css sprite' at the same time. - Maybe you can, but so far, I never could figure it out. Link to comment https://forums.phpfreaks.com/topic/122137-image-reflection/#findComment-630746 Share on other sites More sharing options...
sam_h Posted September 3, 2008 Share Posted September 3, 2008 with regard to your image reflection, maybe have a look here: http://www.blogohblog.com/top-10-javascripts-for-image-manipulation/ it is an option I suppose! Link to comment https://forums.phpfreaks.com/topic/122137-image-reflection/#findComment-632445 Share on other sites More sharing options...
CroNiX Posted September 8, 2008 Share Posted September 8, 2008 Im a big fan of the mootools javascript framework. It would be overkill to only use it for image reflection ... but http://www.digitalia.be/software/reflectionjs-for-mootools Link to comment https://forums.phpfreaks.com/topic/122137-image-reflection/#findComment-636220 Share on other sites More sharing options...
Derleek Posted September 8, 2008 Author Share Posted September 8, 2008 I actually am an aspiring 'mootooler' my self. Little hard to learn due to the lack of a solid, coherent, patient community... but i really like it all the same. check out my signature for a forum I found... name is derleek on there too Link to comment https://forums.phpfreaks.com/topic/122137-image-reflection/#findComment-636247 Share on other sites More sharing options...
sam_h Posted September 8, 2008 Share Posted September 8, 2008 mootools I like a lot, but never ended up needing to use it in my site....script.aculo.us on the other hand! Link to comment https://forums.phpfreaks.com/topic/122137-image-reflection/#findComment-637057 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.