Problem with my layout

Hello, im, set up my layout to add all the info in there etc... and I encountered a problem to which I was not able to find a solution.

My question is this.

http://i55.photobucket.com/albums/g144/Megumi-Takani/FFissue.jpg

This ONLY happens when I previews in firefox. When I saw it in chrome or IE8 it looks like perfectly. I do not have previous versions for IE, so I can't see if there is any problem with those. Also, my footer_wrapper div has a wavy line beneath green and it says something about the container not being is not wide enough to receive a float... etc, but I did all the calculations and it should all be wide and perfect pixel

Here is the HTML code and law which is the CSS code.

< ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "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 "/ >"
Home < title > < /title >
< link href = "tgog_home_css.css" rel = "stylesheet" type = "text/css" / > < / head > "

< body >
< div id = "container_wrapper" >
< div id = "container" >
< div id = "lColumn" >
< div id = "logo" > space for logo < / div > <!--end of the logo-->
< div id = "paragraph" > space for a nice image < / div >
<!--end of paragraph-->
< / div > <!--end of lColumn-->
< div id = "rcolumn" >
< div id = "nav" > space for the navigation bar. < / div >
<!--end of nav-->
< div id = "btns_info" >
< div id = 'learn' > I have some content here on my first button. blah blah blah blah ablha blah ablha blah ablha blah blah ablha blah ablh ablha ablh blah blah blha more blah blah blah blah blah blah blah blah blah ablhha blha blha blha blah blah blah blah blah blah blah blah blah blah blah < / div > <!-end to learn info->
< div id = "explore" > I have a content here. blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah ydda blah blah more blah blah add blah blah ydadda blah blah blah blah blah
< / div > <!-end of explore->
< div id = 'understand' > more content on this side, more more content here. content content content content content content content content content content content happy content contentmore happy content content content content content
< / div > <!-end to understand->
< / div > <!--end of btns_info-->
< div id = 'contact form' > and here is my problem. This text is redundant with 3 boxes at the top and for some reason, no matter what I do still does not work. This only happens in firefox... I've checked chrome and IE8 and it works perfectly. I don't have the other versions of IE to check, but yes... < / div >
<! - end of the contact form - >
< / div > <!--end of rcolumn-->
< div id = "footer_wrapper" >
< div id = "footer" > and it's my footer. < / div > <! - end of the footer - >
< / div > <!--end of footer_wrapper-->
< / div > <!--end of the container-->
< / div > <! - end of the container wrapper - >
< / body >
< / html >

and here's the CSS

@charset "utf-8";
/ * CSS document * /.

{#container_wrapper}
do-family: Verdana, Geneva, without serif.
Width: 1000px;
margin-right: auto;
left margin: auto;
height: 540px;
top of the margin: 10%;
}
#container {}
background-color: #FCF;
Width: 960px;


margin-right: auto;
left margin: auto;
position: relative;

}

{#lcolumn}
Color: #F00;
Width: 330px;
float: left;
height: 500px;
position: relative;
}
#logo {}
height: 100px;
Width: 330px;
position: relative;
}
{#parragraph}
do-family: Verdana, Geneva, without serif.
do-size: 18px;
make-weight: bold;
height: 400px;
Width: 330px;
}
{#rcolumn}
Color: #00F;
Width: 630px;
float: right;
height: 250px;
position: relative;
}
#nav {}
height: 50px;
Width: 630px;
position: relative;
}
{#btns_info}
height: 200px;
Width: 630px;
float: left;

}
{#learn}
Width: 210px;
height: 200px;
float: left;
}
{#explore}
height: 200px;
Width: 210px;
float: left;
}
{#understand}
height: 200px;
Width: 210px;
float: left;
}

{#contactform}
position: relative;
height: 250px;
Width: 630px;
do-family: Verdana, Geneva, without serif.
Clear: both;
}
{#footer_wrapper}
position: relative;
height: 40px;
Width: 960px;
Clear: both;
}
#footer {}
text-align: center;
do-family: Verdana, Geneva, without serif.
color: #CCC;
Width: 960px;
}

