Forum: HTML and CSS Sep 2nd, 2009 |
| Replies: 6 Views: 1,035 This can be done in any way but i know 2 methods to make the job perfect. I've done this job some weeks ago nicely. Please choose any suitable method from the following.
1st Method: ... |
Forum: HTML and CSS Sep 2nd, 2009 |
| Replies: 11 Views: 625 try this:
in the main div of the page add these css codes
#AnyDivName{
width: 940px; margin-left:auto; margin-right:auto;
}
and for the inner divs add these codes:
#AnyDiveName {... |
Forum: HTML and CSS Sep 2nd, 2009 |
| Replies: 4 Views: 849 Please visit
http://opiefoto.com/articles/photoslider
or try this:
http://css-tricks.com/revealing-photo-slider/
hoping you problem would be solved.
Regards |
Forum: HTML and CSS Sep 2nd, 2009 |
| Replies: 3 Views: 594 Thank You "EvolutionFallen " for your reply. But i've solved the problem using jQuery. |
Forum: HTML and CSS Aug 26th, 2009 |
| Replies: 3 Views: 594 Hi Fellows,
I am working on a website project. I need to create a scrolling upside navigation buttons. Please visit
http://www.kingston.ac.uk/
This website has navigation buttons, when user hover... |