shamai
-
my eyes hurt...
woah! someone else just told me the same thing about the brightness. maybe its a sign... I love the brightest setting... but ill try it...
-
my eyes hurt...
well the first one i went to said my eyes were fine....that i should let them rest. im going to another dr soon...
-
grabbing twitter feed fix
well thank you for the snippets! they are awesome!
-
how to use cookies to keep a searchbox open
nevermind i read up and created one....
-
css file too big?
ok good. you guys eased my mind. @christopherBurton 11kb?! thats tiny!
-
support for ie8
i only noticed it because i was developing my own sites and testing them in adobe browser labs and decided to look up css tricks and see its new design rendered in old browsers.
-
Wordpress theme help
did you create this theme? make sure your footer has wp_footer() and your head has wp_head()
-
wix and other easy making website solutions
maybe.. i hope so spammy? me? how so? what you think im advocating for the crappy wix site? lol
-
safari 6 wierd transition
ok so the above code does fix it but it wierd.. what does it have to do with it?
-
safari 6 wierd transition
some people say it goes away with -webkit-font-smoothing: antialiased; but its not working well....
-
safari 6 wierd transition
yeah safari 6 definitely is acting weird with transitions! it makes text get bolder for a few seconds if you try to have text opacity change in any way... at least thats whats happening for me... all other browsers are working fine
-
transition a tabs background
nope... its fine... I'm using jquery. i found my own way of making it work without adding an empty div just for transitions... well there is an empty div... but its added with jquery which makes it look neater. the empty div has an opacity th…
-
transition a tabs background
...and i resort to jquery for my weird problems.....
-
dropdown menu and transitioning with css3
i think i got it i used visibility and opacity and set them to have transitions and that seems to work nicely.
-
dropdown menu and transitioning with css3
no i want it to fade in. so opacity was what wanted to transition. but the absolute positioning moves to the left too fast for you to see the transition. and i can't use visibility instead of moving it to the left because its really still there…
-
dropdown menu and transitioning with css3
nobody? no answers? is it bad if I set the div to visibility:hidden; instead of moving it off screen 9000 pixels? you still won't see it either way...
-
my first site 90% complete
grr! no the contact page should work!? i recently added the plugin w3 total cache and cloud flare and they make the site slower than faster!? i don't know why or what to do? thanks for the reply!
-
a:active state last longer
it doesn't seem to work. I looked at your jsfiddle and it doesn't work.
-
a:active state last longer
that as the first thing i tried but i don't think it works on backgrounds that are images
-
a:active state last longer
ah.... i was trying something like that... thanks
-
a:active state last longer
using delay() ? how? it was simpler using css...
-
jcycle malsup scrollhorz issue
ok i got it to work in the most weirdest way nevermind
-
jcycle malsup scrollhorz issue
ok now it works better. it seems the container must have a size in pixels not 100% so I gave it a width of window.width() but it stops working after the window width gets to 1559px why would the div stop growing?
-
jcycle malsup scrollhorz issue
ok so I have an option slideResize:0, because otherwise it smushed all the thumbs together. I think this is causing the problem because when I change it to slide resize:1, it smushed them together but on window resize it fixes how can i get it to k…
-
jcycle malsup scrollhorz issue
nope. i made one big script. its called all scripts i also minified it... i figure its in my code not malsups. my code is in the last script before head ends
-
wordpress: creating pages
got it. I have been using post_class() to do this and i think I will stick with it because nothing else changes except whats inside the post or page. everthing in header and other stuff is the same. ok thanks!
-
wordpress: creating pages
and style it using the style.css file? but what if you have different pages that have totally different looks?
-
Thumbnail questions
it would appear those websites are using javascript, though i don't think you need to. you can have a css selector for hover. you can place an image on top of the thumbnail with the magnifier with opacity set to 0 and when one hovers the image…
-
understanding thumbnails in wordpress?
i discovered a problem i think. I had two thumbnail sizes. thumbnail and medium. I was uploading images at a perfect medium size so it wasn't auto creating the medium size and I thinks somehow this affected the thumb size which was created unc…