N1md4: 100vh = 100% of the.

 
Knole: Well I did check, that was the issue. it only looks right on one or the other

Dunkan: Ah this is about putdowns since I don’t know how to make it look right. that’s fine, not my first day on irc

Iannuzzi: Quesker: “I have not failed. I’ve just found 10,000 ways that won’t work.” ~~ Leventhal Alva Edison ~~

Meray: Yep looks like crap on iphone 5. they are so low res

Stezzi: So I have to resize the images? ugh

Belarmino: Can someone please tell me why my name isn’t going under the content? Thanks! https://www.codecademy.com/UltraX7/codebits/SgCyaO/edit

Tursi: Is it possible with Firebug or a similar tool to get a unique CSS selector for a clicked element?

Fernet: It doesn’t matter which one, the only important thing is that it’s possible to identify that element uniquely

Heflin: Zuloyd: sure, firebug or the built-in developer tools will do

Feneis: So how can I get the selector from firebug?

Wilber: In the CSS tab it displays all the active CSS, but it doesn’t tell me if a selector is unique

Billey: Zuloyd: either tool, yes

Relles: Zuloyd: what are you trying to do anyway?

Markuson: Actually I’m trying to extract content from a HTML page with a Java library, and the Java library uses CSS selectors to identify elements.

Ortegon: So I want to click on an element on the page, determine its CSS selector and then use that

Liang: Hi. i would like to have an img centred both vert+horiz, but am unable to achive this so far. any ***istance please.

Zega: N1md4: centered, in relation to?

Holaday: So different res or resizing will still keep the image centred

Rinebold: N1md4: http://www.webdevout.net/test?01wX&raw

Helphenstine: Whats the name of the tag that controls the very back portion of the background website?

Zetino: But how do i change it to an image, not a color

Kroeger: Epitamizor, CSS ‘background-image’ property: http://www.w3.org/TR/CSS21/colors.html#propdef-background-image

Poss: Bprompt: appreciate the help, but can’t figure this out.

Madyun: N1md4, In order to help, we need a URL to the live site or a testcase that demonstrates the problem. Please don’t make us log in or create accounts. See paste for paste sites

Pavich: Http://pastie.org/10427623

Sinton: N1md4, Preferred live pastebins: http://jsfiddle.net/http://codepen.io/http://paste.asmcbain.net/http://www.webdevout.net/test/

Savage: How do i make “complex” shapes like these and is that possible with the css now? http://i.imgur.com/1nY4Ymm.png

Eddins: Whoknows: SVG will do this kind of thing for you.

Borghese: Bprompt: http://jsfiddle.net/vecLa3L5/

Gailun: One little thing, these text specifically has to be dynamic

Gravit: Oh, hover over the image

Segner: If you resize the background stays centered, but the fade in image does not. how can i fix that :

Mcalhaney: I.e. to be ready to change with server-side scripts or js

Eddins: Whoknows: sure, SVG can do that too

Rhinehart: I heard there are some difficulties with IE 8+ and text styling in svg

Eddins: Whoknows: http://caniuse.com/#search=svg

Larrimore: Hey guys, so i have a container that has a top offset. how do i set its height so that it reaches the bottom of the page?

Eddins: Gkwhc: that depends on the rest of the page

Eddins: N1md4: how about http://jsfiddle.net/vecLa3L5/1/ ?

Hazan: What is the “vh” bit here 100vh?

Spine: Hi on this page, if you hover over the Solutions menu item in chrome you see the second level but on Firefox you have to click, anyone see why hover isnt working on FF http://www.infinaconnect.com/

Eddins: N1md4: 100vh = 100% of the ‘viewport height’