cm123077 Posted February 11, 2013 Share Posted February 11, 2013 On this page: http://pixelitforward.com/grapevine/ (In Firefox, at least...having some issues in other browsers), you can see the quotes in blocks. There is an opening quotation mark, and it is positioned exactly where I want it. I am trying to get the closing mark to look the sdame on the other end, but I can not seem to get it to work. When I try to position it lower, so that it comes out of the box a bit like the to one does, it just increases the size of the box. any ideas on this? Thanks Link to comment https://forums.phpfreaks.com/topic/274361-css-positioning-question/ Share on other sites More sharing options...
Frank P Posted February 12, 2013 Share Posted February 12, 2013 Hey Newbie, Try this: .close-quote { bottom: -15px; color: #B8B8B8; font-size: 5em; height: 5px; position: absolute; right: 5px; z-index: 0; } And if you have problems with the site in IE, have a look at this tutorial. Link to comment https://forums.phpfreaks.com/topic/274361-css-positioning-question/#findComment-1411903 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.