|
|
|
| |||||||||
![]() |
|
|
«
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
![]()
__________________
Jack --------- use code tags become vegetarian python? yes, sir! unarm.org get firefox If I helped you then please click the " " in the upper right-hand corner of my post.
|
|
#3
|
||||
|
||||
|
__________________
columbus ohio web designer | sussex county new jersey business directory | columbus ohio roofing
|
|
#4
|
||||
|
||||
|
Last edited by illEATurHARTout : February 5th, 2005 at 11:11 AM. Reason: Fixed links |
|
#5
|
||||
|
||||
|
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ 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 06:05 AM. |
|
#6
|
||||
|
||||
|
__________________
|
|
#7
|
|||
|
|||
|
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/ |
|
#8
|
|||
|
|||
|
|
|
#9
|
||||
|
||||
|
|
|
#10
|
|||
|
|||
|
Hi
My contribution http://www.stunicholls.myby.co.uk/ http://wellstyled.com/index.html http://bluerobot.com/ http://www.xs4all.nl/~peterned/ Enjoy it! |
|
#11
|
||||
|
||||
|
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 |
|
#12
|
|||
|
|||
|
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 02:59 PM. Reason: fixed a link |
|
#13
|
||||
|
||||
|
Quote:
|