HemZone
-
How to Create Custom H2 tags like this site
It's very simple. You can check code through firebug OR inspect element. Here is sample class which used in given link: .yourclass h2 { font-size: 50px; color: white; padding: 10px; background: url(http://www.jackcolton.com/wp-content/themes/…
-
CSS NEWBIE HELP
If possible then could you please share your blog link? so we can help you easily.. :) Thanks Hem
-
Cross Browser Alignment Issues & Unable to validate.
My Comments is.. Use custom background image to the wpsc_live_search class instead of live_search_form. because currently, i'm unable to enter text in searchbox image. Add Float Left in this #topfeaturecontainer
-
Help with CSS on a blogger blog
Here is more specification :
-
Menu Response On Hover
Refer this link and customize it as per your design. http://www.dyn-web.com/code/basics/change_content/
-
Help with CSS on a blogger blog
Hi, You need to make change at http://snapwidget.com because CSS file is rendering from snapwidget server. Hope, you understand what i mean. You can customize your widget there & effect will be display on your blow at http://tiffaniinklux.blo…
-
overflow:auto and hover issues
I m sorry but your markup is bit messy. You can use this jQuery plugin instead of code. Checkit out this example : http://jsfiddle.net/andrewwhitaker/tSHZS/ Just need to make simple customize as per your requirement.
-
Facebook like header with fixed position !
Above solution is not working in IE. Here is fix for cross browser. http://viralpatel.net/blogs/demo/jquery/scroll-fix-header-facebook/
-
overflow:auto and hover issues
Could you please, upload your code anywhere and share link pls so it would be better to understand your problem.
-
Why can't I hover over my menu?
Reason: Your Logo is over lapping the navigation. You used zIndex on Logo. Fix: Add below property '#menu {position:relative; z-index:99999; }
-
Anyone have any suggestions for a good social sharer?
There is a lots of sites providing social plugins but i liked these sites. http://share.lockerz.com/ http://www.addthis.com/ http://sharethis.com
-
White background on menu in IE
seems issue has been fixed..
-
animate objects with css3 after clicking a link (before you leave the page)
You can use this plugin. http://joelb.me/scrollpath/ Need to make customize as per your requirement.
-
RESOLVED: Module Headers: Background Image with font only padding
Try to Edit Your Code & Add these values. .menuhorizontal_menu li {float: left; font-size: 1.2em; padding: 0 20px; border-right: 1px solid white; line-height: 28px; text-decoration: none; height: 30px; list-style-type: none;} You can use diffe…
-
Image resizing help needed
You have to generate thumb images dynamically without loosing aspect ratio. Please, check this link-->http://www.webinfopedia.com/create-thumbnail-image-in-PHP.html Hope you will get idea. Thanks