Copy link to clipboard
Copied
Hi Adobe!
On this site I have some mp4 movies, but there always is a small space at the bottom of some pixels? I would like it to connect.
".video" is a class (preceded by a dot)
Unless you had <video class="video"> the rule you wrote wouldn't affect the <video> tag.
".fluidWrapper video" is an element selector (no dot before video)
It affects <video> tags that are within any element that has the class="fluidWrapper"
Copy link to clipboard
Copied
That's the same issue you were having with your images previously. Your inline <video> elements have a browser default text descender padding. Adding the following to the video selector, or a class within your video tag will fix it...
vertical-align:bottom;
Copy link to clipboard
Copied
Thanks, I tried ...
.video {
vertical-align:bottom;
}
That didn't do anything, this works better .... (why?)
.fluid.Wrapper video {
vertical-align:bottom;
}
Copy link to clipboard
Copied
".video" is a class (preceded by a dot)
Unless you had <video class="video"> the rule you wrote wouldn't affect the <video> tag.
".fluidWrapper video" is an element selector (no dot before video)
It affects <video> tags that are within any element that has the class="fluidWrapper"
Copy link to clipboard
Copied
By the way .....
I'm looking for a script which does something like this ..... (on click on the plus a window opens and the text/photo's decent to below) C2O
Do you know how to do this or how this is called so I can google?
Copy link to clipboard
Copied
That could be a number of different things.
I would look for "modal windows" or "accordion tabs".
Copy link to clipboard
Copied
Thanks, I'll have a look .....
Copy link to clipboard
Copied
Mobos wrote
By the way .....
I'm looking for a script which does something like this ..... (on click on the plus a window opens and the text/photo's decent to below) C2O
Descend to below what? I assume you meant descend and not decent as you wrote
Either I need psychiatric help or everyone else is mental in this forum lately. I can hardly understand any questions being asked these days.
Copy link to clipboard
Copied
osgood_ wrote
Either I need psychiatric help or everyone else is mental in this forum lately. I can hardly understand any questions being asked these days.
Welcome to the old folks Os.
Copy link to clipboard
Copied
pziecina wrote
osgood_ wrote
Either I need psychiatric help or everyone else is mental in this forum lately. I can hardly understand any questions being asked these days.
Welcome to the olf folks Os.
I feel totally inadequate. It feels as though I may as well be trying to interpret Russian. I just came out of another one where the OP was saying this is inside this and that sat above this and when it got down to tablet size they want this to be contained within that or this and the other.............my brain started to melt at that stage. I have no idea.
Copy link to clipboard
Copied
Bah, the type-o above was nothing compared to the second thread you mention.
At least clicking on the link in this one, it's pretty obvious what the OP is going for.
Copy link to clipboard
Copied
I tend to pick and choose what i answer these days, if it looks like the OP does not know what they are doing, I simply don't answer anymore.
Now to the OP's question about the 'pop-up box', this could be done with a css 'tooltip'.
Copy link to clipboard
Copied
Sorry people, I'm from the Netherlands and my English is not always that 'understandable' I guess
Copy link to clipboard
Copied
By the way, I posted a new question about the accordion issue, because it is. So things won't get mixed up ;o)