fantomel Posted July 8, 2008 Share Posted July 8, 2008 did someone use css blueprint framework or onther css ? is it good to use a css framework easy.. better ? if yes can you point me to a good css framework that i could use? thank you Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/ Share on other sites More sharing options...
dannyb785 Posted July 8, 2008 Share Posted July 8, 2008 You should learn to code css by yourself, without any framework first. Then once you know css inside and out, then work on doing it with a framework. That way if you need to change/modify something, you'll know how to do it without much trouble Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-584719 Share on other sites More sharing options...
liamloveslearning Posted July 8, 2008 Share Posted July 8, 2008 I've been trying to learn it recently and its so hard; i hate it :@ Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-584847 Share on other sites More sharing options...
haku Posted July 9, 2008 Share Posted July 9, 2008 CSS is frustrating at first while you get the hang of it. But once you get the hang of it, it's actually surprisingly easy to work with. It just takes a while to get your head around the concepts involved in it. Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585001 Share on other sites More sharing options...
dannyb785 Posted July 9, 2008 Share Posted July 9, 2008 Anything with eric meyer will teach you amazing things. Whether his video tutorial, books, or online blogs/website. That will get you in the right direction Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585002 Share on other sites More sharing options...
fantomel Posted July 9, 2008 Author Share Posted July 9, 2008 thank you for your opinion .. i was asking about css frameworks.. because i friend told me .. that they have the hacks for ie included.. P.S i know css but i don't know where to find css hacks and how to use them... wich one i need.. that's why i asked about css frameworks Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585062 Share on other sites More sharing options...
dannyb785 Posted July 9, 2008 Share Posted July 9, 2008 don't use css hacks. If you do, you're only putting a patch on the problem. And when new browsers come out that are different from their earlier versions, it could go all screwy. Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585070 Share on other sites More sharing options...
liamloveslearning Posted July 9, 2008 Share Posted July 9, 2008 ahh thanks, ill look at that eric meyer and take a break Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585127 Share on other sites More sharing options...
fantomel Posted July 9, 2008 Author Share Posted July 9, 2008 don't use css hacks. If you do, you're only putting a patch on the problem. And when new browsers come out that are different from their earlier versions, it could go all screwy. and what would be the best solution to make a css hackless ? Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585209 Share on other sites More sharing options...
haku Posted July 9, 2008 Share Posted July 9, 2008 conditional comments. Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585244 Share on other sites More sharing options...
jcombs_31 Posted July 9, 2008 Share Posted July 9, 2008 conditional comments. I disagree, I've never used a conditional comment or hack with the exception of a min/max width expression for ie6, which I only did once. Once you learn the way each browser handles the box model you can create your css accordingly. The key in my opinion is never to use padding on elements with fixed widths and set margins on inner elements instead of padding on the outer elements. The box model is pretty much what gets people in trouble. I can get my css to work on all browsers without hacking it. Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585296 Share on other sites More sharing options...
fantomel Posted July 9, 2008 Author Share Posted July 9, 2008 conditional comments. I disagree, I've never used a conditional comment or hack with the exception of a min/max width expression for ie6, which I only did once. Once you learn the way each browser handles the box model you can create your css accordingly. The key in my opinion is never to use padding on elements with fixed widths and set margins on inner elements instead of padding on the outer elements. The box model is pretty much what gets people in trouble. I can get my css to work on all browsers without hacking it. http://matthewjamestaylor.com/blog/perfect-3-column.htm this i found on google and yerstarday when i was looking on this forum found it in a post.. starting from that css could i use it to make diferent designs and still be the same ? i reffer to remain the perfect 3 column template on any resolution and browser. Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585304 Share on other sites More sharing options...
haku Posted July 9, 2008 Share Posted July 9, 2008 jcoombs - got some links to your sites? I'm interested in seeing (and potentially copying) some of your techniques. Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585384 Share on other sites More sharing options...
dannyb785 Posted July 9, 2008 Share Posted July 9, 2008 conditional comments. I disagree, I've never used a conditional comment or hack with the exception of a min/max width expression for ie6, which I only did once. Once you learn the way each browser handles the box model you can create your css accordingly. The key in my opinion is never to use padding on elements with fixed widths and set margins on inner elements instead of padding on the outer elements. The box model is pretty much what gets people in trouble. I can get my css to work on all browsers without hacking it. Yeah, I've had plenty of well-working designs with no hacks or conditionals. They just aren't necessary and show an impatient coder who says "I'd rather cheat my way around this issue than find out what the problem is and fix it" Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585671 Share on other sites More sharing options...
TheFilmGod Posted July 9, 2008 Share Posted July 9, 2008 conditional comments. I disagree, I've never used a conditional comment or hack with the exception of a min/max width expression for ie6, which I only did once. Once you learn the way each browser handles the box model you can create your css accordingly. The key in my opinion is never to use padding on elements with fixed widths and set margins on inner elements instead of padding on the outer elements. The box model is pretty much what gets people in trouble. I can get my css to work on all browsers without hacking it. Although I can code css extremely well, and almost never have to use hacks / conditional statements, - I still have to say that IE is crap when it comes to the most basic stuff. Including colors. Currently, I use an IE override CSS stylesheet to give a different color code to IE browsers (for the background). With this in mind, I do have to question your ability to use css SO WELL that you don't EVER have to use conditional statements / override stylesheets. I do believe you, but just to see, post a link! Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-585900 Share on other sites More sharing options...
dannyb785 Posted July 10, 2008 Share Posted July 10, 2008 ^ but what would we be posting a link to? I remember, to practice css, replicating the layout of a certain site and after I was finished, looked the same in all 4 major browsers. Then in check the html of the actual site, they used conditionals. That kinda threw me off.. Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-586069 Share on other sites More sharing options...
fantomel Posted July 13, 2008 Author Share Posted July 13, 2008 ok i understand the problem .. know i know what i have to do thank you all for your opinions Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-588928 Share on other sites More sharing options...
TheFilmGod Posted July 13, 2008 Share Posted July 13, 2008 ^ but what would we be posting a link to? I remember, to practice css, replicating the layout of a certain site and after I was finished, looked the same in all 4 major browsers. Then in check the html of the actual site, they used conditionals. That kinda threw me off.. I never copy any code. - It wouldn't fit in my css framework or suit my website needs. It would simply shed some light on possibly BETTER coding techniques... which eventually might cause me to change my own coding methods! Quote Link to comment https://forums.phpfreaks.com/topic/113781-css-framework/#findComment-589046 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.