FFEMTcJ Posted July 23, 2006 Share Posted July 23, 2006 I am looking to integrate more CSS into my website design, however I know nothing about CSS. I want to use the same design that I have now. Does anyone have any suggestions? I don't want to learn all of CSS. Just enough to change the site to CSS and do what I want to with it.http://www.paigejohnston.com Quote Link to comment https://forums.phpfreaks.com/topic/15419-website-using-css/ Share on other sites More sharing options...
cmgmyr Posted July 23, 2006 Share Posted July 23, 2006 You can easily convert your site to css. Just do a search in google for css tableless layout or something like that. Also CSS samples and examples. You should find tons of stuff to help you out.-Chris Quote Link to comment https://forums.phpfreaks.com/topic/15419-website-using-css/#findComment-62539 Share on other sites More sharing options...
FFEMTcJ Posted July 24, 2006 Author Share Posted July 24, 2006 ok... i have the design now. I need to get the border around the navigation area just like it is on the old site.. I went through a CSS tutorial and didn't see anything on it.Old Site:http://www.PaigeJohnston.comNew Sitehttp://www.PaigeJohnston.com/cssAny ideas? Quote Link to comment https://forums.phpfreaks.com/topic/15419-website-using-css/#findComment-63015 Share on other sites More sharing options...
cmgmyr Posted July 24, 2006 Share Posted July 24, 2006 - Add border:dashed #FF99CC; (Or whatever color you used) to get your border. - Put a background color of white in your container. - Add background-color:inherit; in a, div#navigation, div#extra, div#contentCheck here for your CSS validation: http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.PaigeJohnston.com%2Fcss%2Fmysite.css&usermedium=allA little hint: if you have the div id's set up in your HTML you only have to put #divid in your CSS (#content) for example.Looking good so far!-Chris Quote Link to comment https://forums.phpfreaks.com/topic/15419-website-using-css/#findComment-63075 Share on other sites More sharing options...
killerb Posted July 27, 2006 Share Posted July 27, 2006 Here's something I wrote that you can use if you want something more fancy than the borders provided by CSS. It uses CSS and Javascript, and nested divs. NO TABLES![url=http://www.freewebs.com/good-code]www.freewebs.com/good-code[/url] Quote Link to comment https://forums.phpfreaks.com/topic/15419-website-using-css/#findComment-64630 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.