Results 1 to 3 of 3

Thread: How to do CSS Popup Image Viewer

  1. #1
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation How to do CSS Popup Image Viewer

    I like this css code so much,

    http://www.dynamicdrive.com/style/cs...-image-viewer/

    but some how I can't make it work within my web page. So is there any one who can tell how to actually do the whole thing in DW. Do you paste the css code, and after that you paste the html code? And where do you paste the html code on the page? And do you rename the images within the html code with the one i want to display?

    Many, many thanks.

    b

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    How did you pasted it?..

    ..Basically CSS should be in the head section...in the <head> tag and HTML in the body section
    Code:
    <html>
    <head>
    <style type="text/css">
    /* css here {.......}*/
    </style>
    </head>
    <body>
    <!--HTML HERE-->
    </body>
    </html>
    ...Yes, you'll rename your image source to the image that you have
    ...If nothing still works, could you show us your codes...
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks rangana. i'll try that and let you know how did i go.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •