Iaj: you are using table to.

 
Bigelow: I’ve always admired people who could animate with css

Langhart: I’m a little confused how what i wrote represents an entire duration of an animation

Rochlin: In thise case, 9secs, 3 slides

Hartinger: It seems a cross fade happens at 50% or, 4.5sec mark

Pam: Ah, what? Is that 9s such that each is visible for 2s + 1s fade? or?

Pam: Also I recommend making that duration a looot longer.

Torongeau: 1 sec crossfade, 4 sec visibility, 1 sec cross fade

Pam: That wouldn’t have a 9 second total animation time.

Pam: Based on my source a 4 second show time I still recommend you change that and a 1s cross fade, it would be 15s total for 3 sides.

Palmer: I’d like for each slide to appear for 4 seconds 1/3 of 12 secs

Pam: But it doesn’t work that way because you have to bake in the time taken to fade.

Pam: Unless you want them to be visible for 3s and have 1s of that 4 eaten with a fade.

Pam: The fades between images are shared as it’s a cross fade so that’s why there’s only 1s additional for the fade for each image.

Borra: I’m back! I have two divs side-by-side within a container div. I have used “float: left;” to allow the two inner divs to be side-by-side one another. I want the blue div to be centered within the outer div, but instead it centers on both inner divs. Any help appreciated! https://jsfiddle.net/uydmq2ha/

Eddins: Delorean719: not sure what you mean ‘centered within the outer div’ — also, use overflow to contain floated elements https://jsfiddle.net/uydmq2ha/2/

Spann: All of my site contents should go inside of one main container cl***, right? I’m looking at this project and he has a header outside of the main container div. Is that valid?

Rangasammy: Sorry, forgot to mention that it’s a Bootstrap question.

Eddins: _3by8: a it’s valid HTML b it may not be the Bootstrap way, but you can confirm with ##bootstrap

Pickelsimer: All of my site contents should go inside of one main container cl***, right? I’m looking at this project and he has a header outside of the main container div. Is that valid as far as Bootstrap convention goes?

Eddins: _3by8: didn’t we just do that question?

Aro: That’s hilarious, I meant to paste that in ##bootstrap, my bad.

Vittone: Guys, somehow, my div overscroll-x: scroll only works when i edit the width: px in the developer tool

Varty: Guys, somehow, my div overscroll-x: scroll only works when i edit the width: px in the developer tool

Stuckemeyer: Pickandmix, 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.

Steenberg: Eddins: http://jsfiddle.net/MmLQL/54/ here are the code.

Mangual: Line 63 html #multi-column

Eddins: Pickandmix: please remove the HTML/CSS not related to the question

Schmied: Hi there. when my markup is like this: td style=”width:50%;”imga/td how can I have the a tag placed horizontally centered within the image? right now its just below the image, at the very left.

Eddins: Css vertical-align : iaj

Brim: Iaj, CSS ‘vertical-align’ property: http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align

Schmied: Eddins: Yeah I tried that on the a tag. but that seems wrong 😀

Schmied: The img fills out the whole td column

Schmied: Do I have to absolute position the a tag in order to have it displayed “above” the image?

Schmied: Or rather, within the img?

Schmied: Http://typotest.marcgalal.com/home but ***** the content 😀

Schmied: Eddins oh and its p***word restricted

Muinos: Guys, i’m new to s***/scss and currently using comp*** just for compiling, and i just read about grunt. should i use grunt instead?

Eddins: Iaj: you are using table to achieve a layout effeft