Nelmes: Like the paint on the walls and stuff?
Arkenberg: Http://imageshack.com/i/ex7lSjaEp why the movie block is not floated to the left?
Phillians: Skypce, Always provide a link to a *live* page or pared-down testcase so we can see the problem in action. Looking at code or images alone usually isn’t very effective. Also see paste and testcase.
Sasahara: It is confidential site
Philpott: I always find that funny
Lanciotti: I have a bunch of tables generated in JS; how in CSS can i align the table headers? example pic:
Claybrooks: Http://i.imgur.com/7hKFLES.png
Hartleben: Giraffe_: give the columns explicit width
Ferries: Atm im just doing table {width: 75%}
Hartleben: Sorry, what are you confused about?
Hartleben: Table is table, the columns are inside the table
Beigert: I would like for the title headers to be the same
Eidinger: Rank is, but the ‘Name’ header is more right for the top table
Hartleben: 22:07:29 Hartleben Giraffe_: give the columns explicit width
Batter: 8:07 PM Giraffe_ explicit?
Coughran: 8:07 PM Giraffe_ atm im just doing table {width: 75%}
Dauterive: Do you mean min-width: max-width?
Coppola: Im a js guy, not a css guy
Hartleben: Are you confused about the definition of explicit?
Hartleben: Set the width of the columns!
Downin: Ohhh the actual columns
Nordstrom: Sorry, tired and slow lol
Hartleben: Right now they are calculating their own width. that is, they have “implicit” width
Hartleben: Explicit is the opposite of implicit
Soltau: Yeah for some reason i thought you meant the table as a whole
Rowlette: Should i use col or just change td?
Hartleben: Either way. also, table column headers should be in thead and using th, not td
Munding: Theyre in th, just said it wrong
Deyak: Should I use display: flex for this one? They aren’t aligned. I’m viewing it on viewport: 1000px res. http://i.imgur.com/Xs7gVb3.jpg http://i.imgur.com/0jp0AeB.jpg http://i.imgur.com/sKXM14t.jpg
Melin: Url Link: http://raineer24.github.io/shoegame/
Everage: CssNoOB that could work
Everage: Do you know how to use flex?
Reven: Everage http://i.imgur.com/CXBIX7u.jpg I used display: flex from this part
Weeber: Hey all, I am taking beginner HTML5 & CSS cl***. I was wondering if anyone would be able to take a look at what I have so far and give me any tips. http://k2gremlin.com:8880/teams.html
Andrachak: K2gremlin, No tables for layout: http://www.hotdesign.com/seybold/everything.html , http://phrogz.net/css/WhyTablesAreBadForLayout.html , http://web.archive.org/web/20041010185323/http://www.allmyfaqs.com/faq.pl?Tableless_layouts
Cope: Naugher, I tried for a few hours tonight to get the layout right with CSS. I almost had it, but the Counter Logic Gaming name was to wide and kept throwing off everything. The table was the only was I could figure out how to put restraints around each section of words.
Portales: Naugher, for the logos I can put them in one div since they are all the same dimensions. Should I take each hyperlink and put it into its own div and doing individual padding and margin for each?
Galper: Everage, Sorry, I am a bot, not a person. You want to speak to the person who spoke to me.
Everage: K2gremlin: you also seem to have far too many nested div elements
Uttley: K2gremlin, Markup, styling, and behaviour perfection: http://nascentguruism.com/journal/perfection
Everage: Have a read of this, tell me what you think
Walstad: So basicially design the entire content of a site first before styling it. Using as little as possible.
Tomisin: Yea I am sure I have way way to many redundencies throughout :/