exsite_interactive
-
JS Challenge - Looking for a suggestion
@CrocoDillon is there some kind of tool that aids with that? @rosspenman image maps are so ancient... theres gotta be some kind of more recent tech for this...
-
Disqus Comments Count Loading in Firefox
just to note, when i say that "it usually changes each time the page is loaded", what i mean is sometimes the comment count works for all 4, sometimes only for that first 2, and sometimes for the first 3.
-
Another CSS Challange!
letter spacing and padding do the trick, but then the type is spaced out more than we want it to be, which isn't really ideal. I even tried setting a letter spacing of 1px and a padding-right of -1px, or -0.5px , but these also don't work …
-
Another CSS Challange!
@Paulie_D - I took a look at the link you posted, and i thought it would do the trick. However it uses the tag and in my case i need to have it so that the line breaks fall naturally without having to manually insert a tag. :( seems like there s…
-
Another CSS Challange!
@joshuanhibbert, that is almost perfect! the only issue is that some of the letters are getting cut off on the right side, almost like the span is not wide enough... maybe because it is an embedded web font that is italicized?
-
Vertical Carousel, Scrolls on Hover
that 1st one is perfect! thanks.
-
CSS Challange
Thanks Jimmy. I was thinking something along those lines but was trying to avoid the dots being cut off. Also was thinking that it could be achieved with :before and :after psudo classes but not sure if that would be any different when it comes to…
-
Sticky Element - Quick jump
YES. This works nicely. Thanks so much. Knew it had something to do with that but could not put a finger on it.
-
Sticky Element - Quick jump
FYI here is the fiddle in which i grabbed the code from: http://jsfiddle.net/octavioamu/yFCZq/
-
Diagonal SLider
hey noah, looks really nice. have not checked it out yet in IE but i assume it will just be straight. I had to add the webkit transform skew prefix here to get it to work in safari and chrome. When i get to the office ill test it out on my PC.
-
Diagonal SLider
thanks so much noah. Interested way of approaching it forsure. I would think putting a background image in the #slider div would be fine, or maybe even making it a link saying "view more" which would go to the blog landing page. I would fi…
-
Diagonal SLider
yes, jquery would be preferred.
-
Diagonal SLider
if you can take a stab at it that would be much appreciated!! :)
-
Diagonal SLider
i know right! very interesting, haha. Ideally the whole image would be clickable, but i was thinking that it would be too difficult to do it that way, and i would be happy with just the button as the link.
-
Diagonal SLider
@TheDoc, thanks, thats along the lines of where we need to get this. I played around with it and this is where im at: http://jsfiddle.net/XRqTq/6/ - Its messy... but its getting there. Got the pink overlay on top of a 2nd image, and a 2nd image and…
-
CSS3 Multiple Column Hover Bug
floats were causing the break. thanks guys!
-
Facebook like button - What's on your Mind Position
its all coming from iframes... so you cant do that.
-
Is there a way to make an Image B&W on hover with only 1 image?
yeah i meant 1 image as in not a sprite. thanks though.
-
Wordpress Gallery Plugin
daredanger...can i see an example of the site you are using the plugin on?
-
Fixed navigation, dissapearing on scroll.
not familiar with css clearfix.... got a link?
-
Fixed navigation, dissapearing on scroll.
that worked... why would something like that effect a fixed object though? I dont really see the relation. With that being said, I do want that x axis scrollbar to be hidden, is there a way to fix this problem and still keep that scrollbar hidden?
-
z-indexing and jquery detect on URL
yeah its not but i adjusted ie6 to just use jpgs instead of pngs in most cases. just got to apply a fix to the nav background. but im not really too concerned with that now, moreso the issue i brought up in the original post.
-
z-indexing and jquery detect on URL
update: i fixed #1 by placing the nav inside the wrapper. now it works just right. but im having trouble FIXING the nav in IE6. i saw the code snippit on css tricks (http://css-tricks.com/snippets/css/fixe ... g-in-ie-6/) to fix position in ie6 but…
-
JS Error, No Jquery Working
nevermind. got it. it had to do with alphaimageloader and since im not supporting ie6 i just got rid of it.
-
JS Error, No Jquery Working
thank you!! worked like a charm. i knew it would be something easy like that. Im still getting an issue in IE that when you click the fancybox (any of the thumbnails) the box opens but it does not have the Close buttons or Left/Right Buttons.
-
[Solved] Overlapping Sprite Nav
thank you virtual!! worked liek a charm. very creative solution!