Archive for category Web Development
JQuery Superfish IE7 Z-Index Bug Fix
Posted by Eric Miller in CSS on August 18, 2010
As we all know Internet Exploder (Explorer) does not play well with others. I spent the last couple hours pounding my head against the keyboard fighting the Z-Index Bug.
The Setup
Thanks to Simon over at webdemar.com for pointing me in the right direction. His solution envolved forcing the parent of the menu (in our example div.site-nav-content) to a higher z-index level than the content being served up. In my specific instance it wasn’t quite enough so i had to take it one step further.
The Solution
In my IE7 specific Screen style-sheet I created a couple entries:
- Create a default z-index for everything
*{z-index:1;} - Set a high z-index for my menu container
.site-nav-content{z-index:900;} - Set a high z-index for everything within my menu container
.site-nav-content *{z-index:900;}
Final Source
/* IE Z-Index bug fix*/
*{z-index:1;}
.site-nav-content{z-index:900;}
.site-nav-content *{z-index:900;}
Now Syndicating on Tumblr
Posted by Eric Miller in Social Media on April 23, 2009
Found a new site to continue the shameless self promotion, kind of an interesting concept.
http://ericmiller.tumblr.com/
OpnCore Selected as Guest Entrepreneur for InfoTec09
Posted by Eric Miller in OpnCore on April 5, 2009
Just a quick post, my OpnCore project has been selected to participate in the InfoTec09 Conference as a sponsored entrepreneur. What this means is I get to take part in the two day event free of charge. Hopefully this will open some doors and maybe even some financing to some of my other related projects.
Now Syndicating on FeedBurner
Posted by Eric Miller in Social Media on March 12, 2009
Now Syndicating on Twitter
Posted by Eric Miller in Social Media on March 11, 2009
I think I got the plugins to work correctly for my wordpress install and now my blog updates will be syndicated with Twitter ( @ManOfVirtues ).
Twitter
LinkedIn
StumbleUpon
Facebook
Reddit