User Profile

Collapse

Profile Sidebar

Collapse
can2564
can2564
Last Activity: Oct 26 '07, 02:23 AM
Joined: Oct 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • can2564
    started a topic How to use image as link W/O new window

    How to use image as link W/O new window

    Hi
    My first page has an image as a link to the site.
    Works good enough but it opens a new window.

    Can I make it open in a new tab or the same window?

    [code=html]
    <div id="photo">
    <a href="main.html " target="_blank" >
    <img src="images/RecRm cp7.jpg" height="250px"/>
    </a>
    </div>
    [/c...
    See more | Go to post
    Last edited by numberwhun; Oct 26 '07, 03:51 AM. Reason: add code tags

  • can2564
    started a topic want to change background image size

    want to change background image size

    Hello,

    I have an image as a background in the style sheet. The image is big and I would like to make it smaller. Can I do that in the style sheet?
    I really don't have room to crop.

    This is the code:
    body
    {
    background-image:url('imag es/RecRm 1.jpg');
    background-attachment:fixe d;
    background-repeat:no-repeat;
    background-position:center left;
    background-color:#000;...
    See more | Go to post

  • can2564
    started a topic How do I...scroll paragraph

    How do I...scroll paragraph

    Help

    I found some code for scrolling images and now want to have a paragraph below each image that changes with each image... But not sure how.
    This is the scrolling code I'm using and it works, but now need to add a paragraph below or beside the images that will change with each image.


    Thanks
    Can

    <head>
    <script type="text/javascript">
    <!--...
    See more | Go to post

  • can2564
    started a topic Scrolling images with paragraph

    Scrolling images with paragraph

    Hi,
    I'm found a JS to have a series of scrolling images, and have it working.

    But I would like to add a paragraph below each image that also changes with each specific image.

    Can this be done?
    Below is the script.

    Thanks for your help
    Can

    [HTML]<head>
    <script type="text/javascript">
    <!--
    var image1=new Image()
    image1.src="ima ges/img4.jpg"...
    See more | Go to post
    Last edited by acoder; Oct 26 '07, 09:12 AM. Reason: Added code tags

  • can2564
    replied to IE7 not reading CSS sheet
    Hi I just got some new info about the browser that is being used...

    It's actually
    ie 6.0.2900.2180.x psp_sp2_gdr.050 301_1519

    So this is ie6 with service pack sp2 correct?
    Not sure if this makes a difference or not.

    Anyone know about this?
    Thanks...
    See more | Go to post

    Leave a comment:


  • can2564
    replied to IE7 not reading CSS sheet
    Could this be due to a high security setting?...
    See more | Go to post

    Leave a comment:


  • can2564
    started a topic IE7 not reading CSS sheet

    IE7 not reading CSS sheet

    I have a site that is not on a server yet, but I have it working on FF, ie7 & opera.
    I have open it with FF, ie7 and opera on several different computers.

    However, I opened it up on yet another computer with ie7 browser and it didn't read the style sheets.

    Is there some sort of version of ie7 that does this?

    This is what I'm doing: checking if ie7 if so using style sheet x if ont using style...
    See more | Go to post
No activity results to display
Show More
Working...