body, td, th {}
do-family: Verdana, Geneva, without serif.
}
{body
background-color: #CCC;
}

Your CSS too many a position: relative rules that are not necessary and can actually cause more harm than good.

Positioning is not necessary for 98% of the page layouts.  Just use positioning by default (unspecified), as well as floats and margins for align if necessary items.

Floating elements must be deleted when they are no longer needed.  This is often done in HTML with a tag class and .clearing div, p, br or HR.   Another tip is to wrap the floating containers inside a #wrapper parent and apply overflow: hidden.  Whatever it is, the floats must be cleared to get good results.

The model of CSS 2-column next uses two methods:

http://ALT-Web.com/templates/2-column-fixed-width-template.shtml

To answer your question on the problems of fall of float, IE6 handles the CSS box model in ways it shouldn't.  This is a bug that is widely discussed over the years.

http://CSS.maxdesign.com.au/Listamatic/about-boxmodel.htm

Most exposed bugs in IE

http://www.positioniseverything.NET/Explorer.html

To test your sites in older IE, download My DebugBar Multi-IE-Tester for Windows.  It displays your pages as they would appear in IE 5.5, 6, 7, 8, 9 & 10 preview.

Nancy O.
ALT-Web Design & Publishing
Web | Graphics | Print | Media specialists
http://ALT-Web.com/
http://Twitter.com/ALTWEB

Tags: Dreamweaver

