Jump to content

virtual

Advanced Member
  • Posts

    876
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by virtual

  1. Thanks for your input, it is too late at night in Europe for me to work on it now.

     

    Ben, I can get the 5 thumnails across the page, no problem, I just can't get the second row underneath. There are no ul li tags in the rendered html source code and it does mention in the css file that the ul is dynamically generated and there are changes to be made in the js file if there are modifications to stripNav.

     

    Eric, that's the second option I mentioned,

    http://tenerifeb usinessinformation.com/sliders/trial2.html

    is based on this demo

    http://css-tricks.com/examples/FeaturedContentSlider/

    I can get the second row of thumbnails but I can't get them ligned up with the active tag.

     

    Anyway I have been looking at it for too long (brain overload) and need to decant the whole thing with a little sleep, and maybe I'll find the solution ( or you will!!) tomorrow.

  2. If I have my background "gradient.jpeg" in a folder, "images" (in my root folder), then is this the correct css?

     

    background-image: url('images/gradient.jpeg');

     

    This is correct if your css file is in the root folder, if your css file is in a different folder then the correct way is

    background-image: url(../images/gradient.jpeg);

     

    ID's are only used once on a page, eg for the header, content or footer of which there will only be one.

    Classes can be used many times, so they are for repeated content.

  3. I am trying to get a coda slida to work with 10 images instead of tabs and am having a lot of difficulty. I am an idiot when it come to developping, having taken 3 courses in PHP and flunking them all, so JS is like trying to understand Chinese to me.

     

    I have used 2 modifications of the same and can't get either to work.

    First I tried this one http://tenerifeb'>http://tenerifeb usinessinformation.com/sliders/trial.html

    based on the original Coda Slida

    http://www.ndoherty.biz/demos/coda-slider/1.1.1/

    But as the ul tags are generated by the js file, I have no idea how to get them onto 2 lines instead of spreading across the page.

     

    This one http://tenerifeb usinessinformation.com/sliders/trial2.html

    is based on this demo

    http://css-tricks.com/examples/FeaturedContentSlider/

    and while I managed to get the thumb images in place, I cannot get them to line up.

     

    Any help on either of both of these would be most welcome and greatly appreciated.

  4. You probably also have an internet provider who has a monopoly like we do here - ghastly Telefonica. They sell routers, but there is no customer service to speak of. I was also told that US routers do not work here, I ended up getting one from England.

  5. Have you checked on a MAC?

    In Safari and Firefox from About the flyout still has a border, in Conservation the flyout is on the left with several pixels of white space and the flyouts from it don't work because of the gap. Regions has double borders on each side. In Opera there some other weird things going on.

     

    I guess you must be working on it, it's changing as I refresh.

  6. Your menu and css are at the following link:

    http://180virtual.com/newseed_menu/index.html

     

    I have tested on Mac in Firefox 3.5, Safari and Opera and the border is no longer there from the top link hover nor from the right hand flyout "Conservation Partners". Even the Regions top link no longer has the border on hover.

    However I did not bother with the left side flyouts, in case you still tell me the whole does not work. :(

×
×
  • Create New...