sshuvro58
-
How to make CSS3 animation
@JohnMotylJr: thanks a lot , you saved my day , grateful to u
-
How to make CSS3 animation
@JohnMotylJr: How can I make it moving from right to left ?
-
How to make CSS3 animation
@JohnMotylJr: thanks a lot , thats exactly what I want . one question why is it moving from left to right rather that right to left ?
-
Problem In drop down problem and CSS3 animation
is it occur due to wp nav menu ? @Paulie_D
-
Problem In drop down problem and CSS3 animation
@Paulie_D: Here is my code for sub menu ul#mainmenu-menu li:hover ul.sub-menu { display: block; padding:2px; } ul#mainmenu-menu ul.sub-menu > li { border: none; display: block; float: none; font-weight: normal; } ul#mainmenu-menu …
-
Auto scrolling with CSS
@Paulie_D: It is more complex , How can I do it more easily with js or jquery ? As it is a wordpress theme how can I integrate it with wp ?
-
Menubar is not working after changing logo position
Can anyone solve this ? I am really in trouble
-
Menubar is not working after changing logo position
I tried , by making menubar position relative , but didn't work :(
-
Menubar is not working after changing logo position
@Merri: really ! I am using chrome , but menubar isn't working . Not only the drop down but the whole menubar
-
Menubar is not working after changing logo position
I didn't change anything except CSS . here is the link of my working site http://aniyanetworks.net/Blog/
-
Styling Header
One more question : @Paulie_D why did u use a class in header ? .cf:after { content: ""; display: table; clear: both; } actually what does these codes do ?
-
Styling Header
@tomrogers123 : thank u very much , now I understand my problem @Paulie_D: you rockz :)
-
Problem using foundation framework
thanks a lot @Paulie_D
-
Problem using foundation framework
@Paulie_D: thats what I want to make .
-
Problem using foundation framework
ok Paulie_D , leave foundation , but how can I show the link group inside the box ? why they take place out side of the box ?
-
How can I make a navigation like this ?
Thanks a lot @Hompima and @Scribblerockerz . You guys just save my day
-
How can I make a navigation like this ?
what do u actually mean #hompimpa
-
how can I make page with similar functionality ?
thanks a lot @srig99
-
Navigation bar with image
http://pastebin.com/aNSdzk5E here is my HTML http://pastebin.com/dnpCFx4f , here is my CSS , plz help me
-
navigation bar styling problem
thanks to ChrisP , Miller ,Paulie_D I have learned a lot of new things from you
-
Wordpress Theme development: How to show category based post in home page?
Thanks andy_unleash In the above code , where should put parameter for category , what modification I need to do . [I am new in wp theme development ]