Coding help?

I am relatively new to web design and I just developed
www.paintingbydarlene.com for a friend and on some monitors it shows up correctly, but on wider screens, the header, links, text, etc all show up to the left of the grey box and I'm not sure what I need to do in my code to make it align properly within all monitors. Here is my code, does anyone have any suggestion?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Painting by Darlene - Interior and Exterior Painting, Chesapeake, Virginia</title>
<!-- TemplateEndEditable -->
<style type="text/css">
body {
background-image: url(blue_and_yellow_stripes2.jpg);
#apDiv1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 87px;
top: 71px;
#apDiv2 {
position:absolute;
width:200px;
height:58px;
z-index:0;
left: 78px;
top: 36px;
#apDiv2 {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
#apDiv3 {
position:absolute;
width:522px;
height:8px;
z-index:3;
left: 97px;
top: 217px;
#apDiv4 {
position:absolute;
width:65px;
height:20px;
z-index:4;
left: 322px;
top: 238px;
#apDiv5 {
position:absolute;
width:40px;
height:115px;
z-index:4;
left: 255px;
top: 31px;
#apDiv6 {
position:absolute;
width:83px;
height:45px;
z-index:5;
left: 758px;
top: 238px;
#apDiv7 {
position:absolute;
width:80px;
height:30px;
z-index:5;
left: 141px;
top: 238px;
a {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 24px;
color: #7FA2C8;
a:visited {
color: #7FA2C8;
text-decoration: none;
a:hover {
color: #5C7FBF;
text-decoration: underline;
a:active {
color: #7FA2C8;
text-decoration: none;
a:link {
text-decoration: none;
#apDiv8 {
position:absolute;
width:77px;
height:27px;
z-index:4;
left: 619px;
top: 238px;
#apDiv9 {
position:absolute;
width:83px;
height:10px;
z-index:5;
left: 477px;
top: 238px;
#apDiv10 { position:absolute;
width:83px;
height:45px;
z-index:5;
left: 449px;
top: 238px;
#apDiv11 {
position:absolute;
width:579px;
height:48px;
z-index:6;
left: 289px;
top: 176px;
#apDiv12 {
position:absolute;
width:414px;
height:115px;
z-index:7;
left: 172px;
top: 307px;
body,td,th {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14px;
#apDiv13 {
position:absolute;
width:200px;
height:115px;
z-index:8;
left: 144px;
top: 307px;
#apDiv {
position:absolute;
width:357px;
height:231px;
z-index:5;
left: 535px;
top: 308px;
#apDiv14 { position:absolute;
width:74px;
height:25px;
z-index:8;
left: 406px;
top: 643px;
</style>
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>
<body>
<center>
<img src="body.png" width="920" height="693" />
<div id="apDiv12">
  <p><div align="left"><font size="5">Contact Us: </font>
    </p>
  <p>757-485-8694   (Main line)<br />
    757-761-3432   (Cell)</p>
  <p>Address:<br />
    2001   S. River Dr<br />
    Chesapeake VA 23322</p>
<p>Email: <a href="mailto:[email protected]"><font size="+0">[email protected]</font></a></p>
</div></div>
<div id="apDiv2">
  <h2><img src="header.png" width="816" height="280" /></h2>
</div>
<div id="apDiv8"><a href="services.html">Services</a></div>
<div id="apDiv6"><a href="contact.html">Contact</a></div>
<div id="apDiv9"><a href="about.html">About</a></div>
<div id="apDiv4"><a href="portfolio.html">Portfolio</a></div>
<div id="apDiv11">
  <p> | 2001   S. River Dr, Chesapeake VA 23322 |757-485-8694    |</p>
</div>
<div id="apDiv7"><a href="index.html">Home</a></div>
<div id="apDiv">
  <form action="FormToEmail.php" method="post" name="ContactForm" id="ContactForm">
    <p>
      <label>Name:</label>
      <br />
      <input name="name" type="text" id="name" />
      <br />
      <br />
      <label>Phone Number:</label>
      <br />
      <input name="number" type="text" id="number" />
      <br />
      <br />
      <label>E-mail:</label>
      <br />
      <input name="email" type="text" id="email" />
      <br />
      <br />
      <label>Service Request:</label>
      <br />
      <textarea name="comments" id="comments"></textarea>
    </p>
    <p>
      <input type="submit" name="Submit" id="Submit" value="Submit" />
    </p>
  </form>
</div>
<div id="apDiv14">
  <center>
    <a href="http://www.facebook.com/profile.php?id=1416524820&amp;ref=ts"><img src="facebook.png" alt="" width="150" height="44" /></a>
  </center>
</div>
</body>
</html>

I didn't write the code, that's just what Dreamweave did while I was putting the peices in.
Drag & Drop methods don't work well in DW.  It's not a graphics application.
Is there a suggestion as to what to change those div layers to instead of absolute?
Best practice is to use default (static) CSS positioning (which is no positioning at all).
Learn to use Margins, Padding and Floats to align elements on the page.
     Learn CSS positioning in 10 Steps
     http://www.barelyfitz.com/screencast/html-training/css/positioning/
Also remove height property from containers with text in them as this is a limitation in all browsers except IE.  If content or text size exceeds available height, text has nowhere to go.  If required to reveal a background image for example, use min-height.
     HTML & CSS Tutorials - http://w3schools.com/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • AS 2.0 to AS 3.0 coding help!

    im  new to flash and all this, so can someone please translate this code to AS3.0 coding, before i kill myself
    _root.onEnterFrame = function ()
    if (_root.mouseX<50){
    imgBar.prevFrame();
    imgBar.prevFrame();
    if (MovieClip(root).mouseX<550){
    imgBar.nextFrame();
    imgBar.nextFrame();
    I know i have to change _root with MovieClip(root) but after that im just stuck  help please. thy!

    if, when your mouseX is less than 50, you want imgBar to move to its previous frame use:
    imgBar.addEventListener(Event.ENTER_FRAME,onEnterFrame)
    function onEnterFrame()
    if (MovieClip(root).mouseX<50){
    imgBar.prevFrame();
    } else {
    imgBar.nextFrame();

  • ECR/ECO Authorization on system statuses - Coding help requested

    HI PLM Gurus,
    Unfortunately ( or that ,,,Iam not aware of)There is no SAP standard Authorization object to control a user setting a particular system status in ECR/ECO. This means by SAP's standard functionality any user who is authorized  with authorization objects  ECM_REQ and ECM_ORD  in their role  and all activities allowed, can set any statuses in ECR /ECO.
    But typical business requirment in any change management requires the control status wise and so do we have one.
    We knew this can be achieved by a custom authorization object. We have created a manual object  but need help with coding to get the current status of the object for matching the authorization (allowed) values .
    Any help is appreciated.
    Thanks,
    Satya

    Thanks Pranav,
    Just to clarify ,I knew about the exit  and  Iam using the same exit, I was trying to get help on the coding part . Identifying Exit is not a problem .( we have used this exit a number of times for different requirements in ECM, like checking the lab/office field for an object before setting a system status , defaulting a  new version of document  etc)
    Update : Got a parameter ( a dynamic field value)which helped us code very easily
    ,,,,Can share with you .
    For system level authorization checks ,one can use Digital signatures and this might be the reason for not having(SAP not providing) a standard authorization object for "system status check "in Standard SAP ECM Authorizations.
    Thanks a bunch for the response.
    Rgds,
    Satya.

  • Coding Help Needed

    My problem is this...
    On our website, viewers have an option to view anonymously or
    sign in for better functionality.
    If they choose to sign in, I want them to be able to return
    to the page they were just on.
    Is there a simple way to do that in the PHP coding?

    Simple:
    So you have your page that does something:
    Inserts into database or just posts to a specific page and
    point it to
    "redirect.php"
    Now you have a page called redirect.php
    In there you add the code of the page it needs to go to.
    <?php
    header('Location: index.php');
    ?>
    So if you came from index.php then your code in redirect.php
    would read:
    <?php
    header('Location: index.php');
    ?>
    Problem solved.
    "Les_S" <[email protected]> wrote in message
    news:ff2e4f$6fn$[email protected]..
    > That didn't seem to work.
    >
    > Here is what I have working now....
    >
    >
    > if (isset($_POST['username'])) {
    > $loginUsername=$_POST['username'];
    > $password=$_POST['password'];
    > $MM_fldUserAuthorization = "";
    > $MM_redirectLoginSuccess = "
    http://www.mysite.com/success.php";
    <---
    > this
    > line is what I would like to change.
    > $MM_redirectLoginFailed = $_SERVER['HTTP_REFERER'];
    <-- hopefully to
    > something similar to this.
    > $MM_redirecttoReferrer = false;
    >
    > Using the code method from your reply, the page did not
    load at all.
    >
    > Any other ideas?
    >
    > Please help.
    >
    >

  • Coding help reqd

    Hi friends,
    In MIGO, and Qty field ERFMG...i want to put a coding check that it should display a message as "Quantity should be minimum of 10% less and maximum of 20% high only",whenever the user tries to change the value of the field(existing value from the order #).
    the field is cs_goitem-erfmg....
    FYI.
    I know the badi implementation and assinged it also.the coding part is not coming perfectly what i needed.
    Pls do reply, if anyone have sample code or have solutions how to declare it.
    thanks & regards
    sankar.

    Hi Sankar,
    Please post your coding and explain what "is not coming perfectly" and we might be able to help you.
    Regards,
    John.

  • Coding help please - changing image using links

    Hi there,
    I wonder if anyone could help me? I'm designing a website at
    the moment, but being a traditional print designer, I'm finding it
    quite difficult to get use to the coding at first. What I have is a
    page (which is shown in the link below with what i'm after) with
    six links, some text and a default image which I want the user to
    be able to click on the 'linked text' and change the main image so
    if 1.jpg was the main image, when they click 'cover 2' they get
    2.jpg and so on in the same frame that the main image is kept in.
    I've tried some javascript code I found on another help site
    but it just messes the frames up and only seems to work if the code
    is as one rather than pasted in my pages code?
    Please, please, please can someone help as it's driving me
    mad and the boss is getting closer to the room :-)
    Below is a screenshot of my page and written in red on it is
    the various bits I need to work out with your help.
    [IMG]http://i7.photobucket.com/albums/y254/080780/help.jpg[/IMG]
    http://i7.photobucket.com/albums/y254/080780/help.jpg

    Select a link, and apply a DW Image Swap behavior to swap the
    main image to
    the one desired. Do not use the automatic restore.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Gavin Wood" <[email protected]> wrote in
    message
    news:fhegg8$o4s$[email protected]..
    > Hi there,
    >
    > I wonder if anyone could help me? I'm designing a
    website at the moment,
    > but
    > being a traditional print designer, I'm finding it quite
    difficult to get
    > use
    > to the coding at first. What I have is a page (which is
    shown in the link
    > below
    > with what i'm after) with six links, some text and a
    default image which I
    > want
    > the user to be able to click on the 'linked text' and
    change the main
    > image so
    > if 1.jpg was the main image, when they click 'cover 2'
    they get 2.jpg and
    > so on
    > in the same frame that the main image is kept in.
    >
    > I've tried some javascript code I found on another help
    site but it just
    > messes the frames up and only seems to work if the code
    is as one rather
    > than
    > pasted in my pages code?
    >
    > Please, please, please can someone help as it's driving
    me mad and the
    > boss is
    > getting closer to the room :-)
    >
    > Below is a screenshot of my page and written in red on
    it is the various
    > bits
    > I need to work out with your help.
    >
    >
    [IMG]http://i7.photobucket.com/albums/y254/080780/help.jpg[/IMG]
    > http://i7.photobucket.com/albums/y254/080780/help.jpg
    >
    >
    >

  • Javascript Coding Help: Checkbox

    I am not familiar with coding except to say that I know what the possibilities are. I work for a small business and I need help adding a javascript code to a writeable PDF form we are using in Adobe Acrobat Pro.
    If a check box (Checkbox1) is clicked then I would like this text (PAID IN FULL) to appear in a text box named (Paid In Full1). If the check box is not clicked then the text box remains empty.
    Can someone help write this code for me?
    Thank you for your time and patience.

    You can use something like this as the text field custom calculation script, then:
    event.value = this.getField("Checkbox1").value=="Off" ? "" : "PAID IN FULL";

  • Coding help reqd for BADI

    HI Friends,
    Im working on MB_MIGO_BADI object for MType: 261.Here, im facing a problem to call a info msg with coding effect.i.e, I've to give a conditional message says that if the user tries to change the quantity (changing the existing/available in the field text of MIGO), then it'll give a window pop-up message or info msg like "Quantity should not be changed". Pls reply ur post how to fix this.
    The fields are
    1) cs_goitem-bwart " MType
    2) cs_goitem-erfmg "Quantity
    Note: A) It'll be applied only for MType:261.
              B) Pls advise, Here, shall I declare the export and import memory id concept?
    FYI
    ******Below is the coding part declared inside the method function.
    method IF_EX_MB_MIGO_BADI~LINE_MODIFY.
    if cs_goitem-bwart eq '261'.
    *cs_goitem-erfmg is not initial and
    *call function 'CUSTOMIZED_MESSAGE'
    *exporting
    Message i006(zmsg).
    endif.
    endmethod.
    Above, it helps only showing the info msg while entering the mtype: 261.But i need to display it only if the cursor comes into Qty (ERFMG) field. Pls advise me how to fix with ur coding example.
    mail me:[email protected]

    Posted newly since one of the issue got solved.
    thanks

  • Socket private chat coding help!!!

    any one get the private chat coding in TCP/IP(socket connection). I have coding the chat program that can public chat but the private chat get problem.
    anyone get the private chat tutorial and comment.....pls help me....
    hong

    Try searching around with Google. There are millions of chat programs all over the net with source.

  • XSLT coding help

    Hi,
    XSLT Code.
    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ns0="http://peoplesoft.com/APC_WORKER2_CI" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
         <xsl:template match="/">
              <ns1:Z_HPA_357_PROVISION_USER_IMS.Response xmlns:ns1="urn:sap-com:document:sap:rfc:functions">
                   <SUCCESS>
                        <xsl:value-of select="soap:Envelope/ soap:Body/ Create__CompIntfc__APC_WORKER2_CIResponse/ notification"/>
                   </SUCCESS>
    ----pseudo code starts-------------
    if SUCCESS eq 1,
    then move "Y" to SUCCESS.
    elseif SUCCESS eq 0,
    then move "N" to SUCCESS
    ----pseudo code ends-------------
              </ns1:Z_HPA_357_PROVISION_USER_IMS.Response>
         </xsl:template>
    </xsl:stylesheet>
    Could someone help to put the  pseudo code in XSLT syntax.
    Thanks,
    -santosh
    Edited by: santosh koraddi on Mar 24, 2011 1:23 AM

    Below is the solution......
    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ns0="http://peoplesoft.com/APC_WORKER2_CI" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
         <xsl:template match="/">
              <ns1:Z_HPA_357_PROVISION_USER_IMS.Response xmlns:ns1="urn:sap-com:document:sap:rfc:functions">
                   <SUCCESS>
    <xsl:choose>
              <xsl:when test = "soap:Envelope/ soap:Body/ Create__CompIntfc__APC_WORKER2_CIResponse/ notification  = 1">
          <SUCCESS>Y</SUCCESS>
              </xsl:when>
              <xsl:when test = "soap:Envelope/ soap:Body/ Create__CompIntfc__APC_WORKER2_CIResponse/ notification =  0">
          <SUCCESS>N</SUCCESS>
              </xsl:when>
         </xsl:choose>                    
                   </SUCCESS>
              </ns1:Z_HPA_357_PROVISION_USER_IMS.Response>
         </xsl:template>
    </xsl:stylesheet>

  • Coding help...not wanting name input

    Hi, ive been working on this ongoing program, adding little here and there. And i finally got it to stop working when stop is entered into the name selection. But while im in the second loop of "does not equal stop" it dispays the print System.out.print("Please enter the employees name"); but does not wait for me to enter the name and jumps to the next step. I have tried to make the second while loop variable "name" different then the first loop but that didnt work. If you can please help me that would be greatly appreciated.
    import java.util.Scanner;
    public class WeeklyPay
    public static void main(String[] args)
    Scanner input= new Scanner (System.in);
    double rate;
    double hours;
    double weekly;
    String name;
    String stop;
    String name2;
    System.out.println("Hello!"); //Welcome Text
    System.out.println("This program computes an employees weekly pay"); //Explains what its for
    System.out.print("Please enter the employees name:"); //Asks for employees name
    name = input.nextLine(); //Saves next input as name
    if( ! (name.equalsIgnoreCase("stop")) )
    System.out.print("Please enter the hourly rate of the employeee:"); //Asks for hourly rate
    hours = input.nextDouble(); //Saves next input as hours
    System.out.print("Please enter the number of hours the employee works a week:"); //Asks for number of hours worked in a week
    rate = input.nextDouble(); //Saves number of hours a week
    weekly = rate*hours; //Computes weekly pay
    System.out.printf("The employee:%s\n", name); //Displays Employees name
    System.out.printf("Weekly pay : $%6.2f%n", weekly); //Displays weekly pay
    while( ! (name.equalsIgnoreCase("stop")) )
    System.out.println("Please enter the employees name:"); //Asks for employees name
    name2 = input.nextLine(); //Saves next input as name
    System.out.print("Please enter the hourly rate of the employeee:"); //Asks for hourly rate
    hours = input.nextDouble(); //Saves next input as hours
    System.out.print("Please enter the number of hours the employee works a week:"); //Asks for number of hours worked in a week
    rate = input.nextDouble(); //Saves number of hours a week
    weekly = rate*hours; //Computes weekly pay
    System.out.printf("The employee:%s\n", name2); //Displays Employees name
    System.out.printf("Weekly pay : $%6.2f%n", weekly); //Displays weekly pay
    System.out.println("Program has been terminated"); //Program will terminate
    }

    test
    import java.util.Scanner;
    public class WeeklyPay 
        public static void main(String[] args)
            Scanner input= new Scanner (System.in);
            double rate;
            double hours;
            double weekly;
            String name;
            String stop;
            String name2;
            System.out.println("Hello!"); //Welcome Text
            System.out.println("This program computes an employees weekly pay"); //Explains what its for   
            System.out.print("Please enter the employees name:"); //Asks for employees name
            name = input.nextLine(); //Saves next input as name
            if( ! (name.equalsIgnoreCase("stop")) )
            System.out.print("Please enter the hourly rate of the employeee:");  //Asks for hourly rate
            hours = input.nextDouble(); //Saves next input as hours
            System.out.print("Please enter the number of hours the employee works a week:"); //Asks for number of hours worked in a week
            rate = input.nextDouble();  //Saves number of hours a week
            weekly = rate*hours; //Computes weekly pay
            System.out.printf("The employee:%s\n", name); //Displays Employees name
            System.out.printf("Weekly pay : $%6.2f%n", weekly); //Displays weekly pay
            while( ! (name.equalsIgnoreCase("stop")) )
            System.out.println("Please enter the employees name:"); //Asks for employees name
            name2 = input.nextLine(); //Saves next input as name   
            System.out.print("Please enter the hourly rate of the employeee:");  //Asks for hourly rate
            hours = input.nextDouble(); //Saves next input as hours
            System.out.print("Please enter the number of hours the employee works a week:"); //Asks for number of hours worked in a week
            rate = input.nextDouble();  //Saves number of hours a week
            weekly = rate*hours; //Computes weekly pay
            System.out.printf("The employee:%s\n", name2); //Displays Employees name
            System.out.printf("Weekly pay : $%6.2f%n", weekly); //Displays weekly pay
            System.out.println("Program has been terminated"); //Program will terminate
    }Edited by: Broodwich on Oct 10, 2008 8:00 AM

  • ABAP Coding Help for Subtotal type output - SAP Query

    I've created a SAP Query to display a stock overview by storage type using the table LQUA.
    The output that I get is:
    Material
    Description
    Plant
    WHN
    SLOC
    Storage Type
    Batch
    GR Date
    Available stock
    2057 
    STRAWBERRIES
    BP01
    100
    0088
    200
    0001081766
    17.06.2014
    225
    2057
    STRAWBERRIES
    BP01
    100
    0088
    200
    0001081766
    17.06.2014
    720
    2061
    VOSTIZZA CURRANTS
    BP01
    100
    0088
    200
    0001081272
    17.06.2014
    1,000
    2061
    VOSTIZZA CURRANTS
    BP01
    100
    0088
    200
    0001081272
    17.06.2014
    1,000
    2061
    VOSTIZZA CURRANTS
    BP01
    100
    0088
    200
    0001081272
    17.06.2014
    1,000
    2061
    VOSTIZZA CURRANTS
    BP01
    100
    0088
    200
    0001081272
    17.06.2014
    1,000
    I can get a subtotal for each Material, batch and GR date combination by using the ALV grid functionality.
    This method adds too much clutter to my query and can't be easily manipulated in Excel afterwards for what I want. I want to condense the results down and just keep a cumulated available stock, e.g:
    Material
    Description
    Plant
    WHN
    SLOC
    Storage Type
    Batch
    GR Date
    Available stock
    2057 
    STRAWBERRIES     
    BP01
    100
    0088
    200
    0001081766
    17.06.2014
    945
    2061
    VOSTIZZA CURRANTS
    BP01
    100
    0088
    200
    0001081272
    17.06.2014
    4,000
    How can this be done?

    Hi,
    Please try to use STATISTICS in your SAP Query. you can sort and add your value based on condiiton then it will be show you collect value in SQ01.
    Please see the below documents for STATISTICS
    https://help.sap.com/saphelp_erp2004/helpdata/en/d2/cb4263455611d189710000e8322d00/content.htm
    Regards,
    Prasenjit Mishra

  • CSS Scroll Bar coding help

    Yes, another plea for help!! I am hoping somebody can review
    the links below and reply to this post with the code that I need,
    together with some guidance on where to place it in my site. I
    don't have the time to trawl the web for clues, so if someone is
    able to help, I will return the favour by bestowing on you a
    lifetime of good karma !
    This is the scroll bar I want (shortened to 100px high):
    http://www.bvn.com.au/projects/ballarat_learning_exchange.html?OpenDocument&idx=Type&pcat= Public^Buildings&tpl=ext
    This is the page I want to add it to:
    http://www.atlantisdesign.com.au/projectsParliamentaryTri01.html

    How about this?
    http://www.projectseven.com/products/tools/vscroller/vs1.htm
    Al Sparber - PVII
    http://www.projectseven.com
    Fully Automated Menu Systems | Galleries | Widgets
    http://www.projectseven.com/go/Elevators
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:g1190t$547$[email protected]..
    > It's always a bad idea for this and other reasons. I
    wouldn't waste a
    > second trying to implement cheesy stuff like this.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "Dooza" <[email protected]> wrote in message
    > news:g116d2$25r$[email protected]..
    >> (_seb_) wrote:
    >>> sparky030405 wrote:
    >>>> Yes, another plea for help!! I am hoping
    somebody can review the links
    >>>> below and reply to this post with the code
    that I need, together with
    >>>> some guidance on where to place it in my
    site. I don't have the time to
    >>>> trawl the web for clues, so if someone is
    able to help, I will return
    >>>> the favour by bestowing on you a lifetime of
    good karma !
    >>>> This is the scroll bar I want (shortened to
    100px high):
    >>>>
    >>>>
    http://www.bvn.com.au/projects/ballarat_learning_exchange.html?OpenDocument&idx=
    >>>> Type&pcat=Public^Buildings&tpl=ext
    >>>> This is the page I want to add it to:
    >>>>
    http://www.atlantisdesign.com.au/projectsParliamentaryTri01.html
    >>>>
    >>>>
    >>>>
    >>>
    >>>
    http://youngpup.net/projects/2027/
    >>
    >> Whilst thats a neat trick that I have never seen
    before, if you turn off
    >> Javascript then you can't access the rest of the
    text.
    >>
    >> Steve
    >

  • Sql Coding Help

    Hello All,
    I need help on getting the sql code.
    Here is how the example data is laid out in my data table called example.
    name     age     favorite colors
    john doe     15     red:blue:green
    Notice how the data is in column "favorite colors" they are set values selected from a multiple list.
    I need the sql to get it to display like this.
    name     age     favorite colors
    john doe     15     red
    john doe     15     blue
    john doe     15     green
    thanks

    >
    Here is how the example data is laid out in my data table called example.
    name age favorite colors
    john doe 15 red:blue:green
    Notice how the data is in column "favorite colors" they are set values selected from a multiple list.
    I need the sql to get it to display like this.
    name age favorite colors
    john doe 15 red
    john doe 15 blue
    john doe 15 green
    >
    Storing data in a denormalized form like this usually leads to trouble. Rather than getting into complex programmatic solutions simply to retrieve data, why not use a properly normalized data model that eliminates the problem?
    SQL> create sequence subject_seq;
    Sequence created.
    SQL> create sequence color_seq;
    Sequence created.
    SQL> create table subjects (
      2        subject_id    integer          primary key
      3    , subject_name  varchar2(30)  not null
      4    , age            number(3, 0)  not null);
    Table created.
    SQL> create table colors (
      2        color_id    integer        primary key
      3    , color_name  varchar2(20)  not null,
      4    constraint color_name_uk unique (color_name));
    Table created.
    SQL> create table favorite_colors (
      2        subject_id  integer   not null references subjects
      3    , color_id    integer   not null references colors,
      4    constraint fav_color_pk primary key (
      5          subject_id
      6        , color_id))
      7  organization index;
    Table created.
    SQL> create index fav_color_ix2 on favorite_colors (
      2        color_id
      3    , subject_id);
    Index created.Deal with complexity&mdash;like processing multi-value select lists&mdash;in the bits of the application that lend themselves to it: PL/SQL processes; DB packages etc, using features like the aforementioned <tt>apex_util.string_to_table</tt>:
    SQL> declare
      2 
      3    l_sub_id     subjects.subject_id%type;
      4 
      5    procedure process_fav_colors (
      6          p_subject_id  in subjects.subject_id%type
      7        , p_colors_str  in varchar2)
      8    is
      9 
    10        l_fav_colors  apex_application_global.vc_arr2;
    11 
    12    begin
    13 
    14        l_fav_colors := apex_util.string_to_table(p_colors_str);
    15 
    16        delete favorite_colors
    17        where subject_id = p_subject_id;
    18 
    19        forall i in l_fav_colors.first()..l_fav_colors.last()
    20          insert into favorite_colors
    21            (subject_id, color_id)
    22          select
    23                 p_subject_id
    24               , col.color_id
    25          from
    26                 colors col
    27          where
    28                 col.color_name = l_fav_colors(i);
    29 
    30    end process_fav_colors;
    31 
    32  begin
    33 
    34    insert into colors values (color_seq.nextval, 'red');
    35    insert into colors values (color_seq.nextval, 'green');
    36    insert into colors values (color_seq.nextval, 'blue');
    37    insert into colors values (color_seq.nextval, 'rose');
    38    insert into colors values (color_seq.nextval, 'black');
    39    insert into colors values (color_seq.nextval, 'white');
    40 
    41    insert into subjects
    42        (subject_id, subject_name, age)
    43    values
    44        (subject_seq.nextval, 'john doe', 15)
    45    returning
    46        subject_id into l_sub_id;
    47 
    48    process_fav_colors(l_sub_id, 'red:green:blue');
    49 
    50    insert into subjects
    51        (subject_id, subject_name, age)
    52    values
    53        (subject_seq.nextval, 'man ray', 86)
    54    returning
    55        subject_id into l_sub_id;
    56 
    57    process_fav_colors(l_sub_id, 'black:white');
    58 
    59    insert into subjects
    60        (subject_id, subject_name, age)
    61    values
    62        (subject_seq.nextval, 'pablo picasso', 91)
    63    returning
    64        subject_id into l_sub_id;
    65 
    66    process_fav_colors(l_sub_id, 'blue:rose');
    67 
    68  end;
    69  /
    PL/SQL procedure successfully completed.Then getting the data in the required form is trivial:
    SQL> select
      2              sub.subject_name
      3            , sub.age
      4            , col.color_name
      5  from
      6              subjects sub
      7            , favorite_colors fc
      8            , colors col
      9  where
    10              sub.subject_id = fc.subject_id
    11  and       fc.color_id = col.color_id
    12  order by
    13              sub.subject_name
    14            , col.color_name;
    SUBJECT_NAME                     AGE COLOR_NAME
    john doe                      15 blue
    john doe                      15 green
    john doe                      15 red
    man ray                       86 black
    man ray                       86 white
    pablo picasso                      91 blue
    pablo picasso                      91 roseAnd what if there's a requirement to query and analyze the data? Answer questions like: Who likes blue? Or How many subjects have more than 2 favorite colors?
    SQL> select
      2              sub.subject_name
      3  from
      4              subjects sub
      5            , favorite_colors fc
      6            , colors col
      7  where
      8              sub.subject_id = fc.subject_id
      9  and       fc.color_id = col.color_id
    10  and       col.color_name = 'blue';
    SUBJECT_NAME
    john doe
    pablo picasso
    SQL> select
      2              count(*)
      3  from
      4              (select
      5                  count(*)
      6              from
      7                  subjects sub
      8                   , favorite_colors fc
      9                   , colors col
    10              where
    11                  sub.subject_id = fc.subject_id
    12              and      fc.color_id = col.color_id
    13              group by
    14                  sub.subject_id
    15                   , sub.subject_name
    16              having
    17                  count(*) > 2);
      COUNT(*)
          1This is impossible to do simply and efficiently with the original model.

  • Java J2EE coding help

    I would need to know how to set up server or something to get my java code working next to my website without needing access to that website.
    (I have Java code to create game coins in my java game on my site but I don't know how to get it working without needing to access to my website to store code there.)
    1) I haven't put my game up yet so unfortunately you can't see it online
    2) I have java code to create coins inside my game.
    3) It doesn't work because I don't know what to do after I have coded it.
    4) How to make it work without needing access to my site?

    It would be alot easyer to use my code from outside
    then from web and from outside it's secured so even
    if someone gets inside my website then they can't get
    code ; )Have you thought this through? What are you going to do to make your code more secure on your PC than it would be on some other server? How do you plan to facilitate communication between your app and the web server?

  • Internet exporer coding, Help

    Your coding skills are needed, why is my website working on every browser except ie. http://www.kidztar.com/zcom.html
    <html>
    <head>
    <title>Preview Book</title>
    <link rel="shortcut icon" href="KIDICON.ico" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <style type="text/css">
    <!--
    #apDiv1 {
        position:absolute;
        left:210px;
        top:25px;
        width:581px;
        height:497px;
        z-index:0;
    -->
    </style>
    </head>
    <body bgcolor="#0033CC">
    <!-- ImageReady Slices (1home.psd) -->
    <div id="apDiv1">
    <title>Kidztar Publishing</title>
    <style type="text/css">
    .buttons {
        font-family: arial;
        font-size: 8pt;
        border-bottom:1px solid #282828;
        border-right:1px solid #282828;
        border-top:1px solid #8794A0;
        border-left:1px solid #8794A0;
        background-color: #FFEA01;
    </style>
    <script type="text/javascript" src="bookflip.js"></script>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <div align="right" style="position:fixed; width:700px; height:590px; margin:0;">
      <div id="myBook" style="display:none;">
            <div id="Home" style="background:#055123 url('btcover.gif');color:#ffffff;" name="Home">
              <div align=center>
                <h1></h1>
              </div>
            </div>
      <div name="Page 1" style="background:#256974 url('bt1.png');color:#ffffff;">     
                <div align=center>            </div>
          </div>
        <div name="Page 2" style="background:#785165 url('btp2.png');color:#ffffff;">
            <div align=center>        </div>
          </div>
        <div name="Page 3" style="background:#785165 url('bt3.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
         <div name="Page 4" style="background:#785165 url('bt4.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
         <div name="Page 5" style="background:#785165 url('bt5.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
         <div name="Page 6" style="background:#785165 url('bt6.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
         <div name="Page 7" style="background:#785165 url('p7.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
         <div name="Page 8" style="background:#785165 url('p8.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
         <div name="Page 9" style="background:#785165 url('p9.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
         <div name="Page 10" style="background:#785165 url('p10.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
         <div name="Page 11" style="background:#785165 url('p11.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
         <div name="Page 12" style="background:#785165 url('p12.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
         <div name="Page 13" style="background:#785165 url('p14.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
         <div name="Page 13" style="background:#785165 url('op.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
            <div name="Page 13" style="background:#785165 url('pq.png');color:#ffffff;">
            <div align=center>        </div>
         </div>
    </style>
         <body leftmargin="20" topmargin="20" marginwidth="20" marginheight="20"><div id="apDiv1 name="Page Order Book">
      <iframe src='contactus.php' frameborder='0'width='100%' height='502' allowtransparency='true'></iframe></div>
            <div align=center>    </div>
    <div id="apDiv1">    </div>
      </div>
      </div>
    <br>
    </div>
    <script type="text/javascript">
    //get querystring to obtain autoflip value
    function autoflipFromUrl(){
        var pos;
        var searchStr = window.location.search;
        var searchArray = searchStr.substring(1,searchStr.length).split('&');
        var result = '';
        for (var i=0; i<searchArray.length; i++) {
            result = searchArray[i].split('=');
            if(result[0]=="autoflip"){
                result=result[1];
                break;
        return(result);
    //** Software License Agreement (BSD License)
    //** Book Flip slideshow script- Copyright 2008, Will Jones (coastworx.com)
    //** This Script is wholly developed and owned by CoastWorx.com
    //** Copywrite: http://wwww.coastworx.com/
    //** You are free to use this script so long as this coptwrite notice
    //** stays intact in its entirety
    //** You are NOT Permitted to claim this script as your own or
    //** use this script for commercial purposes without the express
    //** permission of CoastWorx Technologies!
    //** Full credit to Scott Schiller (schillmania.com) for soundManager
    var myPageW=360; //page width
    var myPageH=504; //page height
    var pageBorderWidth=1; //adjust border width
    var pageBorderColor="#000000"; //border color
    var pageBorderStyle="solid"; //border style eg. solid, dashed or dotted.
    var pSpeed=20; //page speed, 20 is best for Opera browser. Less is faster
    var pSound=false; //change to true for flip sound effect, if true, install SoundManager from schillmania.com
    var showBinder=false; //change to false for no binder
    var binderImage = "parchmentring2.gif"; //location of center binder
    var binderWidth = 20; //width of center binder image
    var numPixelsToMove = 20;//number of pixels to move per frame, more is faster but less smooth
    //You must create the place holder for the dropdown on this page with an id attribute, eg. <select id="flipSelect" style="display:none;"></select>
    var selectNavigation=true; //this builds a drop down list of pages for auto navigation.
    allowPageClick=true; //allow clicking page directly
    doIncrementalAutoFlip = false; //set this to true if you want to flip to selected page incrementally(ie.see each page turn)
    pageShadow=true; //true or false, display shadow along the length of inside right page
    ini();
    x=autoflipFromUrl(); //get querystring autoflip value
    if( x ){autoFlip(x);};
    </script>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#0033CC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (kcom.psd) -->
    <table width="1024" height="768" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
        <tr>
            <td colspan="2">
                <img src="images/zcom_01.png" width="1024" height="191" alt=""></td>
        </tr>
        <tr>
            <td><img src="images/home.png" width="102" height="29"></td>
    <td rowspan="6"><img src="images/zcom_03.png" width="922" height="432" alt=""></td>
      </tr>
        <tr>
            <td><img src="images/cus.png" width="102" height="29"></td>
      </tr>
        <tr>
            <td><img src="images/aus.png" width="102" height="29"></td>
      </tr>
        <tr>
            <td>
                <img src="images/zcom_06.png" width="102" height="1" alt=""></td>
        </tr>
        <tr>
            <td><img src="images/prev.png" width="102" height="29"></td>
      </tr>
        <tr>
            <td>
                <img src="images/zcom_08.png" width="102" height="315" alt=""></td>
        </tr>
        <tr>
            <td colspan="2"><img src="images/zcom_09.png" width="1024" height="15"></td>
      </tr>
        <tr>
            <td colspan="2">
                <img src="images/pp.png" width="1024" height="130" alt=""></td>
        </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>

    It could be due to coding errors. You have over 30 problems in your html. Run your pages through the validator here:
    http://validator.w3.org
    If it is still acting up in IE (the most strict of the browssers on html errors) after you clean it up, post back and we can take a closer look.

Maybe you are looking for

  • Macook RAM 4 gigs

    Hi Posted previously about installing 2 x 2 gig RAM modules in to Macbook with Intel core2 duo. Opinion seems to be it would be able to use 3gig of the 4 gig RAM. I have two modules of 2gig 200 pin SODIMM 256MX64 DDR PC2-5300 Before I bust open the p

  • Spanish accent characters are not displayed proper in excel file

    Hi I have written a program which displays one report file (.xls file ) on the browser. This report file is in spanish language and contains few accent characters like ("� � � � � � �"). These characters are not displyed properly in that excel file w

  • Help with a update query

    This query only works if it return one row. But sometimes it returns more than one row, then I get error: "ORA-01427: single-row subquery returns more than one row" How can I solve that? If it reurns more than one row, it should update all rows. UPDA

  • For more information about this error navigate to the report server on the local server machine, or enable remote errors

    Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'SysproTabularCube'. ---> System.NotSupportedExceptio

  • Movie rental stopped downloading

    I rented a movie yesteday and it stopped downloading. will I get a refund?