|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
CSS Resources
This is a sticky for links to some good CSS resources...if you have helpful sites that you want to share please post them here
![]() |
|
#2
|
||||
|
||||
|
__________________
columbus ohio web designer | sussex county new jersey business directory | columbus ohio roofing
|
|
#3
|
||||
|
||||
|
Last edited by illEATurHARTout : February 5th, 2005 at 12:11 PM. Reason: Fixed links |
|
#4
|
||||
|
||||
|
__________________
Cheers, Jamie # mdb4u | mobile movie database | Currently being revamped # skiFFie | Jamie Burns [me] # guidelines | search | wap resources | not getting help | fold to cure __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. ![]() __________________ Last edited by jabba_29 : February 7th, 2005 at 07:05 AM. |
|
#5
|
||||
|
||||
|
|
|
#6
|
|||
|
|||
|
useful CSS link
CSS Positioning - good, simple guide
http://www.brainjar.com/css/positioning/default.asp Browser Stats - so you know which browser you need to hack and code for. http://www.w3schools.com/browsers/browsers_stats.asp recommended CSS software http://www.bradsoft.com/topstyle/ |
|
#7
|
|||
|
|||
|
|
|
#8
|
||||
|
||||
|
|
|
#9
|
|||
|
|||
|
Hi
My contribution http://www.stunicholls.myby.co.uk/ http://wellstyled.com/index.html http://bluerobot.com/ http://www.xs4all.nl/~peterned/ Enjoy it! |
|
#10
|
||||
|
||||
|
Quote:
Instead of all those filter hacks that wouldn't validate it is better to use conditonal comments. You can specify conditional comments to different versions of IE. http://msdn.microsoft.com/workshop/...comment_ovw.asp http://www.quirksmode.org/css/condcom.html |
|
#11
|
|||
|
|||
|
Quote:
The problem with conditional comments is that they are not really pure CSS code, but markup comments only readable by Microsoft browsers, so they must be OUT of your style (.css) files and INTO your html files, loosing therefore the capability to be cached by the browser, one of the best advantages of CSS coding. Microsoft browsers will have to refresh styles, so your page display will be slower. Through this point of view, hacks are better than propietary conditional statements. Regards, Carlos PS: Sorry for deviating the thread. To apologize let me paste some good CSS links Get some style on your forms Sidestepping IE Don't be stupid, don't use tables!! Last edited by Kravvitz : May 6th, 2008 at 03:59 PM. Reason: fixed a link |
|
#12
|
||||
|
||||
|
Quote:
The best is to avoid hacks but sometimes you have to use them. Remember faulty css-code also takes time to render. And you are more prone to odd behavior when adding more hacks By using condtional comments like this: Code:
<!--[if IE]> <link rel="stylesheet" href="styleIE.css" type="text/css" media="screen" /> <![endif]--> You still get the benefit of caching, and you get a seperate css file for IE. By removing the filterhacks from the cssfiles you make them more readable and easier to maintain. |
|
#13
|
|||
|
|||
|
Quote:
You're right!!! ![]() |
|
#15
|
||||
|
||||
|
At last! I posted a CSS Resources thread several times and tried to get a mod to sticky it but they never would!
Anyways... http://jigsaw.w3.org/css-validator/ CSS Validator http://www.meyerweb.com/eric/css/edge/ CSS Guru http://www.websitetips.com/css/index.shtml Articles, Tutorials and Links
__________________
. :: Web Design Feeds :: Web Dev Feeds :: CheatSheets :: PHP :: MySQL :: 13 Moon FB App."All matter is merely energy condensed to a slow vibration. We are all one consciousness experiencing itself - subjectively. There is no such thing as death, life is only a dream. We are the imaginations of ourselves." - Bill Hicks "Truth is hidden in the subtle nature of the heart of everything, although it is invisible. One cannot see it from inside and neither from the surface. One can only live and experience it." - Heart Sutra |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > CSS Resources |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|