www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > HTML

    HTML Discussion and technical support for building, using and deploying HTML sites.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 03-05-2003, 05:08 AM
    dennic dennic is offline
    Registered User
     
    Join Date: Feb 2003
    Location: Sydney
    Posts: 193
    resizing images again!

    hi

    i submitted this question before but was unable to find the correct answer can someone please help me??

    when my page is viewed on a screen that is minised, the images can go over the top of the text. i need it so the images never overlap anything.

    web address

    www.capricornstone.com.au

    here is the code

    <html>

    <head>
    <link rel="stylesheet" type="text/css" href="stylesheet2.css">
    <title>Capricorn Stone - Sandstone</title>

    <style type="text/css">
    <!--
    img {border:0px}
    -->
    </style>

    <style>

    #sandstone {position: absolute; left:318px; top:23px}
    #capbuff1 {position: absolute; left:40px; top:188px}
    #capbuff2 {position: absolute; right:50px; top:188px}
    #capbuff3 {position: absolute; left:310px; top:188px}
    #capbufftext {position: absolute; right:260px; top:368px}
    #photoA {position: absolute; left:30px; top:450px}
    #photoB {position: absolute; right:40px; top:450px}
    #heritageRose {position: absolute; left:320px; top:450px}
    #heritagetext {position: absolute; left:240px; top:630px}
    #yellow1 {position: absolute; right:50px; top:712px}
    #yellow2 {position: absolute; left:50px; top:712px}
    #yellowtext {position: absolute; right:240px; top:765px}
    #photoF {position: absolute; right:50px; top:924px}
    #photoH {position: absolute; left:50px; top:924px}
    #browntext {position: absolute; right:260px; top:977px}
    #photoG {position: absolute; right:200px; top:1120px}
    #photoGtext {position: absolute; left:140px; top:1210px}
    #footer {position: absolute; left:151px; top:1400px}

    </style>

    </head>

    <body>

    <br>
    <br>
    <br>
    <br>

    <center>
    Below are examples of our quarry, colours and finished product.
    </center>

    <div id="sandstone">
    <h2>Sandstone</h2>
    </div>

    <!--Capricorn Buff-->

    <div id="capbufftext">

    <!--Table 2-->

    <table>

    <tr>
    <td>Colour:
    <td><b>Capricorn Buff</b>
    </tr>

    <tr>
    <td>Material Type:
    <td><select id="materials">
    <option>Blocks</option>
    <option>Billets</option>
    <option>Slabs</option>
    <option>Paving</option>
    <option>Ashlar Walling</option>
    <option>Pool Surrounds</option>
    <option>Housing Construction</option>
    <option>Hydrasplit</option>
    <option>Rockfaced Finish</option>
    <option>Diamond Sawn Finish</option>
    <option>Gang Sawn Finish</option>
    <option>Bullnosed Finish</option>
    <option>Pier Caps</option>
    <option>Fireplaces / Hearths</option>
    <option>Decorative and Moulded Work</option>
    <option>Sawn to Size Modules</option>
    <option>Crazy Paving</option>
    <option>Ballast Walls</option>
    <option>Others</option>
    </tr>

    </table>

    </div>

    <!--End of table-->

    <div id="capbuff1">
    <img src="images/photo1.gif" width=210 height=140 >
    </div>

    <div id="capbuff2">
    <img src="images/photo2.gif" width=233 height=140 >
    </div>

    <div id="capbuff3">
    <img src="images/photo3.gif" width=145 height=120 >
    </div>

    <!--Heritage Rose-->

    <!--Table -->

    <div id="heritagetext">

    <table>

    <tr>
    <td>Colour:
    <td><b>Heritage Rose</b>
    </tr>

    <tr>
    <td>Material Type:
    <td><select id="materials">
    <option>Blocks</option>
    <option>Billets</option>
    <option>Slabs</option>
    <option>Paving</option>
    <option>Ashlar Walling</option>
    <option>Pool Surrounds</option>
    <option>Housing Construction</option>
    <option>Hydrasplit</option>
    <option>Rockfaced Finish</option>
    <option>Diamond Sawn Finish</option>
    <option>Gang Sawn Finish</option>
    <option>Bullnosed Finish</option>
    <option>Pier Caps</option>
    <option>Fireplaces / Hearths</option>
    <option>Decorative and Moulded Work</option>
    <option>Sawn to Size Modules</option>
    <option>Crazy Paving</option>
    <option>Ballast Walls</option>
    <option>Others</option>
    </tr>

    </table>

    <!--End of table-->

    </div>

    <div id="photoA">
    <img src="images/photoA.gif" width=230 height=143 >
    </div>

    <div id="heritageRose">
    <img src="images/heritage11a.gif" width=150 height=122 >
    </div>

    <div id="photoB">
    <img src="images/photoB.gif" width=220 height=143 >
    </div>

    <!--Yellow Banded-->

    <div id="yellowtext">

    <!--Table-->

    <table>

    <tr>
    <td>Colour:
    <td><b>Yellow Banded</b>
    </tr>

    <tr>
    <td>Material Type:
    <td><select id="materials">
    <option>Blocks</option>
    <option>Billets</option>
    <option>Slabs</option>
    <option>Paving</option>
    <option>Ashlar Walling</option>
    <option>Pool Surrounds</option>
    <option>Housing Construction</option>
    <option>Hydrasplit</option>
    <option>Rockfaced Finish</option>
    <option>Diamond Sawn Finish</option>
    <option>Gang Sawn Finish</option>
    <option>Bullnosed Finish</option>
    <option>Pier Caps</option>
    <option>Fireplaces / Hearths</option>
    <option>Decorative and Moulded Work</option>
    <option>Sawn to Size Modules</option>
    <option>Crazy Paving</option>
    <option>Ballast Walls</option>
    <option>Others</option>
    </tr>


    </table>

    <!--End of table-->

    </div>

    <div id="yellow1">
    <img src="images/yellow18a.gif" width=141 height=163 >
    </div>

    <div id="yellow2">
    <img src="images/brown15a.gif" width=141 height=163 >
    </div>


    <!--Brown Banded-->

    <div id="browntext">

    <!--Table-->

    <table>

    <tr>
    <td>Colour:
    <td><b>Brown Banded</b>
    </tr>

    <tr>
    <td>Material Type:
    <td><select id="materials">
    <option>Blocks</option>
    <option>Billets</option>
    <option>Slabs</option>
    <option>Paving</option>
    <option>Ashlar Walling</option>
    <option>Pool Surrounds</option>
    <option>Housing Construction</option>
    <option>Hydrasplit</option>
    <option>Rockfaced Finish</option>
    <option>Diamond Sawn Finish</option>
    <option>Gang Sawn Finish</option>
    <option>Bullnosed Finish</option>
    <option>Pier Caps</option>
    <option>Fireplaces / Hearths</option>
    <option>Decorative and Moulded Work</option>
    <option>Sawn to Size Modules</option>
    <option>Crazy Paving</option>
    <option>Ballast Walls</option>
    <option>Others</option>
    </tr>


    </table>

    <!--End of table-->

    </div>

    <div id="photoF">
    <img src="images/photoF.gif" width=141 height=163 >
    </div>

    <div id="photoH">
    <img src="images/photoH.gif" width=141 height=163 >
    </div>

    <!--Sunset-->

    <div id="photoGtext">

    <!--Table 6-->

    <table>

    <tr>
    <td><b>Test Reports Available</b>

    </tr>

    </table>

    <!--End of table 6-->

    </div>

    <div id="PhotoG">
    <img src="images/photoG.gif">
    </div>

    <!--Footer-->

    <div id="footer">

    <CENTER>
    <font size="-1">
    Copyright &#174 Capricorn Sandstone. All Rights Reserved. This site was designed by <A HREF="http://www.dennic.com.au">Dennic.</a>
    <br>
    <br>
    [<a href="main.html"> Home</a>
    |<A HREF="sandstone.html"> Sandstone</a>
    |<A HREF="quotes.html">Quotes</a>
    |<A HREF="testimonials.html"> Testimonials</a>
    |<A HREF="contact.html"> Contact Us </A>
    ]
    </div>


    </body>

    </html>
    Reply With Quote
      #2  
    Old 03-06-2003, 06:28 AM
    Klyve1's Avatar
    Klyve1 Klyve1 is offline
    Webchap
     
    Join Date: Nov 2002
    Location: Hove, UK
    Posts: 161
    It doesn't do that for me?
    Reply With Quote
      #3  
    Old 03-06-2003, 06:13 PM
    boojum boojum is offline
    Registered User
     
    Join Date: Feb 2003
    Posts: 81
    set your images to a negative z-index
    Reply With Quote
      #4  
    Old 03-08-2003, 05:05 PM
    dennic dennic is offline
    Registered User
     
    Join Date: Feb 2003
    Location: Sydney
    Posts: 193
    can you please give me an example with some code of how i set my images to a z-index
    Reply With Quote
      #5  
    Old 03-08-2003, 05:20 PM
    khalidali63's Avatar
    khalidali63 khalidali63 is offline
    Registered User
     
    Join Date: Dec 2002
    Location: Calgary, Canada
    Posts: 2,654
    in all the images put a style attribute.

    style="z-index:1;" and so on..

    Cheers

    Khalid
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 12:05 PM.



    Acceptable Use Policy


    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.