moh2004
12-27-2006, 11:41 AM
Please look at the attached image.
What should I do in the .css file to resolve this?
Thanks
What should I do in the .css file to resolve this?
Thanks
![]() | View Full Version : A tiny problem with rounded corners moh2004 12-27-2006, 11:41 AM Please look at the attached image. What should I do in the .css file to resolve this? Thanks daveredfern 12-28-2006, 06:16 AM can we see the css file and html so i can see how it is coded? here is a tutorial which shows you how to make rounded corders with a border (similar to you) using only css - http://www.webberscorner.com/showthread.php?tid=116 to help we need to see the site. moh2004 01-05-2007, 08:24 AM Hello daveredfern Sorry for being late, and thanks for your concern Please visit this page: http://bluemeel.com/lessrobo/reviews.htm You will find another example of what I'm talking about. Thanks moh2004 01-06-2007, 08:46 AM Please guys, guide me to a solution flakdesign 01-06-2007, 09:54 AM Hi. Its because the max height of the content is restricted by http://bluemeel.com/lessrobo/roundedcornr_625978_tl.png What you do is enclose the content in another div so that the left green img will repeat with content .roundedcornr_content_625978-l { background: url(roundedcornr_625978_r.png) top left repeat-y; margin-left:-15px; } This type of round corner will always break when a user increases text size, i would advice you to look for a better one .. try the one below http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml moh2004 01-06-2007, 04:53 PM Hello flakdesign, Where should I put the <div> tag in the html code? Also, should I put the css tag in a particular place in the css file? because I put it at bottom I'm a beginner in css, sorry :) moh2004 01-06-2007, 05:19 PM Also, the link you put does not work! flakdesign 01-07-2007, 09:51 AM The link does work.. flakdesign 01-08-2007, 02:52 AM Include the div as given in bold/.... <div class="roundedcornr_box_625978"> <div class="roundedcornr_box_625978"> <div class="roundedcornr_top_625978"><div></div></div> <div class="roundedcornr_content_625978"> <div class="roundedcornr_content_625978-l"> <p><table border="0" width="95%"> <tr> <td width="141" align="center"> <img border="0" src="pcmag-edchoice.jpg" width="61" height="120"></td> <td height="128">RoboForm was awarded the prestigious Editor's Choice Award by PC Magazine on May 25, 2005.</td> </tr> moh2004 01-08-2007, 05:18 AM Thanks a lot flakdesign That solved it, but another problem happened, please look at the attached image. flakdesign 01-08-2007, 03:33 PM Please post your code or link to the page. moh2004 01-08-2007, 04:04 PM http://www.lessrobo.com/reviews.htm flakdesign 01-08-2007, 04:15 PM i would say. you use a different method to generate round corners... moh2004 01-08-2007, 04:26 PM I see :) I've used this generator by the way: http://www.roundedcornr.com KentonNetworks 01-09-2007, 03:08 AM Hi, I see you are still having little problems with the corners. Looking at the coding, not too sure as I have never tried using corners with Tables. That might be one reason why things break because of the table expanding and table-less solution would be best way going about this. Here is the correct way that I could think of, you have too many div endings, or your corner is in the wrong place. For example; (The XHTML input) <div id="roundcorner"> <div class="corner-top-left"><div class="corner-top-right"> <div class="corner-bottom-left"><div class="corner-bottom-right"> Than in between here place the <p><table> and end it with </table></p> </div></div></div></div> </div> (The CSS input) div#roundcorner {enter your settings} div.corner-top-left {background:url(../images/top-left.gif) 0 0 no-repeat #E3E3E3} div.corner-top-right {background:url(../images/top-right.gif) 100% 0 no-repeat; display: block} div.corner-bottom-left { background:url(../images/bottom-left.gif) 0 100% no-repeat #E3E3E3; width:810px} div.corner-bottom-right {background:url(../images/bottom-right.gif) 100% 100% no-repeat} Sure there are different approaches when it comes to CSS setup, but we use this for most of our clients and it works like a charm. :) Give it a try, if still problems give me a shout (arturb@interdevil.com). moh2004 01-09-2007, 04:51 AM catbones. before I do anything, do you take any PSD file we file and conver it into HTML with CSS page in less than 24h for only $150 per page?? I'll be your first client in that case :) Regards KentonNetworks 01-09-2007, 01:30 PM Hi, Yes any PSD, I'm hoping we are talking about Photoshop :) lol. Umm... best thang to do is to contact me directly and while doing that send me your PSD, I'll have a look. Usually, yes a PSD with any design, cut set or not, we cut it and convert it into xhtml and css. Visit our site for more info :) |