wragen22
-
Style svg?
Ok, I've been able to style following Chris Coyer's example. http://css-tricks.com/using-svg/ First by importing the svg via php Then in my optimized svg I gave it a class Then in my css I did the following. .svg { height: 5…
-
Style svg?
@Paulie_D ok... :-/ I guess looking at Chris' example in this post here, a bit down the page, makes me think i'm close... http://css-tricks.com/workshop-notes-webstock-13/
-
Style svg?
@Pauli_D The thing is I am importing background data svg, not image following Chris' article here: http://css-tricks.com/using-svg/ and with the pen mentioned above It makes me think it is possible... http://codepen.io/anon/pen/KoIrg
-
Style svg?
Still unable to get this to work... I'm currently importing the svg code as background data in css and for my code, I am using .logo { background: url(data:image/svg+xml;base64,[data]); } with the codefish code in place of th…
-
Codekit won't compile svg...
solved by taking out space between comma and the data..
-
Style svg?
So styling directly in the svg code? I can't use external css?
-
Style svg?
Interesting... so how might I be able to apply css properties to the svg? Hover ease ect?
-
Style svg?
so you recommend in my css file changing to svg.style { } ?
-
Style svg?
Yes, it is the color change I am having issues with. And for the containing div and the svg, I have been struggling with this as well. For some reason If I were to only leave one class, say for the containing div and nothing for the svg, nothing s…
-
Weird hover behavior for webfont
Hmmm... the font style is italicized, however it's actually regular. I wonder if it's an issue with font-squirrel?
-
Slide Up upon clicking on another item?
Thanks @srig99. Upon hovering on and off the h1's there should be a but nothing happens. @include transition (background 0.2s ease-in-out) can you explain the portion of the code in which cause the originally opened to close?
-
Weird hover behavior for webfont
Yes. Any idea as to why this would cause the color artifacts to go wrong? Possibly the inline-block is not extending the whole width of the h1 s ?
-
Weird hover behavior for webfont
Ok, cleared cache and works. Still not too sure what to do about in-line block. @Paulie_D do you recommend anything else for getting the desired results?
-
Weird hover behavior for webfont
ok, You're right I did have order out of place, but outside of that I think my markup is fine.
-
Weird hover behavior for webfont
the syntax is only minor differences, I don't see how that would cause issues. I especially don't like the whole roles thing and would rather uses classes.
-
Weird hover behavior for webfont
@Pualie_d hmmm.. removed inline-block.. Still not working though. I added inline-block so that the click area for cursor woud not extend across the whole row but only the text. What is interesting is the inline block seems to be causing the issue …
-
Weird hover behavior for webfont
interesting... i wonder if it's a chrome issue..
-
Weird hover behavior for webfont
yes, i'll get to the syntax. the first spits out the svg code, the second does nothing. http://jamilopitts.com/kirby/
-
Weird hover behavior for webfont
tried that. still nothing :-/
-
Weird hover behavior for webfont
@joshblackwood tried this...still not working
-
SVG not showing?
I'm trying everything here... tried what you have. Still nothing. http://jamilopitts.com/kirby
-
Weird hover behavior for webfont
Here is the link. http://jamilopitts.com/kirby/ Also, guess while I have your eyes... having trouble getting my logo image to display. I have tried multiple directory src locations including ../ ect but still not working.. :-/
-
How to center h1 text and inline-block
@TheDoc that was it. Easy. Thanks.