Ninjakreborn Posted October 15, 2006 Share Posted October 15, 2006 I finally got this entire layout coded, but it has a few problems.It took quite awhile to get it this far.Here is a link to the website.http://www.hasbadservice.com/admintemplate.phpNow there are a few problems 1. In all 3 browsers, it's making my text appear WAY off, it's suppose to be in the top div2. In firefox other than that 1 thing it looks ok, in ie, it's misaligned too the right, and in opera, it's misaligned up and down, along with the text problem also, if anyone can see what is causing these problems and help me fix it would be greatly appreciated. Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted October 15, 2006 Author Share Posted October 15, 2006 I have it looking perfect now in firefox, it's just messing up in ie, and opera, any advice. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 15, 2006 Share Posted October 15, 2006 I suggest you get rid of the images for the three rectangles and and use a javascript called Curvy Corners to have rounded corners for the three white rectangles. Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted October 15, 2006 Author Share Posted October 15, 2006 I will look into that but can I ask why, just for knowledge purposes.Is there a reason why it's better, I thought there were 3 ways to get rounded corners.1. Images2. Javascript w css3. cssI thought each option was just as valid as the other'sI trust you though so I will probably do that, is that what is actually causing my problem though? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 15, 2006 Share Posted October 15, 2006 Yes you can use images. However not whole images like [url=http://www.hasbadservice.com/images/adminleftcol.gif]this[/url] or [url=http://www.hasbadservice.com/images/adminrightcol.gif]this[/url].. Use images for the corners only (see this [url=http://kalsey.com/2003/07/rounded_corners_in_css/]tutorial[/url]) or use javascript such as CurvyCorners or something similar. Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted October 15, 2006 Author Share Posted October 15, 2006 I will give that a try and see if it fixes my problem, I didn't know how to just use that part of the image earlier, that's why I must have been having problems, thanks again. Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted October 15, 2006 Author Share Posted October 15, 2006 Is this really, causing aproblem with my current layout.I am all up for learning something, I loved the idea, I will definitely do that in the future, with the images, or with the javascript, or css, to get rounded corners.But as it is now, I am running out of time, I have less than 1-1/2 weeks, to get 5 more layouts coded aftert his one, is there a hack, or a way you can show me how to get this problem fixed and out of the way.The layout will get rewritten when his site goes up another version later, but atleast for now, I need it working, so the site goes live. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 16, 2006 Share Posted October 16, 2006 Wheres the layout gone. I cant help if you got rid of thelayoutt. The simpliest whay of doing curved corners is with the script I told you to use called CurvyCorners (search it in google). All you need to do is download the script. Then use the script tag to include the javascript in the page. And use another script tag to tell curvyCorners which elements you want to have curverd corners and their radious.Read up on how to use [url=http://www.curvycorners.net/usage.php]curvyCorners[/url]. Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted October 16, 2006 Author Share Posted October 16, 2006 I got that one finished finally, I didn't use curvy corners on that, one, but I got it working.I am doing another layout now, and I am using curvy corner's with it, as you suggested, whenever possible i iwll be using curvy corners, thanks again.I do have a general question however.On this other layout I have a footer, I need it at the bottom right, but it is staying right below the content, if there's little content then it is up further.Is there a way to make sure it stay's below the content, no matter what. Quote Link to comment Share on other sites More sharing options...
AndyB Posted October 17, 2006 Share Posted October 17, 2006 [quote author=businessman332211 link=topic=111529.msg452777#msg452777 date=1161026075]Is there a way to make sure it stay's below the content, no matter what.[/quote]Yes! Code it properly. You probably have a problem with floats. Quote Link to comment Share on other sites More sharing options...
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.