tahirk
-
CSS Menu Font Size Issue
Great, I have got it, other problem there was of 13.75 defined for font-size without getting any property (px,pt) value. Thanks a lot Watson, you have made my day.
-
CSS Menu Font Size Issue
Thanks for your reply, this one is for forum posts not for the menu.
-
Wordpress Theme Option Problem
Thanks a lot for your help, I'm still facing some problems: Basically at first I was having some problems with setting the number of posts to show as they would reset to 3 as soon as I set it to 5. So I tried to edit & it bite me back.
-
Wordpress Theme Option Problem
Thanks Christopher. On line 88 I have this:
-
Embed Flash to Work with IOS as Well
The above code was converted to HTML5. Above code is for reference that I want my HTML5 script to be there in TD.
-
Embed Flash to Work with IOS as Well
I have got it by Swiffy. But now how would I align it right there. I'm using tables & want it to appear in table column. Similarly this is an ASP project, will it work.
-
Embed Flash to Work with IOS as Well
Thanks a lot karlpcrowley, I'll do the same.
-
Embed Flash to Work with IOS as Well
Thanks for the help karlpcrowley, will give it a try. Does it means that I have to convert my whole website to HTML5 or just the flash code be in HTML5.
-
How to Get a 4-State Button
Hi, Thank you all, got it working. $(document).ready(function(){ $('a.button').click(function(){ $(this).toggleClass('active'); }); }); .button { background-image:url(img/buttons.png); width:123px; height:178px; …