Is there a way to only.

 
Rushdan: Does anyone have any idea why the -webkit-filter property would completely break sizing on this?

Koinzan: Oops, forgot to send image: http://xavie.ru/i/29CWGrz.png

Forys: Can you have a look at something

Fall: Xaviergmail, 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.

Balasa: Michael_p: did you have a question?

Pross: Arvanitis: Ah hello again : Thank you for the filter trick from yesterday Or this morning, I can’t exactly remember I don’t think a live link would help as it is only occurring on this specific browser but it seems to have fixed itself somehow, which is never good.

Arvanitis: Ok, well fingers crossed

Metenosky: Also it contains relatively vulgar language : And for some reason now its javascript engine is spewing errors without telling me where :

Taliulu: How do i align the ‘login button’ on this webpage to the right side of the page?http://lifeto.cafe24.com/xe/request

Mccarson: And how do i make the ‘login button’ text on the login button to be right at the center *vertically*?

Arvanitis: Mark_____: .top_bar_content {text-align: right;}

Arvanitis: Then add whatever top/bottom padding you want to it

Arvanitis: Also, a div is not a button

Duron: Awesome. thanks Arvanitis.

Arvanitis: If Log In is a link, make it a a. If it triggers some kind of JavaScript, make it a button

Maggit: How do i fixed the slightly upperly positioned text in the login button though?

Golson: And how do i make the button itself to be positioned vertically centered on the .top_bar?

Arvanitis: Mark_____: I’d remove the height set on .login_button, and use top/bottom padding instead

Arvanitis: The second question I answered before – set padding on .top_bar_content

Buchert: So there’s no way i can set it just vertically centered

Bonenfant: I have to give padding manually?

Arvanitis: Mark_____: try adding a background to .top_bar_content

Mckaig: If a margin is 0px; when i ad a second margin in another cl*** ior id it moves the whole thing down is therew away to stop that

Liscomb: Michael_p, Collapsing margins: http://reference.sitepoint.com/css/collapsingmargins • Spec: http://w3.org/TR/REC-CSS2/box.html#collapsing-margins • Preventing margin collapsing: http://web.archive.org/web/20150423190902/http://colinaarts.com/articles/the-magic-of-overflow-hidden/

Schremp: Hi guys, My site has issue on Firefox down the very bottom – http://karakycandles.com.au/ – Is this cause by ajax scroll to top element?

Oyabu: What is the issue? seems ok to me

Hueser: Yeah looks ok to me on other browsers as well, I’ll show you screen

Revelez: Https://www.anony.ws/image/JaDP – there is white space at end of html

Arvanitis: Manrig: I cannot replicate the issue. What does your inspector say?

Benneth: Hi guys, My site has issue on Firefox down the very bottom – http://karakycandles.com.au/ – Is this cause by ajax scroll to top element? https://www.anony.ws/image/JaDP – there is white space at end of html

Arvanitis: Manrig: I cannot replicate the issue. What does your inspector say?

Dalmata: The only thing i can think of is padding

Ahlers: Hi Guys, Having troubles with my tabs showing correctly on Chrome – http://karakycandles.com.au/my-account/ — they Show up OK on Firefox. The recent orders Table has the My addresses data tab inside of it , any way to fix?

Catello: Manrig: do I have to register to see the “recent orders table”?

String: Is there a way to code css like this without using s***: #foo {left:#bar.left – 10px;}

Sobina: That looks odd but I’m going to ***ume that my intention is obvious in that code

Schlaefer: No. you need a preprocessor

Getty: Is there a way to only select odd nested siblings?