Search results

  1. F

    jQuery DIV only transistion

    I figured out how to do it. Just had to change to the name "container" (my DIV) in 3 places. Done! $(document).ready(function() { $(".container").css("display", "none"); $(".container").fadeIn(2000); $("a.transition").click(function(event){ event.preventDefault()...
  2. F

    jQuery DIV only transistion

    I am trying to get just the green DIV to transition (fade out / in). http://www.wbmdesign.com/jtrans/index.html http://www.wbmdesign.com/jtrans/css/main.css http://www.wbmdesign.com/jtrans/js/custom.js
  3. F

    jQuery DIV only transistion

    The code that I posted is directly from that site. I haven't changed anything. http://www.onextrapixel.com/2010/02/23/how-to-use-jquery-to-make-slick-page-transitions/ I am trying to do something like this where the top menu stays untouched, but the bottom part does the jQuery transition...
  4. F

    jQuery DIV only transistion

    So this demo that I found does an entire page transition. I'm trying to figure out how to apply the transition to just one DIV. http://www.onextrapixel.com/2010/02/23/how-to-use-jquery-to-make-slick-page-transitions/ In the custom.js file I tried replacing "body" with the name of my DIV but...
  5. F

    Sliding background images

    Thanks for the link!
  6. F

    Sliding background images

    Anyone have any links to code for sliding images like this site uses? Would it probably require jQuery? http://www.mountaingirlfitness.com/
  7. F

    Can you make entire contents of DIV a class?

    Looks like server side includes is the answer. I found this tutorial. I will test it out. http://freepages.computers.rootsweb.ancestry.com/~lostalbro/includes.html
  8. F

    Can you make entire contents of DIV a class?

    I see that "content" is a property option. The values to choose from are attr(x) close-quote counter(name) [a few more counter related values] icon inherit no-close-quote no-open-quote normal open-quote I see a lot of tutorials about changing link color. None about styling hyperlink URLs.
  9. F

    Can you make entire contents of DIV a class?

    Using CSS. Can you include text as part of a class?
  10. F

    Can you make entire contents of DIV a class?

    Let's say you have a repeating element like a footer with tons of text links at the end of every page. If I add a page to the site then I don't want to have to edit the footers on every single page. Would that be done with a compound class???
  11. F

    Looking to do transitions like this site

    I think people looking for web designers will be wowed by some of that transition stuff.
  12. F

    Looking to do transitions like this site

    Has anyone seen a tutorial on how to do image transitions like they have on http://www.zillow.com/ with a slight right to left movement at the end of the dissolve? I found this page http://css3.bradshawenterprises.com/cfimg/ which has the code for doing the transition but without the slight...
  13. F

    " or "

    I used Microsoft FrontPage for many years. Quotes are converted to " I see now that with Dreamweaver you can just uses quotes ("). I prefer quotes. Does it matter?
  14. F

    Why won't the QuickTime controller play

    mp4 and ogg are the supported movie file extensions. Not any of those.
  15. F

    Why won't the QuickTime controller play

    YouTube uses .flv don't they? I actually used savetube.com to grab my .flv file off YouTube using their compression. What is the file extension for html5 video do you use when exporting from After Effects?
  16. F

    Responsive websites

    What percentage of users are on mobile browsers? I just read that 13.2% of all unique visitors to the 40,000 websites that California-based Net Applications monitors for clients.
  17. F

    Responsive websites

    How much weight of importance do you give to having a responsive that accommodates iPhones? I don't like to compromise a site that works nicely on a full sized monitor and an iPad. I guess if someone really wants to cater to iPhones you could have a landing page with links to 2 or 3 sites.
  18. F

    Why won't the QuickTime controller play

    More people have Flash than QuickTime. For starters I'd upload .flv files. Then just have a text hyperlink to the QuickTime files. Then there shouldn't be any problems. No QuickTime scripts required.
  19. F

    What do I need to make a simple site to post my comics?

    WordPress and Joomla = content management systems -- not so much website editing programs. If you want something really simple that doesn't have the learning curve of Dreamweaver then there's always FrontPage. It's 10 years old but easy to rip together an HTML site from scratch quickly.
  20. F

    Center Spry Menu Bar

    I am trying to center a spry menu inside a DIV. I've got the DIV's margin left auto and margin right auto, but the spry menu keeps aligning to the left. I probably need to be changing something in the Spry Menu Bar .css file..... @charset "UTF-8"; ul.MenuBarHorizontal { padding: 0...
Top