Similar Questions

  • Problems with the layouts and headers

    Hi I'm a newbie, trying to page layouts, I have 2 questions. I would be grateful for any help or pointers to tutorials.

    (1) I have problems with the links at the top of my page. They are text based and in a table of 2 rank. They have a huge ditch around them and no matter what I do I cannot resize the table or change the text to be less than a gap below it. Basically I have a huge gap between my links at the top of the page and the main logo and the main logo below. (and I think they are related as the h1 which I don't want that they're not really the header only links). Here's the code for that.

    <table width="740"  border="0" align="center" cellpadding="0" cellspacing="0" class="HeaderLogoButton">
          <tr align="center" valign="top">
            <td width="288" height="48"><h1><br /><br />
            </h1></td>
            <td width="452" height="25"><!-- TemplateBeginEditable name="HeaderLinks" --><span class="TextButtons"><a href="../index.html" class="TextButtons">Home</a>      <a href="../featured.html" class="TextButtons">Featured Company</a>      <a href="../youngpeople.html" class="TextButtons">Young People</a>      <a href="../andmore.html" class="TextButtons">And More</a>     </span><span class="TextButtons"> <a href="../blog.html" class="TextButtons">Blog  </a></span><!-- TemplateEndEditable --> </td>
          </tr>
          <tr>
            <th height="48" align="left"><a href="index.html" title="My Site Title"><img src="../images/My Site_logo.png" alt="My Site Logo" width="245" height="46" border="0" align="left" /></a></th>
            <td align="right" valign="top"><!-- TemplateBeginEditable name="HeaderButtons" --><img src="../images/facebook.png" alt="FaceBook Button" width="36" height="36" align="top" /> <img src="../images/twitter.png" alt="Twitter Button" width="36" height="36" align="top" /><img src="../images/blogbutton.png" alt="Blog Button" width="49" height="47" align="top" />  <!-- TemplateEndEditable --></td>
          </tr>
        </table>
    

    (2) my second question with headers in general. As you can see in the code I have a "My Site_logo.png', as the main logo for the site, what concerns me is pointing to it as the main h1 header so that when the spiders come to visit, either by the additional logo or html, they read that the site is called"My Site"the main header. How can I make the logo/title of the h1 of the code section? I'm afraid of making a mess of the code at this point, so any help is very appreciated!

    Thanks in advance

    evilJim wrote:

    Hi I'm a newbie, trying to page layouts, I have 2 questions. I would be grateful for any help or pointers to tutorials.

    (1) I have problems with the links at the top of my page. They are text based and in a table of 2 rank. They have a huge ditch around them and no matter what I do I cannot resize the table or change the text to be less than a gap below it. Basically I have a huge gap between my links at the top of the page and the main logo and the main logo below. (and I think they are related as the h1 which I don't want that they're not really the header only links). Here's the code for that.

    In the first cell of the table, you have a tag h1 (header tag) (see below), in this tag you inserted two break tags
    by pressing return on your keyboard twice. These breaks are reduced the height of the first row of the table, that's why you have all the space under your links.



            

    evilJim wrote:

    (2) my second question with headers in general. As you can see in the code I have a "My Site_logo.png', as the main logo for the site, what concerns me is pointing to it as the main h1 header so that when the spiders come to visit, either by the additional logo or html, they read that the site is called"My Site"the main header. How can I make the logo/title of the h1 of the code section? I'm afraid of making a mess of the code at this point, so any help is very appreciated!

    Thanks in advance

    At the moment you have nothing apart from 2
    tags in your h1 tag (see above answer to your first quetsion.

    Purposes of search engine, you can encapsulate your image in an h1 tag and provide an overview of more descriptive than "My Site Logo" for the images 'alt' tag

    My Site Logo

  • How to fix problem with div layout on PC ok but on iPad?

    Hello. as the title says, im having a problem here. I have im builiding my own Web site and creates a page with all my exp. personal and so on. so that she is beautiful, I have created serveral div tags. Here is my site:

    http://www.eduweb.hhs.nl/~10071717/home.htm

    When you click on the "RESUME" link in the left column, you will see that the layout is ok, vertically. but there is way to much space between the created table (div tags)

    on dreamweaver 'live view', it shows very well with a line of space between the bottom of the table and the top of the text (trying to be as clear as possible).

    but when I press Ctrl + F12 (prev in the browser), it shows that it is now.

    on my iPad, it shows very well:

    IMG_0056[1].PNG

    you know what I mean now?

    Here is my html codes (made clear Red):

    <! DOCTYPE HTML >

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 ">"

    < title > Curriculum Vitae < /title >

    < link href = "css/main.css' rel ="stylesheet"type =" text/css">"

    < / head >


    < body >

    < div id = 'wrapper' >

    < div id = "banner" >

    < p > content ID 'wrapper' < /p >

    < / div >

    < div id = "navigation" >

    < ul >

    < li > < a href = "http://www.sigling.is/IMO/imofishing/home.htm" > home < /a > < /li >

    < /ul >

    < ul >

    < li > < a href = "bouwkunde.htm" > bouwkunde < /a > < /li > ""

    < li > < a href = "cv.htm" > CV < /a > < /li > ""

    < li > < a href = "werkervaringen.htm" > werkervaringen < /a > < /li >

    < li > < a href = "mijn_werk.htm" > mijn werk < /a > < /li > ""

    < li > < a href = "contact.htm" > contact < /a > < /li >

    < /ul >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < / div >

    < div id = 'hand' >

    Biography < h2 > < / h2 >

    < p > < / p >

    Adept < h6 > < / h6 >

    < div id = "CvPersoonlijkL" >

    Naam < p > < /p >

    Chairwoman < p > < /p >

    Adres < p > < /p >

    < p > < / p >

    geboortedatum < p > < /p >

    geboorteplaats < p > < /p >

    telefoon < p > < /p >

    Nummer mobiele < p > < /p >

    e-mail address < p > < /p >

    Nationaliteit < p > < /p >

    Sofinummer < p > < /p >

    < / div >

    < div id = "CvPersoonlijkR" >

    Kamp < p > < /p >

    Boris < p > < /p >

    Zwartendijk 31 < /p > < p >

    < p > 2671LL, Naaldwijk < /p >

    < p > < /p > 18/03/1991

    Monster, Zuid-holland < /p > < p >

    < p > < /p > 0174-670671

    06-55718742 < p > < /p >

    < p > < a href = "mailto: " [email protected] ? subject = you wearing digital portfolio "> [email protected] < /a > < /p > "

    Nederlander < p > < /p >

    < p > < /p > 205270621

    < / div >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    < h6 > < / h6 >

    opleidingen < h6 > < / h6 >

    < div id = "CvOpleidingenL" >

    bouwkunde MBO < p > < /p >

    < ul >

    school < li >: < /li >

    direction naam < li >: < /li >

    < li > time: < /li >

    < /ul >

    < p > < / p >

    HAVO < p > < /p >

    < ul >

    school < /li > < li >

    < /ul >

    < ul >

    < /li > < li > period

    < /ul >

    < / div >

    < div id = "CvOpleidingR" >

    < p > < / p >

    < p > mondriaan techniek & amp; ICT den haag < /p >

    < p > are ontwerp in managing < /p >

    < p > < /p > 2006-2010

    < p > < / p >

    < p > < / p >

    < p > SIE, tiendweg, Naaldwijk < /p >

    < p > < /p > 2003-2006

    < / div >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    skills < h6 > < / h6 >

    < div id = "CvVaardighedenL" >

    < ul >

    Autodesk AutoCAD 2D < /li > < li >

    Autodesk AutoCad 3D < /li > < li >

    Revit Autodesk < li > < /li >

    Google's SketchUp < li > < /li >

    Voorcalculatie of BouwCalc < li > < /li >

    < /Li > < li > PlanCalc Windows

    Word from Microsoft < /li > < li >

    Microsoft Excel < li > < /li >

    PowerPoint from Microsoft < /li > < li >

    < li > PC zelf < /li >

    < /ul >

    < / div >

    < div id = "CvVaardighedenM" >

    Sterk < p > < /p >

    goed < p > < /p >

    Karakter < p > < /p >

    Sterk < p > < /p >

    Karakter < p > < /p >

    Karakter < p > < /p >

    Sterk < p > < /p >

    Sterk < p > < /p >

    Sterk < p > < /p >

    Sterk < p > < /p >

    < / div >

    < div id = "CvVaardighedenR" >

    2006. < /p > < p > heden

    2008 heden < p > < /p >

    < p > < /p > 2009-2010

    2006. < /p > < p > heden

    < p > < /p > 2008-2010

    < p > < /p > 2008-2010

    2003. < p > < /p > heden

    2003. < p > < /p > heden

    2003. < p > < /p > heden

    2003. < p > < /p > heden

    < / div >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    information other < h6 > < / h6 >

    < div id = "CvOverigL" >

    < p > rijbewijs: < /p >

    < / div >

    < div id = "CvOverigR" > Ja, rijbewijs B sinds juli 2009 < / div >

    < / div >

    < / div >

    < / body >

    < / html >

    I hope someone can fix this... its really strange.

    Thank you!!

    Boris

    After the end of each section of your RESUME you have code like below before the start of your next section/s:

     









    You must remove it so the section/s properly finish before the start of the next section as shown below:

    205270621


       


    Opleidingen

       

    Then you must add clear: both; and padding: 15px 7px 0 0; as indicated below for the

    CSS:

    H6 {}
    do-family: 'BankGothic Lt BT", Georgia, 'times New Roman';
    do-size: 12px;
    Color: #000;
    Clear: both;
    Padding: 15px 7px 0 0;

    }

  • Problems with the layout inside the af: popup

    I have an af:popup and I have tried several things for my components layout, but nothing seems to work.
    Ideally, I want to have 2 panelDashboard next to each other, each filling 50% of the pop-up window. Because this does not work, I tried with af:table instead, but I had the same behavior. Most of the time, a single component is displayed or the second pane appears very narrow but it never fills the entire width of my popup.

    So here are some of my tests:
    <af:popup id="popEditRegion" contentDelivery="lazyUncached"
                            binding="#{pageFlowScope.wcmBean.popEditRegion}">
                    <af:dialog id="dlgEditRegion" stretchChildren="first" title="Edit Region" inlineStyle="width:600px">
                            <af:panelGroupLayout id="pnlG" layout="horizontal">
                            <af:panelStretchLayout id="pnlp1">
                            <f:facet name="center">
                            <af:panelHeader text="Selected Elements" id="sel">
                                            <af:panelDashboard  id="pd2" rowHeight="75px" columns="1" dimensionsFrom="parent"
                                                               dropListener="#{pageFlowScope.wcmBean.addSelect}"
                                                               binding="#{pageFlowScope.wcmBean.pnlSelected}">
                                                ...                                            
                                            </af:panelDashboard>
                                        </af:panelHeader>
                                    </f:facet>
                                    </af:panelStretchLayout>
                                    <af:panelStretchLayout id="pnl2">
                                    <f:facet name="center">
                                        <af:panelHeader text="Available Elements" id="av"> 
                                        <af:panelDashboard  id="pd1" rowHeight="75px" columns="1" dimensionsFrom="parent">
                                            ...
                                        </af:panelDashboard>
                                        </af:panelHeader>
                                    </f:facet>
                                    </af:panelStretchLayout>
                                    </af:panelGroupLayout>
                    </af:dialog>
                  </af:popup>
    I tried a mixture of things. With or without the panelStretchLayout, with or without the panelGroupLayout. I even tried with a h:panelGrid instead of groupLayout.
    I also tried adding a panelSplitter instead of panelGroupLayout, but nothing seems to work.
    I also tried setting the styleClass AFStretchWidth panelGroupLayout/grid/separator but that did not work as well. I also tried to adjust the dimension to the stretchLayout motor, but also did not work.

    As you can see, I tried all sorts of things, but nothing really seems to work. I'm missing something here...

    Well I've done a few tests more, the following code works a bit:
    <af:popup id="popEditRegion" contentDelivery="lazyUncached"
                            binding="#{pageFlowScope.wcmBean.popEditRegion}">
                    <af:dialog id="dlgEditRegion" stretchChildren="first" title="Edit Region" contentWidth="600">
                            <af:panelGroupLayout id="pnlG" layout="horizontal" styleClass="AFStretchWidth">
                                         <af:outputText value="dummy"/>
                                            <af:panelDashboard  id="pd2" rowHeight="75px" columns="1" dimensionsFrom="auto"
                                                ...
                                   
                                            </af:panelDashboard>
                                 <af:outputText value="dummy"/>
                                        <af:panelDashboard  id="pd1" rowHeight="75px" columns="1" dimensionsFrom="auto">
                                            ...
                                        </af:panelDashboard>
                                      
                                    </af:panelGroupLayout>
                    </af:dialog>
                  </af:popup>
    When I use this code, full width is used, but the last panelDashboard is even wider than the popup. The strange thing about this is the moment I remove both the outputText dummy, I see only a single panelDashboard in the popup which is very narrow...

    Published by: Yannick Ongena on November 6, 2011 01:07

    It should work.

               
                    
                        
                            
                                
                                      ...
                               
                            
                            
                                
                                           ...
                                
                            
                        
                    
                
     
    

    Things to note:

    1. the external panelDashboard is used to provide 2 equal columns (50% distribution). The rowHeight is set to 100% to fill all the way down with a single line.
    2 panelDashboard is absolutely brilliant when it comes to networking. You just use the good values of column and rowHeight.
    3. do NOT use inlineStyle on any component, unless you absolutely must. Dialog box has the properties width and height builtin.

  • Problem with the layout workspace in the Official Journal

    What is c? Is this normal? What is the problem?

    I don't see any thumbnails and other elements of page layouts.

    Windows 7 Pro. ATI FireGL. I suspect my graphics cart, but there seems to be a bug.

    problem.gif

    http://forums.Adobe.com/message/4900651#4900651

  • Problems with page layout in Mail. Using classical configuration in Mail, I can't have the bottom up so that I can see my mails. Any suggestions?

    I moved it down to view more emails and now I can't bring him back. I restarted Mail and also my computer come and go between the classic layout and the other, but no track use. I get the arrow in half, but it does not work. I wonder if this is a bug. I find the font too small for comfortable reading on the different layout for the list of messages.

    In the ClassicView, click on (and KEEP) the point at the bottom center and continue dragging your slider all the way to the top.

    The point finally will be JUMPING from the bottom.

    At least that's the way it works for me.

  • problem with page layout

    Hello

    I use JDev 11.1.2.4

    I am building a contact page that looks like this. There are 4 sections in the middle of the page.

    I want to align Chapter 3, section 1 and section 2 to article 4. Here's how I structured the page layout.

    any ideas on how I can achieve this?

    Thank you

    I put the property the panelGroupLayout containing "AFStretchWidht" StyleClass as I did to solve the "postal Code".

    also attempted to set the property panelFormLayout to 100 LabelWidth

    This property must be "AFStretchWidth".

    Is perhaps too short for this 100 label?

    In addition to the label, the alignment is not fair. is it because of the components of the list?

    If you have separated components af:panelFormLayout, it's expected. (maybe you can try to set the same value for labelWidth and fieldWidth...)

    (or you can try my suggestion of previous answer, to use only one component of af: panelFormLayout...)

    Dario

  • Problems with the layout themed to show/hide the region 25

    Hi all, Ive hit another question that I hope someone can help with...

    APEX 4.2.4 on XE... Theme 25.

    I've reproduced this login as apex.oracle.com [email protected] password newpass 291 3 application page.    (admin/admin is also implemented as a UN/pw)

    I have a skin region see the this Im using as a region of select query. There are a number of boxes, and a couple of display only fields that have values returned in it.

    I I set out them in a row, and after 3 items, I start a new line with the other 3 articles... that is

    X X X

    X X X

    Except that with the region set to show/hide and the model of the value without tab, no sidebar I get.

    X X

    X

    X X

    X

    If I change the standard region it works OK, and if I change models, it seems ok.  Ive tried all the combinations of columns, etc, but nothing helps...  Im trying to figure out if Im missing something, or I've hit a bug any... (almost certainly the old...) ...

    Thank you very much indeed

    Richard Legge wrote:

    I have a skin region see the this Im using as a region of select query. There are a number of boxes, and a couple of display only fields that have values returned in it.

    I I set out them in a row, and after 3 items, I start a new line with the other 3 articles... that is

    X X X

    X X X

    Except that with the region set to show/hide and the model of the value without tab, no sidebar I get.

    X X

    X

    X X

    X

    If I change the standard region it works OK, and if I change models, it seems ok.  Ive tried all the combinations of columns, etc, but nothing helps...  Im trying to figure out if Im missing something, or I've hit a bug any... (almost certainly the old...) ...

    The difference between the models of the region is that the Standard region has defined Points of view and the show/hide does not work. This is the mysterious properties that Oracle has not yet bothered to document. Their omission of this model is indeed likely to be a bug.

    Create a copy of the region show/hide template and add a point of view for the body of the region (content):

    Name: Body of the region

    Substitution of template: BODY

    Grid Support: Checked

    The maximum fixed grid columns: - 1


    Use the new model to show/hide for the region of select query.

  • Problems with table - layout

    Is it possible to set up a model for tables within a project - borders, shading, same size, that kind of thing? You can do this in the .css? I'm kind new to using .css, and mine is pretty basic right now.

    Thanks, Leisa

    See the tables on my site.

  • problem with floating divs

    I have problems with this layout.  It seems that the two divs floating at the bottom are not staying in the main, div. of parent

    < div style = "width: 700px; margin-left: auto; margin-right: auto; ">

    "< p > < img src="website/public_html/images/support_center_logo.png "width ="222"height ="34"style =" padding-left: 10px; " "/ > < / p >

    < p >

    "< div style =".

    text-align: right; padding: 3px; ">

    Insert here the NAV

    < / div >

    < div style = "padding: 5px;" >

    < span style = "color: #99CC00;" do-size: 18px; Police-weight: 500; "> Welcome! </span > < p >

    Text here

    < hr / >

    < div style = "width: 280px;" padding: 10px; Display: inline; float: left; ">

    < div style = "make-weight: bold;" color: #0033CC; ' > open a new Ticket < / div >

    < div >

    Here area < p > < /p >

    < form id = "form1" name = "form1" method = "post" action = "" >

    < input type = "submit" name = 'New open Ticket' id = 'New Ticket open' value = 'Open new Ticket' / >

    < / make >

    < p > < / p >

    < / div > < / div >

    < div style = "width: 280px;" padding: 10px; Display: inline; float: right; ">

    < div style = "make-weight: bold;" color: #0033CC; ' > check ticket status < / div >

    < div >

    here two box < p > < /p >

    < form id = "form1" name = "form1" method = "post" action = "" >

    < label for = "ticketID" > Ticket #: < / label >

    < input type = "text" name = "ticketID" id = "ticketID" / > < p >

    < input type = "submit" name = 'New open Ticket' id = 'New Ticket open' value = "openNewTicket" / >

    < / make >

    < / div >

    < / div >

    < / div >

    < / div >

    //...... ///

    Can also use clearfix: http://www.webtoolkit.info/css-clearfix.html

  • Problem of graphical layout with Anychart

    I'm on Apex 4.2.4.00.08 and I'm having a problem with Anychart. Our previous version of the Summit has been 3.2 and used FusionCharts. In the upgrade process, I would like to fly over AnyChart using capabilities built in. But I can't seem to get the page layout to look like usual with FusionCharts.

    The caption is below the graph. And there is the mouse on the bar which shows the actual value.

    Any suggestions on how to get AnyChart look like this:

    graph1.gif

    Thanks for your help!

    Hello TC

    Change your custom XML Chart and find the section named "Tooltip_settings".

    Difficult to get legacy Anychart docs...

    http://anychart.com/products/anychart/docs/users-guide/index.html?QuickStart.html

    Here is the screenshot of one of my paintings.

    
    
    Series: {%SeriesName}
    Hours: {%YValue}{numDecimals:0}
    
    
    
    
    
    
    

    Kind regards

    Brad

  • Problems with the phone and Desktop Web page layouts

    Hi all

    I was hoping that someone could help with a problem with my website sciencenewsbreak.com. I have two office and put phone in page each has its own master page. When viewing my site for example on the desktop and using the navigation menu all my pages come up with available funds, all good. However, if I have a specific page using google search "3 aug science newsbreak" or "newsbreak science 28 July... My phone set charges upward, not my office layout. This is not uniform as pages for July 31 and August 1 appear as correct desk combination. This occurs using safari or chrome. Also when looking for a July 27 google shows a result but link to said page page is not found.

    I add a new page to home/today ' hui every day and I am just by clicking the + button to the left of my last page page

    Screen Shot 2015-08-09 at 2.16.42 pm.png

    Does anyone know whats going on. heeeeeeeelp please

    See you soon

    Garry

    Google indexes the same items in various ways, caused by the fact that you have two separated from each identical item versions that are duplicates - the only difference is the presentation which is displayed according to a mechanism of screen/detection javascript by Muse (which, coincidentally, is generally considered a bad method to deal with different screens and devices).

    You must all least tell Google which version is the main (the so-called canonical version), otherwise Google indexing algorithms will decide that based on their best estimate. This is the reason why the search results are so confused.

    Read this info to learn more about the canonical meta tag: use of the canonical - URL search Console Help

    In any case, apart from this question, I also noticed your pages the support phone on my Nexus 7 Android tablet version, and it looks terrible: the desktop version should be displayed on the landscape orientation.

    Your Web site should be turned into a responsive design for one. Two, as you update your content on a daily basis, Muse and static html pages are about the worst imaginable solutions (even more so when it comes with a lot of content that must be seen on a variety of devices and screens!).

    This case calls desperately for a sensitive designed dynamic site, whose content is well ranked in a content management system. The obvious solution that comes to mind: Wordpress.

  • Problem in Dreamweaver with fluid layouts grid

    Hello!  This is my first post here.  I had intermittent problems in page layouts fluid grid.  The sizing handles that are supposed to be there in a liquid/div element sometimes disappear with duplication icon and the arrow that moves a div element / to the previous row.  For example I'm working on a lesson in my class online for Dreamweaver that wonder of an unordered for a style menu list.  I want to make a horizontal menu where each item is 3 columns wide.  Without handles I can't size the elements in the list or "inflate them" next to each other.  What's a sense?  Sometimes, they are there and sometimes not.  Especially not here.  It's very frustrating!  Can someone offer solutions?

    Paula Jo Nyman

    Finally talk to someone on the phone and let them copy my movements on their own screen after I managed to get it solved very quickly, the red highlighted button seems to be what was missing! I hope this helps

  • Problems with saving files, creating new layouts div fluid

    Problems with saving files, creating new layouts div fluid. Can I reinstall all the software Dreamweaver?

    Thank you

    I reinstalled and all is well.

    Sent from my iPad

  • problem with layout / repeat region part 2...

    Seems I didn't crack it immediately - have essentially a details page which is cut into three - with details of a candidate upper-left, their profile to work at the top right, with a long CV text appearing below the two.

    All fields are of the table but profiles of School Board candidates - so the profiles must be a repeat region to list them all.

    For the life of me, I can not available to work because I like Tho ' anything appearing afer will not display the repeat region.

    See here:

    link

    Below the header field in the CV CV should appear - as in:

    < b >
    < td colspan = "2" valign = "top" class = 'labelcell' > < table > CV
    < /tr >
    < b >
    < class td = "profilecell" > <? PHP echo $row_Candidates ['CV'];? > < table >
    < /tr >

    But when you view the source, the <? PHP echo $row_Candidates ['CV'];? > is AWOL and appear in the form:

    < b >
    < td colspan = "2" valign = "top" class = 'labelcell' > < table > CV
    < /tr >
    < b >
    < class td = "profilecell" > < table >
    < /tr >

    Someone at - he places what is happening here?

    Just as I thought I had this page presentation done and dusted, as usual, there is something not quite right!

    Iain

    Good news! I managed to fix two problems with this page, by simply adding a second, simple recordset coming interview the candidates table. In doing so, this means that candidates with no display still attached profile and fixed the glitch with the fields showing on the market.

    So, the next thing is to find the page to add/fix the profiles to the candidates.

    Iain

Maybe you are looking for

  • Adapter company internal Bluetooth Toshiba NB200

    Who can say what you need to use the driver in Ubuntu 9.04 to running internal Bluetooth adapter?

  • MEMRY update for HP ENVY 15-j017cl

    I have a HP ENVY 15-j017cl laptop and I want a bar of 8 GB memory to two 8 GB sticks so I have 16 GB of ram which is the maximum supported according to the manual, but I can't find anywhere what kind of sticks of memory supported by this laptop. I kn

  • Rows in table headers

    This is my first attempt using naked pictures with me... How can I configure the column headings, short manually by typing and saving it as a default? I tried the node property [RowHdrs], but I have to do something wrong as it does not and I can't fi

  • Cannot activate Windows install error: this file is marked for deletion.

    Original title: the windows installer is disabled. When I try to change its status to automatic or manual, a pop up says this file is marked for deletion, how to fix this? XP Professional platform

  • No audio device [deleted by mistake?] How to install

    Check my device audio devicce-NO sound & audio. Go to my information system and found no audio device. I have it deleted accidentally? If so, how can I reinstall a? Rgds, HR