Click here to Skip to main content
15,915,603 members
Home / Discussions / Web Development
   

Web Development

 
Questionjapan text, ColdFusion and MySQL Pin
progman22-May-06 13:00
progman22-May-06 13:00 
QuestionFrontpage Pin
boldeagle22-May-06 8:52
boldeagle22-May-06 8:52 
QuestionCSS Layout vs. Table Layout Pin
econner22-May-06 5:51
econner22-May-06 5:51 
AnswerRe: CSS Layout vs. Table Layout Pin
Guffa22-May-06 10:09
Guffa22-May-06 10:09 
GeneralRe: CSS Layout vs. Table Layout Pin
econner22-May-06 10:23
econner22-May-06 10:23 
AnswerRe: CSS Layout vs. Table Layout Pin
Guffa22-May-06 11:21
Guffa22-May-06 11:21 
GeneralRe: CSS Layout vs. Table Layout [modified] Pin
NeverHeardOfMe22-May-06 11:36
NeverHeardOfMe22-May-06 11:36 
AnswerRe: CSS Layout vs. Table Layout [modified] Pin
Guffa22-May-06 22:47
Guffa22-May-06 22:47 
Phil Uribe wrote:
Oh yeah? You can markup a basic header / 3-coloumn / footer page layout using HTML tables in a dozen lines of code. Try doing that in CSS! Au contraire, you can find whole websites devoted to this one signle topic. Or problem, to be more accurate. And the solutions they come up with involve a lot of code.


That specific example may be more difficult to accomplish using floating elements, but just because there are people that are confused about it doesn't prove that it can't be done. Wink | ;)

Phil Uribe wrote:
Oh yeah? How easy is td bgcolor=#cccccc compared to td class=fred now then where is my definition of fred, oh yeas it's in xyz.css which is in abc folder right got that now then where the hell is my fred class... somewhere down at line 533 I think...


Yes, if you look at one single element and want to find out it's properties, it's easier if the properties are in the element itself. That will be very helpful when you want to change the background color of all ten thousand table cells that are scattered across a hundred web pages... Wink | ;)

Phil Uribe wrote:
And don't forget to write half a dozen CSS pages for all the different browsers out there....


Or you can use methods works in all modern browsers, and write a single CSS file. It takes a bit of learning-by-doing to get the hang of what you have to do to make it work with the quirks in IE, though.

Phil Uribe wrote:
The very fact that your markup and your CSS are seperated means you have to keep track of what relates to what in some other way.


True. Descriptive naming of elements and classes play a large role in that. "#Links .Header" works much better than ".blkbldhdr". Smile | :)

Phil Uribe wrote:
(Is there an arse-lick emoticon anywhere?)


:P3

---
b { font-weight: normal; }

AnswerRe: CSS Layout vs. Table Layout Pin
Steve Echols22-May-06 21:16
Steve Echols22-May-06 21:16 
AnswerRe: CSS Layout vs. Table Layout Pin
Guffa22-May-06 22:55
Guffa22-May-06 22:55 
GeneralRe: CSS Layout vs. Table Layout Pin
Steve Echols23-May-06 19:08
Steve Echols23-May-06 19:08 
AnswerRe: CSS Layout vs. Table Layout Pin
Guffa23-May-06 23:58
Guffa23-May-06 23:58 
Questionprint Pin
militiaware22-May-06 2:31
militiaware22-May-06 2:31 
AnswerRe: print Pin
KrIstOfK22-May-06 2:45
KrIstOfK22-May-06 2:45 
QuestionClose Right Click On Flash Pin
mehrdadc4821-May-06 20:53
mehrdadc4821-May-06 20:53 
QuestionPrinting.. Pin
deepaks321-May-06 20:13
deepaks321-May-06 20:13 
AnswerRe: Printing.. Pin
KrIstOfK21-May-06 21:36
KrIstOfK21-May-06 21:36 
GeneralRe: Printing.. Pin
deepaks322-May-06 0:44
deepaks322-May-06 0:44 
QuestionJavascript code cant draw and find mouse coordinates [modified] Pin
KaKa'21-May-06 16:42
KaKa'21-May-06 16:42 
QuestionSite Map Path Pin
Naveed Kamboh21-May-06 10:00
Naveed Kamboh21-May-06 10:00 
AnswerRe: Site Map Path Pin
NeverHeardOfMe23-May-06 1:11
NeverHeardOfMe23-May-06 1:11 
GeneralRe: Site Map Path Pin
Naveed Kamboh23-May-06 1:26
Naveed Kamboh23-May-06 1:26 
QuestionWebservice Pin
cuongcntt200221-May-06 7:53
cuongcntt200221-May-06 7:53 
QuestionSetting up Cassini Pin
Megan Forbes21-May-06 2:47
Megan Forbes21-May-06 2:47 
GeneralRe: Setting up Cassini [modified] Pin
User 171649221-May-06 12:53
professionalUser 171649221-May-06 12:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.