I did see that. I don't know that I want to pay the $30 they want for the theme. I also was wanting to work on it myself, so that I can gain the experience. ...
well, i do not want to be too pushy but this is the guide that helps you to learn about xhtml and css and has template to work with as well ...
Miro Perdoch
miro500@...
Oct 10, 2009 9:03 am
11092
Is doing something like this from scratch a very difficult thing to do? The reason that I am pushing to do it myself, is purely for the experience. The reason...
Brennan, Some of the people responding to you are experts . I am just an amateur who writes web pages with html and CSS. My comment to you is that I noted...
... Weather it is difficult or not depends on your skill level. What you are looking at is a page made with a boat load of divs. You will need to learn about...
Brennan, I clicked on the sixteenth note, went to; http://www.brennanu.com/musicplayer.html but did not hear any music, just a black screen. Everything's out...
I got my feet wet with my first wp project and learned quickly not to be too fast to upgrade. The more I upgraded the harder it was to find some of the widgets...
Hi All, I want to have a series of thumbnails side by side with an arrow on each end. When you click on one of the images it opens a page. I have seen ...
Are you able to dynamically make one of the items selected? I am using list items (li) for my menu, then if the page is selected (from server side), I give the...
David Colliver
david.colliver@...
Oct 13, 2009 8:02 am
11100
I am in php. Do you have an example I can look at? I'm just stumped at the moment. Is horizontal scrolling thumbnails a better description?...
oh, i thought you meant a menu and an arrow pointing at the selected item... In that case, I am not sure, I think you now mean like a slide rule sort of thing?...
David Colliver
david.colliver@...
Oct 13, 2009 12:26 pm
11102
Brennan, don't know which version of Paul's book you have, but I used a very early version for my first webpages, learned CSS when it became the thing; and...
Don, wouldn't a "horizontal" menu work for what you want? In your CSS #navigation li { display: inline;} gives the horiz menu and use your thumbnails as the...
my container is 881, divided into a sidebar and content ... I want to fill the bottom of the content it is a "bio" page and the thumbnails are the people...
even so, the thumbnails wrap to the second line where I have exceeded the 17 on the top line, so you could just keep going setting out lines of links as...
Okay, here is what I was after: http://www.godaddy.com/default.aspx see the little people near the bottom of the left navigation bar? Appears to be javascript...
Don, there is something on "Cycling thru a Series of Images" in Paul's JS book - page 470. Dn't know if this is what you want. It is an interesting way of...
Don isn't that done using JQuery? It can be used with many programming language. http://www.roseindia.net/ajax/jquery/whatisjquery.shtml Been doing some...
http://www.gmarwaha.com/jquery/jcarousellite/#demo This appears to be clear and concise! Thanks for popping the stuck cork out of the hole here Dave. Wonder...
tmk jquery is still javascript but lighter. jQuery is a new kind of JavaScript Library. I looked here http://jquery.com/ Dave ... From: Don Passenger...