CSS Align right problem

Hi
I am using the following css to align a div to the right hand
side of the
page:
#headerRight { RIGHT: 10px; MARGIN-RIGHT: 0px; POSITION:
absolute; TOP: 5px;
align: right; border: 0; width: 235px;}
The above seems to work well, except for one small annoying
problem. If the
content of the page is wide and causes the horizontal scroll
bar to appear,
then the div seems to work as it appears 10px from the right
side of the
window. However if I move the horizontal scroll bar over to
the right, then
the div doesnt move accordingly.
If I then resize the browser window, then the div moves and
always lines up
10px from the edge no matter what size the window is.
Anyone know where I am going wrong, or need any more
information?
Thanks
Brendan
Rate your experiences with your UK and Ireland builders at
http://www.ratethebuilder.co.uk
=========================================

Solved the problem by using the following javascript code:
function scrollDetect(){
document.getElementById("headerRight").style.left =
document.body.clientWidth - 245 + document.body.scrollLeft;
setInterval("scrollDetect()", 500);
Where 245 is the width of the div.
Only problem is that the code probably isnt cross browser at
the moment, but
I'll work on that.
Thanks again for all your help.
Rate your experiences with your UK and Ireland builders at
http://www.ratethebuilder.co.uk
=========================================
"RateTheBuilder" <[email protected]>
wrote in message
news:[email protected]...
> Osgood
>
> Sorry, would love to post a url, but content is
sensitive.
>
> Basically I have a div which stretches the width of the
page which
> contains the header details. Then on top of this div but
to the very right
> of the page I have a div that I have absolute
positioning set. This div
> must remain the set distance from the right of the
screen (10px) even when
> the user is scrolling horizontally.
>
> Thanks for your time so far and I hope I've shed a
little more light.
>
> Brendan
> ______________________________________________
> Rate your experiences with your UK and Ireland builders
at
>
http://www.ratethebuilder.co.uk
> =========================================
>
> "Osgood" <[email protected]> wrote in
message
> news:[email protected]...
>> RateTheBuilder wrote:
>>
>>> Osgood
>>>
>>> There is no content on the same level as the div
to the right, but the
>>> content below the div may extend the width of
the page. There are other
>>> divs on the same level as the one I want to keep
right and I have the
>>> problem div above them, so that is why I used
absolute positioning.
>>
>> Sorry i'm lost.
>>
>> You say you have no content on the same level as the
div to the right and
>> then say there are other divs on the same level as
the one you want to
>> keep right?
>>
>> Can you post a url to the page in question?
>>
>
>

Similar Messages

  • CSS Logo position problem

    Hello
    I have been recently working on a web project. In the project I have a css file Thats suppose to position the logo image.
    This is the css code:
    /** LOGO */
    #logo {
    width: 830px;
    height: 90px;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 200px;
    background: url(images/img04.jpg) no-repeat left top;
    Margin-top moves the logo down and margin-left moves the logo in alignment. The problem is that when I view the
    page on different screen sizes margin-left makes the logo image automatically move to the middle of the page.
    Instead of staying in the required position.
    Can any one help.
    Thanks.

    Hi Thanks so much for the reply.
    I want to add more information.
    This is the css:
    body {
        margin: 0;
        padding: 0;
        background: url(images/img01.jpg) repeat-x left top;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #66665E;
    h1, h2, h3 {
        margin: 0;
        text-transform: uppercase;
        font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        color: #0C95C9;
    h1 { font-size: 44px; }
    h2 { font-size: 18px; }
    h3 { }
    p, ul, ol {
        margin-top: 0;
        line-height: 240%;
        text-align: justify;
    ul, ol { }
    blockquote { }
    a { color: #0C95C9; }
    a:hover { text-decoration: none; }
    a img {
        border: none;
    img.left {
        float: left;
        margin: 7px 30px 0 0;
    img.right {
        float: right;
        margin: 7px 0 0 30px;
    hr { display: none; }
    .list1 {
    .list1 li {
        float: left;
        line-height: normal;
    .list1 li img {
        margin: 0 30px 30px 0;
    .list1 li.alt img {
        margin-right: 0;
    #wrapper {
    /* Header */
    #header-wrapper {
    #header {
        width: 920px;
        height: 45px;
        margin: 0 auto;
    /* Menu */
    #menu {
        float: left;
        width: 640px;
        height: 45px;
    #menu ul {
        margin: 0;
        padding: 10px 0px 0px 5px;
        list-style: none;
        line-height: normal;
    #menu li {
        display: block;
        float: left;
    #menu a {
        display: block;
        float: left;
        margin-right: 3px;
        padding: 3px 25px 2px 25px;
        text-decoration: none;
        text-transform: capitalize;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
    #menu a:hover { text-decoration: underline; }
    #menu .current_page_item a {
        height: 20px;
        background: #FEC200 url(images/img02.jpg) repeat-x left top;
        color: #FFFFFF;
    #menu .first {
        background: none;
    /* Search */
    #search {
        float: right;
        width: 250px;
        height: 45px;
    #search form {
        float: right;
        margin: 0;
        padding: 12px 30px 0 0;
    #search fieldset {
        margin: 0;
        padding: 0;
        border: none;
    #search input {
        float: left;
        font: 12px Georgia, "Times New Roman", Times, serif;
        border: none;
    #search-text {
        width: 135px;
        height: 18px;
        padding: 3px 0 0 5px;
        border: 1px solid #333333;
        background: #ECF9E4;
        color: #000000;
    #search-submit {
        height: 25px;
        margin-left: 10px;
        padding: 1px 10px;
        background: #C0C0C0 url(images/bg_grey.jpg);
        color: #000000;
    /* Page */
    #page {
        width: 920px;
        margin: 0 auto;
    #page-bgtop {
        padding-top: 30px;
        /** LOGO */
    #logo {
        width: 920px;
        height: 90px;
        margin: 0 auto;
        background: url(images/img04.jpg) no-repeat left top;
    #logo h1, #logo p {
        margin: 0px;
        line-height: normal;
        text-transform: lowercase;
        font-weight: normal;
        color: #FFFFFF;
    #logo p {
        text-transform: lowercase;
        font-size: 10px;
    #logo h1 {
        padding-top: 54px;
        font-size: 34px;
    #logo a {
        text-decoration: none;
        color: #FFFFFF;
    /* Content */
    #content {
        float: center;
        width: 920px;
        height: 800px;
        padding-top: 0px;
        padding-right: 0px;
    /* Post */
    .post {
        background: url(images/img07.jpg) repeat-x left bottom;
        margin-bottom: 25px;
    .post .title {
        height: 30px;
        color: #549900;
    .post .title a {
        text-decoration: none;
        color: #585D60;
    .post .date {
    .post .meta {
        margin-top: -10px;
        padding: 2px 30px 2px 16px;
        background: url(images/img03.gif) no-repeat left 8px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 10px;
        color: #66665E;
    .post .meta span {
        display: block;
        margin-top: -10px;
    .post .meta a { }
    .post .entry {
        padding: 10px 0;
    .post .links {
        margin: 0 250px 0 0;
        padding: 0 0 0 0px;
    .post .links .comments {
    .post .links .permalink {
        padding-left: 17px;
    /* Sidebar */
    #sidebar {
        float: left;
        width: 177px;
        padding-left: 22px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #585D60;
    #sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
    #sidebar li {
        margin-bottom: 30px;
        padding: 0 0 10px 0px;
    #sidebar li ul {
    #sidebar li li {
        margin: 0;
        padding: 7px 10px 10px 7px;
        background: url(images/img07.jpg) repeat-x left bottom;
    #sidebar p {
        margin: 0;
        padding: 0px 10px;
    #sidebar h2 {
        height: 26px;
        margin: 0 0 10px 0px;
        padding: 12px 0 2px 7px;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: normal;
        color: #464F54;
    #sidebar p {
        line-height: 200%;
    #sidebar a {
        text-align: left;
        text-decoration: none;
        font-weight: normal;
        color: #585D60;
    /* Calendar */
    #calendar {
    #calendar caption {
        padding-bottom: 5px;
        font-weight: bold;
    #calendar table {
        width: 100%;
        border-collapse: collapse;
        border-bottom: 1px solid #24130F;
        border-left: 1px solid #24130F;
        border-right: 1px solid #24130F;
    #calendar thead th {
        padding: 5px 0;
        text-align: center;
        border-top: 1px solid #24130F;
        border-left: 1px solid #24130F;
        background: #24130F;
    #calendar tbody td {
        padding: 5px 0;
        text-align: center;
        border-top: 1px solid #24130F;
        border-left: 1px solid #24130F;
        border-bottom: 1px solid #24130F;
    #calendar tfoot td {
        padding: 5px;
        border-left: 1px solid #24130F;
        border-bottom: 1px solid #24130F;
    #calendar tfoot #next {
        border-top: 1px solid #24130F;
        text-align: right;
    #calendar tfoot #prev {
        border-top: 1px solid #24130F;
    #calendar .pad {
        border-bottom: 1px solid #24130F;
    #calendar #today {
        background: #24130F;
    /* Footer */
    #footer {
        width: 920px;
        height: 49px;
        margin: 0 auto;
        padding-top: 50px;
    #footer-bgcontent {
        margin: 0px;
        padding: 0px;
        height: 99px;
        background: #394144;
    #footer p {
        margin: 0;
        text-align: center;
        line-height: normal;
        text-transform: uppercase;
        font-size: 10px;
        color: #FFFFFF;
    #footer a {
        color: #E5FFC4;
    This is the Mainpage:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Uimodo</title>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <link href="../style/style.css" rel="stylesheet" type="text/css" media="screen" />
    <script type="text/javascript" src="jquery/jquery-1.4.3.min.js"></script>
    </head>
    <body>
    <div id="wrapper">
        <div id="logo">
      </div>
      <hr />
        <!-- end #logo -->
        <div id="header">
          <div id="menu">
            <ul>
              <li><a href="Vidmin.php" class="first">Home</a></li>
              <li><a href="Other.php">Other</a></li>
            </ul>
          </div>
          <!-- end #menu -->
          <div id="search">
            <form method="get" action="">
              <fieldset>
                <input type="button" id="search-submit" onclick="window.location.href='now.php'" value="UPLOAD NOW" />
              </fieldset>
            </form>
          </div>
          <!-- end #search -->
      </div>
        <!-- end #header -->
        <!-- end #header-wrapper -->
        <div id="page">
        <div id="page-bgtop">
            <div id="content">
              <table width="920" border="0" align="center"  cellpadding="4">
                <tr>
                  <td height="42" valign="top"><table width="415" height="41" align="right">
                    <tr>
                      <td width="215" height="35" align="center"> </td>
                      <td width="60" align="center"><a href="" target="_blank"><img src="../Logo/fblogo.png" alt="" width="34" height="33" /></a></td>
                      <td width="124"><a href="" target="_blank"><img src="../Logo/twitlogo.png" alt="" width="34" height="33" /></a></td>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <td height="72" valign="top" align="center"><table width="859" height="72" border="0">
                    <tr>
                      <td width="293" height="49"><div align="center"><font size="5" color="#333333">Signup</font></div></td>
                      <td width="14"> </td>
                      <td width="296"><div align="center"><font size="5" color="#333333">Login</font></div></td>
                    </tr>
                    <tr>
                      <td height="17"><div align="center" id="register"></div></td>
                      <td> </td>
                      <td><div align="center" id="loginstatus"></div></td>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <td height="269" valign="top" align="center"><table width="908" height="291" border="0" align="center" cellpadding="3" bgcolor="#CCCCCC">
                    <tr>
                      <td width="401" height="287" align="center" valign="top"><form id="register_form" method="post" action="">
                        <table width="300" height="291" >
                          <tr>
                            <td height="23" colspan="2"> </td>
                            </tr>
                          <tr>
                            <td width="85" height="36"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif">Username :</font> <br />
                              </div></td>
                            <td width="203"><input name="realname" id="realname" type="text" size="30" value='<?Php echo $profile['displayName'];?>'/></td>
                            </tr>
                          <tr>
                            <td height="45"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif">Email :</font> <br />
                              </div></td>
                            <td><div align="left">
                              <input name="email" id="email" type="text" size="30" value='<?Php echo $profile['email'];?>'/>
                              <input name="propic" id="propic" type="hidden" size="30" value='<?Php echo $profile['photo'];?>'/>
                              </div></td>
                            </tr>
                          <tr>
                            <td height="81"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif">Security :</font> <br />
                              </div></td>
                            <td><div align="center"><img src="CaptchaSecurityImages.php?width=150&amp;height=40&amp;characters=8" alt="captcha"/></div>
                              <p>
                                <input name="security_code" id="security_code" type="text" size="30" />
                                </p></td>
                            </tr>
                          <tr>
                            <td height="45"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif">Password:</font> <br />
                              </div></td>
                            <td><div align="left">
                              <input name="password" id="password" type="text" size="30" />
                              </div></td>
                            </tr>
                          <tr>
                            <td height="45"> </td>
                            <td><div align="left">
                              <input type='submit' name="submit" id="submit" value='Sign Up'/>
                              </div></td>
                            </tr>
                          </table>
                        </form></td>
                      <td width="6" align="center"></td>
                      <td width="475" align="center" valign="top"><form method='post' id='login_form'>
                        <table width="300" height="176" >
                          <tr>
                            <td height="19" colspan="2"> </td>
                            </tr>
                          <tr>
                            <td height="36"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif" >Email :</font> <br />
                              </div></td>
                            <td><div align="left">
                              <input name='emailenter' type='text' id='emailenter'  size="25" />
                              </div></td>
                            </tr>
                          <tr>
                            <td height="45"><div align="right"><font color="#333333" size="3" face="Arial, Helvetica, sans-serif">Password :</font> <br />
                              </div></td>
                            <td><div align="left">
                              <input name='passcode' type='password' id='passcode' maxlength='15' size="25" />
                              </div></td>
                            </tr>
                          <tr>
                            <td height="45"> </td>
                            <td><div align="left">
                              <input type='submit' name='submit' value='Login'/>
                              <a href="ForgotPassword.php">Forgot Password?</a></div></td>
                            </tr>
                          </table>
                        </form></td>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <td height="23" valign="top" align="center" > </td>
                </tr>
              </table>
    </div>
            <!-- end #content -->
            <div style="clear: both;"> </div>
        </div>
        </div>
        <!-- end #page -->
        <div id="footer-bgcontent">
        <div id="footer">
            <p>Copyright (c) . </p></div>
        </div>
        <!-- end #footer -->
    </div>
    </body>
    </html>
    Please just focus on the logo div. It suddenly moves to the middle on different screen size etc. Hope you can help.

  • PL/SQL component align right

    Hi guys,
    I was wondering if there was a way to align "Reports Region" PL/SQL components next to each other. I have 2 belonging to the same parent but they are displayed below each other.
    I tried float:right in my HTP.p code and align=right in the "Region HTML table cell attributes" but it doesn't work~
    I would have though this overrides any template because I'm declaring it lower down the hierarchy (e.g. afaik CSS dictates that if I declare color=blue inline then it overrides some generic declaration in class B of color="red" even though I have <div class="B" style="color:red")
    I'm reluctant to change the template since it could have adverse effects elsewhere and I just need it for this page

    Dird wrote:
    Hi guys,
    I was wondering if there was a way to align "Reports Region" PL/SQL components next to each other. I have 2 belonging to the same parent but they are displayed below each other.
    I tried float:right in my HTP.p code and align=right in the "Region HTML table cell attributes" but it doesn't work~<tt>align</tt> is deprecated and should not be used.
    I would have though this overrides any template because I'm declaring it lower down the hierarchy (e.g. afaik CSS dictates that if I declare color=blue inline then it overrides some generic declaration in class B of color="red" even though I have &lt;div class="B" style="color:red")
    I'm reluctant to change the template since it could have adverse effects elsewhere and I just need it for this pageAs I know you know, you get a faster, more effective response by including required relevant information as possible upfront. For visual layout problems this is:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Region and component template(s) used
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    The best way to get assistance with layout and visual formatting problems is to create an example apex.oracle.com where we can actually get hands on with it.
    See:
    <li>{message:id=9212293}
    <li>{thread:id=2155320}
    The most frequent cause of problems with subregion positioning is that covered in the second link: a No Template setting for the subregions means there's no container element for region attributes to be applied to.

  • Generic column - aligne right

    Hi
    I created dynamic report on function returning query. Now I have problem with number columns, because columns aligne left. Is it some simple solution to aligne right ?
    Regards

    OK.. simple solution. Find the class name of your report.
    Add an inline style sheet to the page header or region header.
    For instance, I have an interactive report, and the class name is: apexir_WORKSHEET_DATA
    so, I add this to the page header:
    <style type="text/css">
    .apexir_WORKSHEET_DATA tr td {
    text-align:right;
    </style>The column contents is then aligned to the right.
    Trent

  • CSS Browser compatibility problems - Safari

    I just published my portfolio site and it looks/functions fine in Firefox and Chrome, but is COMPLETELY screwed in safari and I don't even want to check IE.
    It previews in Safari browser out of Dreamweaver fine too, which really confuses me since that what I was going off of.  The flash elements don't work correctly, the Spry menu bar and accordions don't work. None of the hover classes work.  The image thumbnails which use lightbox don't display.  And the content section isn't even visible.  I don't even know where to start.  Any help/suggestions would be much appreciated.  Here is some code:
    Site:  http://damon9.com
    CSS
    @charset "UTF-8";
    /* CSS Document */
    <style type="text/css">
    #wrapper{
    margin: 0 auto;
    width: 100%;
    #Table_01 {
    position:relative;
    left:0px;
    top:0px;
    width:1280px;
    height:900px;
    margin: 0 auto;
    #apDiv1 {
    position:absolute;
    left:563px;
    top:187px;
    width:10px;
    height:217px;
    z-index:1;
    body {
    background-color: #000;
    #index-01 {
    position:absolute;
    left:0px;
    top:0px;
    width:1280px;
    height:107px;
    #index-02 {
    position:absolute;
    left:0px;
    top:107px;
    width:223px;
    height:297px;
    #Damonx20Carlstrom {
    position:absolute;
    left:223px;
    top:107px;
    width:350px;
    height:66px;
    #PowerButton {
    position:absolute;
    left:574px;
    top:108px;
    width:159px;
    height:177px;
    #index-05 {
    position:absolute;
    left:732px;
    top:107px;
    width:548px;
    height:25px;
    #index-06 {
    position:absolute;
    left:732px;
    top:132px;
    width:107px;
    height:55px;
    #Creativex20Portfolio {
    position:absolute;
    left:839px;
    top:132px;
    width:239px;
    height:41px;
    #index-08 {
    position:absolute;
    left:1078px;
    top:132px;
    width:202px;
    height:272px;
    #index-09 {
    position:absolute;
    left:223px;
    top:173px;
    width:350px;
    height:14px;
    #index-10 {
    position:absolute;
    left:839px;
    top:173px;
    width:239px;
    height:14px;
    #index-11 {
    position:absolute;
    left:223px;
    top:187px;
    width:16px;
    height:217px;
    #Home a{
    background-image:url(../images/Home.jpg);
    position:absolute;
    left:239px;
    top:187px;
    width:80px;
    height:32px;
    #Home a:link{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Home.jpg);
    width:80px;
    height:32px;
    #Home a:visited{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Home.jpg);
    width:80px;
    height:32px;
    #home a:hover{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Home_hover2.jpg);
    width:80px;
    height:32px;
    #index-13 {
    position:absolute;
    left:319px;
    top:187px;
    width:30px;
    height:217px;
    #About a{
    background-image:url(../images/About.jpg);
    position:absolute;
    left:349px;
    top:187px;
    width:77px;
    height:32px;
    #about a:link {
    position:absolute;
    text-decoration: none;
    background-image:url(../images/About.jpg);
    width:77px;
    height:32px;
    #about a:visited {
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Digital.jpg);
    width:77px;
    height:32px;
    #about a:hover {
    position:absolute;
    text-decoration: none;
    background-image:url(../images/About_hover2.jpg);
    width:77px;
    height:32px;
    #index-15 {
    position:absolute;
    left:426px;
    top:187px;
    width:36px;
    height:217px;
    #Resume a{
    position:absolute;
    background-image:url(../images/Resume.jpg);
    left:462px;
    top:187px;
    width:101px;
    height:32px;
    #Resume a:link{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Resume.jpg);
    width:101px;
    height:32px;
    #Resume a:visited{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Resume.jpg);
    width:101px;
    height:32px;
    #Resume a:hover{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Resume_hover2.jpg);
    width:101px;
    height:32px;
    #index-17 {
    position:absolute;
    left:563px;
    top:187px;
    width:10px;
    height:217px;
    #index-18 {
    position:absolute;
    left:732px;
    top:187px;
    width:20px;
    height:217px;
    #Print {
    position:absolute;
    left:752px;
    top:187px;
    width:77px;
    height:32px;
    #index-20 {
    position:absolute;
    left:829px;
    top:187px;
    width:38px;
    height:217px;
    #Art a{
    position:absolute;
    background-image:url(../images/Art.jpg);
    left:867px;
    top:187px;
    width:63px;
    height:32px;
    #Art a:link{
    position: absolute;
    text-decoration: none;
    background-image:url(../images/Art.jpg);
    width:63px;
    height:32px;
    #Art a:visited{
    position: absolute;
    text-decoration: none;
    background-image:url(../images/Art.jpg);
    width:63px;
    height:32px;
    #Art a:hover{
    position: absolute;
    text-decoration: none;
    background-image:url(../images/Art_hover2.jpg);
    width:63px;
    height:32px;
    #index-22 {
    position:absolute;
    left:930px;
    top:187px;
    width:52px;
    height:217px;
    #Digital {
    position:absolute;
    left:982px;
    top:187px;
    width:84px;
    height:32px;
    z-index: 20;
    #index-24 {
    position:absolute;
    left:1066px;
    top:187px;
    width:12px;
    height:217px;
    #index-25 {
    position:absolute;
    left:239px;
    top:219px;
    width:80px;
    height:185px;
    #index-26 {
    position:absolute;
    left:349px;
    top:219px;
    width:77px;
    height:185px;
    #index-27 {
    position:absolute;
    left:462px;
    top:219px;
    width:101px;
    height:185px;
    #index-28 {
    position:absolute;
    left:752px;
    top:219px;
    width:77px;
    height:185px;
    #index-29 {
    position:absolute;
    left:867px;
    top:219px;
    width:63px;
    height:185px;
    #index-30 {
    position:absolute;
    left:982px;
    top:219px;
    width:84px;
    height:185px;
    #index-31 {
    position:absolute;
    left:573px;
    top:285px;
    width:159px;
    height:119px;
    #index-32 {
    position:absolute;
    left:0px;
    top:404px;
    width:211px;
    height:496px;
    #index-34 {
    position:absolute;
    left:1091px;
    top:404px;
    width:189px;
    height:496px;
    #NewPortfolioSite-32 {
    position:absolute;
    left:0px;
    top:404px;
    width:211px;
    height:796px;
    h2,h3,h4,h5,h6,p{
    font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
    letter-spacing: 1px;
    h2 {
    color: #FFF;
    font-size: 16px;
    h3 {
    font-size: 14px;
    color: #FFF;
    h4 {
    font-size: 12px;
    color: #FFF;
    h5 {
    font-size: 10px;
    color: #FFF;
    p{
    font-size: 12px;
    color: #FFF;
    /*Style is used for flash pieces*/
    h1 {
    padding: 20px;
    #Content {
    position:absolute;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-image:url(../images/FrontContent2_S1.png) ;
    float:left;
    left:211px;
    top:404px;
    width:810px;
    height:738px;
    z-index: 20;
    background-repeat:no-repeat;
    #BackContent {
    position:absolute;
    background-image:url(../images/BackContent.jpg);
    left:-80px;
    top:172px;
    width:810px;
    height:738px;
    z-index: 1;
    #NewPortfolioSite-34 {
    position:absolute;
    left:1091px;
    top:404px;
    width:189px;
    height:796px;
    #Footer {
    position:absolute;
    left:-80px;
    top:911px;
    width:880px;
    height:58px;
    text-align: right;
    #Footer p{
    text-align:right;
    font-size: 12px;
    padding-right: 235px;
    padding-top: 5px;
    letter-spacing: 1px;
    #NewPortfolioSite2-31 {
    position:absolute;
    left:239px;
    top:234px;
    width:54px;
    height:170px;
    #space {
    position:absolute;
    left:293px;
    top:234px;
    width:242px;
    height:244px;
    z-index: 10;
    #NewPortfolioSite2-33 {
    position:absolute;
    left:535px;
    top:234px;
    width:28px;
    height:170px;
    #NewPortfolioSite2-15 {
    position:absolute;
    left:133px;
    top:-47px;
    width:36px;
    height:47px;
    #NewPortfolioSite2-13 {
    position:absolute;
    left:24px;
    top:-47px;
    width:30px;
    height:47px;
    #NewPortfolioSite2-25 {
    position:absolute;
    left:239px;
    top:219px;
    width:80px;
    height:15px;
    #NewPortfolioSite2-26 {
    position:absolute;
    left:-54px;
    top:-15px;
    width:77px;
    height:15px;
    #NewPortfolioSite2-27 {
    position:absolute;
    left:462px;
    top:219px;
    width:101px;
    height:15px;
    #FlashID {
    position:absolute;
    left:1px;
    top:0px;
    width:242px;
    height:244px;
    z-index: 10;
    #FlashID2 {
    position:absolute;
    width: 159px;
    height: 178px;
    z-index:  20;
    top: 0px;
    left: -1px;
    #PWbutton {
    position:absolute;
    left:573px;
    top:107px;
    width:159px;
    height:178px;
    z-index: 1;
    #Spaceback {
    position: absolute;
    left: 1px;
    top: 0px;
    width: 242px;
    height: 244px;
    z-index: 1;
    #Menubar1 li, #MenuBar2 li {
    font-family:"Helvetica", Arial, Trebuchet MS, sans-serif;
    letter-spacing: 1px;
    font-weight:100;
    #vlightbox1 h1, h2, h3, h4, h5, h6{
    font-weight:100;
    ul, ol, dl { position: relative; }
    #timelapse {
    padding-left: ;
    #specialeffects{
    #autodesk{
    padding-left: ;
    #me{
    position: absolute;
    float: left;
    padding-left: 120px;
    padding-top:25px;
    z-index: auto;
    #description{
    float: right;
    position: absolute;
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 420px;
    line-height: 24px;
    #description p{
    letter-spacing: 2px;
    float: right;
    #aboutcontent {
    padding-right: 40px;
    padding-left: 40px;
    #socialmedia2 {
    background-image:url(../images/socialmedia2.png);
    position:absolute;
    float: right;
    left:656px;
    top:5px;
    width:214px;
    height:43px;
    z-index: 20;
    #iconrow{
    padding: 6px;
    padding-left: 18px;
    #linkedin{
    float: left;
    padding-right: 5px;
    #twitter {
    float: left;
    padding-right: 5px;
    #facebook {
    float: left;
    padding-right: 5px;
    #buscard{
    float: right;
    padding-right: 190px;
    a img{
    border: none;
    </style>

    I wonder if adding a position and z-index to it would help.
    Adding a position and z-index to anything rarely helps!  I think the problem is more systemic than that.  But I'm not a Flash person so I don't really know.

  • How do I use align="right" for text in a dl environment?

    I use a <dl> environment to control vertical line spacing extensively (thousands of pages).  Here is the objective:
    But I also need to have generation numbers, e.g. "2.2.1" right aligned on a defined width page.  I have tried various ways of achieving this using <div>, <span>, etc.  Each has unintended consequences.  The above is created using <table> in the <dt> line.  But W3C validator objects every time. 
    Here is my script:
    Or, if this is easier to read:
    <dt class="type_U_XXX"><table width="720" border="0" cellpadding="0">
      <tr>
        <td width="680">Johann Peter Bayer (*23.10.1716 Undenheim)</td>
        <td width="40" align="right">2.2.4</td>
      </tr>
    </table></dt>
    <dd class="col_0">Taufpate war Johann Peter Cohn, Gau-Odernheim.</dd>
    <dd class="col_0">Johann Peter Bayer war von 1751-1788 St.Albans-Hofmann in Undenheim.  Er ist als "hervorragender und emsiger Mann" und als "der Hof-Peter" überliefert.  Am 04.02.1744 heiratete er in Undenheim <i>Anna Catharina Dapper aus Sörgenloch</i>.  Trauzeugen waren Joh. Mathäus Bayer und Joh. Peter Dapper.<br /><br /></dd>
    <dt class="col_1">Kinder: (13)</dt>
    <dt class="type_U_XXXsX"><table width="680" border="0" cellpadding="0">
      <tr>
        <td width="640">Johann Mathäus Bayer (*03.04.1745, +02.10.1746 )</td>
        <td width="40" align="right">2.2.4/1</td>
      </tr>
    </table></dt>
    <dd class="col_1">Taufpate war Joh. Mathäus Lahr.<br /><br /></dd>
    How can I right-align the numbers in a <dl> environment?  It has to be in the <dt> line, not the <dd>.  Using the <dd> line indents the left margin, which is not acceptable. 
    Thanks for your help.  Please be very explicit.  Please show me the line or two of script that is needed, don't just say for example, use a <div>.

    I love your use of the definition list   However, nesting <table> in <dt> is obviously not good.
    HTML
    <dl>
            <dt>
                <div class="name">Johann Peter Bayer (*23.10.1716 Undenheim)</div>
                <div class="id">2.2.4</div>
            </dt>
            <dd>
                <p>Taufpate war Johann Peter Cohn, Gau-Odernheim.</p>
                <p>Johann Peter Bayer war von 1751-1788 St.Albans-Hofmann in Undenheim.  Er ist als "hervorragender und emsiger Mann" und als "der Hof-Peter" überliefert.  Am 04.02.1744 heiratete er in Undenheim <em>Anna Catharina Dapper aus Sörgenloch</em>.  Trauzeugen waren Joh. Mathäus Bayer und Joh. Peter Dapper.</p>
            </dd>
            <dt>
                <div class="name">Johann Peter Bayer (*23.10.1716 Undenheim)</div>
                <div class="id">2.2.4</div>
            </dt>
            <dd>
                <p>Taufpate war Johann Peter Cohn, Gau-Odernheim.</p>
                <p>Johann Peter Bayer war von 1751-1788 St.Albans-Hofmann in Undenheim.  Er ist als "hervorragender und emsiger Mann" und als "der Hof-Peter" überliefert.  Am 04.02.1744 heiratete er in Undenheim <em>Anna Catharina Dapper aus Sörgenloch</em>.  Trauzeugen waren Joh. Mathäus Bayer und Joh. Peter Dapper.</p>
            </dd>
    </dl>
    CSS
    dl {
    width: 720px;
    dl > dt > div.name {
        float: left;
        width: 680px;
    dl > dt > div.id {
        float: left;
        padding: 0 0 0 10px;
        width: 30px;
    dl > dd {
        clear: left;
    You may need to tweak the CSS a bit but you get the general idea.
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • Re-sizing, align right while keeping the menu fixed using flash AS2

    contact
    khuon
    mau
    My problem is recreating the align right effect while keeping
    the menu fixed using flash AS2 mostly for re sizing as well as
    different screen sizes.
    While i can do one or the other but both is just not
    happening.
    I have tried all sorts of weird and wonderful things but as
    yet, alas no easy/simple solution :(
    I must admit it has been a long time since i have been here
    but.. I thought if someone could have a quick look and maybe please
    give me a few pointers ??
    Anything at all would be better than what i have now ...
    Thanks for your time

    The link again is I forgot to add http to the link before, but it should have worked.
    http://www.lipowiec.org/test/index.php
    a) used Dreamweaver to create new site selected 1 column, elastic, centered, header, and footer
    b) used spry to add horizontal menu to header
    c) followed instructions from Spry Help
    http://livedocs.adobe.com/en_US/Spry/SDG/index.html?lang=en_US ->
    working with spry widgets -> working with the menu bar widget -> Customize the dimension of menu items as indicated
    To change the dimension of menu items by changing the width properties of the menu item’s li and ul tags.
    Locate the ul.MenuBarVertical li or ul.MenuBarHorizontal li rule.
    Change the width property to a desired width, or change the property to auto to remove a fixed width, and add the property and value white-space: nowrap; to the rule.
    Locate the ul.MenuBarVertical ul or ul.MenuBarHorizontal ul rule.
    Change the width property to a desired width (or change the property to auto to remove a fixed width).
    Locate the ul.MenuBarVertical ul li or ul.MenuBarHorizontal ul li rule.
    Add the following properties to the rule: float: none; and background-color: transparent;.
    Delete the width: 8.2em; property and value.
    Under IE it's broken, under the other browsers it works.
    There need to be more IE HACKS added.

  • Background image show  colspan="1"  rowspan ="1" align="right valign ='midd

    My APEX version 4.0.2
    Oracle Version 11g
    1. I created Background Image for Text Box .
    2. I gave Code in HTML CELL ATTRIBUTES
        as below
                     <span style="width:533px; height:59px;background-image:url('/i/images/mypicture.png');"></span>
    3.  PRE ELEMENT TEXT  i gave the below code
                     <span style="padding:120px;"></span>
        Images are showing but getting the below code on images how to suppress the below code        
                    colspan="1"  rowspan ="1" align="right valign ='middle'{code}
    Can anyone help me to fix this
    thanks and regards                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    A wrote:
    My APEX version 4.0.2
    Oracle Version 11gPlease edit your post and only use {noformat}{noformat}tags on actual code.
    1. I created Background Image for Text Box .
    2. I gave Code in HTML CELL ATTRIBUTES
    as below
    &lt;span style="width:533px; height:59px;background-image:url('/i/images/mypicture.png');"></span>
    APEX generates the <tt>span</tt> element for report cell contents when HTML Cell Attributes are specified. Remove them from your code:style="width: 533px; height: 59px; background-image: url(/i/images/mypicture.png);"
    Also, quotes are unneccessary in CSS URLs.
    3. PRE ELEMENT TEXT i gave the below code
    <span style="padding:120px;"></span>
    This is applying padding to an empty <tt>span</tt>. The property is better applied somewhere else. What exactly are you trying to achieve here?
    Images are showing but getting the below code on images how to suppress the below code
    colspan="1" rowspan ="1" align="right valign ='middle'
    The main cause of this is probably the unnecessary <tt>span</tt> in (2) above, but <tt>align="right valign ='middle'</tt> is a syntax error. Where is this coming from? The <tt>align="right"</tt> needs a terminating double quote.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Why won't my text align right in Live View or Browsers?

    I created a class called .reviewer so the the name of the reviewer would align right while the the review itself remains aligned to the left. I applied the class to the reviewer's name and in design view, it looks perfect. But in Live view and when I preview in a browser, the text remains aligned left. I put this class in two external style sheets, main.css and mainReviews.css.
    The page in question is: www.jillgrovemezzo.com/reviews.htm
    To be more specific, the text I want to align right under the first review is "Lawrence A. Johnson, Chicago Classical Review"
    Regina

    Add display: block; to your css class .reviewer (as shown below).
    .reviewer {
        text-align: right;
        display: block;

  • CSS alignment disparities and fix: LIVE View & Browser Lab views

    The upper half is LIVE View in DW CSS5.5 while the lower left is IE 9 and the lower right is FF 11 in BrowserLab.  Why such a disparity between LIVE View and IE9 and FF11?  You may notice that the horizontal navigation bar is only properly aligned in the IE9 view.  In fact the IE9 is exactly as I want this dwt file to look like.  I am redesigning my current web site and working solely on the dwt file.   These are the dwt and CSS code views. Where do I start to have FF aligned as IE9 and to fix the misleading LIVE view image.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
      <meta name="generator" content="HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org" />
      <meta name="description" content="Dillmans of Notasulga, Alabama" /><!-- Loading favicon -->
      <link rel="shortcut icon" type="image/x-icon" href="http://frankdillman.com/images/favicon/pryapus.ico" />
      <!-- Link to style sheet for this web site -->
      <link href="../css/frdstyles.css" rel="stylesheet" type="text/css" />
      <!-- Title below is for browser title bar and search engines only -->
      <!-- TemplateBeginEditable name="doctitle" -->
      <title>The Dillmans of Notasulga, AL</title><!-- TemplateEndEditable -->
      <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body style="margin: 0; padding: 0">
       <div id="wrap">
      <!--Start of page header -->
      <div id="header">
        <img src="../images/forest.gif" alt="forest gif" style="position:absolute; top: 5px; left: 5px" />
        <h1 style="margin-top: 0">Dillmans of Notasulga, AL</h1>
      </div>
      <!--End of page header-->
      <!--Start of horizontal nav bar-->
      <div id="navigationbar">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a class="MenuBarItemSubmenu" href="#">us</a>
            <ul>
              <li><a href="#">Frank</a></li>
              <li><a href="#">Dorothea and me</a></li>
              <li><a href="#">Grandkids</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">local interest</a>
            <ul>
              <li><a href="#">Notasulga</a></li>
              <li><a href="#">Macon County</a></li>
            </ul>
          </li>
          <li><a class="MenuBarItemSubmenu" href="#">recreation</a>
            <ul>
              <li><a class="MenuBarItemSubmenu" href="#">stained glass</a>
                <ul>
                  <li><a href="#">Item 3.1.1</a></li>
                  <li><a href="#">Item 3.1.2</a></li>
                </ul>
              </li>
              <li><a href="#">GPry Dogs</a></li>
              <li><a href="#">Goats</a></li>
              <li><a href="#">Orchids</a></li>
              <li><a href="#">Genealogy</a></li>
              <li><a href="#">Farm </a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">politics</a>
            <ul>
              <li><a href="#">TEA Party Locator</a></li>
              <li><a href="#">Misc. Notes</a></li>
              <li><a href="#">Elections</a></li>
              <li><a href="#">Legislature</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">links</a>
            <ul>
              <li><a href="#">Not Forever Wild</a></li>
              <li><a href="#">Dillman Family Assoc.</a></li>
              <li><a href="#">Military</a></li>
            </ul>
          </li>
        </ul>
      <!--End of horizontal nav bar-->
      </div>
      <!--Start of page sidebar-->
      <div id="sidebar">
      </div>
      <!--End of page sidebar-->
      <!--Start of main content-->
      <div id="main">
        <!-- TemplateBeginEditable name="frankbody" -->page body - do not take closing div <!-- TemplateEndEditable -->
      </div><!--End of main content-->
      <!--Start of page footer -->
      <div id="footer">
        <table style="width: 100%" summary="footer items">
          <tr>
            <!-- TemplateBeginEditable name="page footer1" -->
            <td style="width: 75px"> </td>
            <td style="width:150px; text-align: right">
              <div id="update">
                <!-- #BeginDate format:En2m -->05-Dec-2012  15:03<!-- #EndDate -->
              </div>
            </td><!-- TemplateEndEditable -->
            <td style="width:150px; text-align:center">
              <div id="copyright">
                &copy; 2008, 2009, 2010, 2011, 2012
              </div>
            </td><!-- TemplateBeginEditable name="footer2" -->
           <!-- <td style="width:100px; text-align:center"><a href="http://validator.w3.org/check?uri=referer"><img src=
            "http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a></td> -->
           <!-- <td style="width:100px; text-align:center"><a href="http://jigsaw.w3.org/css-validator/"><img style=
            "border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt=
            "Valid CSS!" /></a></td>  -->
            <!-- TemplateEndEditable -->
          </tr>
        </table>
      </div><!--End footer-->
        <!--close wrap--></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
       </script>
    </body>
    </html>
    CSS file:
    /*stylesheet.css for my personal pages*/
    /* Body text and page background */
    body{
         margin:0;
         padding: 0;   
         font-family: 'Book Antiqua', Times, Serif;
         font-size: medium;
         color: #000000;
         background-color: #FFFFFF;
    #wrap{
        margin: 0 auto;
        width: 860px;
        position: relative;
    /*Style for main content */
    #main{
        margin-left:14.5em;
        margin-right:0;
        padding: 5px;
        text-align: justify;
        background-color: #B2F63D;
        color: #333333;
    /* Page header style 4Dec2012 testing additonal height: auto line of code suggested by http://www.adobe.com/inspire-archive/january2011/articles/article2/index.html?trackingid=I EHCL */
    #header{
        top:100px;
        left:0;
        width:100%;
        height: auto;
        height:50px;
        background-color: #BF9230;
        border-bottom: thick solid #000000;
    /*horizontal naivagion bar using spry*/
    #navigationbar {
    /*Style for sidebar column  with total width of 10.5em and top:5.25em   UNABLE to GET top to align with body top.  Adjusting sidebar top has no effect */
    #sidebar {
        position: fixed;
        top: 5.25em;
        left: 4.65em;
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        display: inline;
        padding: 2em;
        width: 10.5em;
        background-color: #619A00;
        border-right: thin solid #000000;
    .redbold {
        color: #FF0000;
        font-weight: bold;
    .quotetext {
        font-style:italic;
    .bluebold {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-variant: normal;
        color: #0066CC;
        text-decoration: none;
        text-align: center;
      /*Level 1 Headings */
    h1{
        font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
        font-size: x-large;
        color: #00008b;
        text-align: center;
    /*Level 2 Headings */
    h2{
         font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
        font-size: large;
        color: #00008b;
        text-align: center;
    /*Level 2 Headings in red*/
    h2_red{
        font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
        font-size: large;
        color: #FF0000;
        text-align: center;
        font-weight: bold;
    /*Level 3 Headings */
    h3{
        font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
        font-size: medium;
        color: #00008b;
        text-align: center;
    /* Unvisited links */
    a:link{
       color: #00bfff; /* sky blue */
       text-decoration: underline;
    /* Visited links (no underline) */
    a:visited{
    color: #ff00ff; /* fuchsia */
    text-decoration: none;
    /* Hover links (red no underline) */
    a:hover{
    color: #ff0000; /* red */
    text-decoration: none;
    /* Active links (green no underline) */
    a:active{
    color: #00ff00; /* green */
    text-decoration: none;
    /*Float image to left of paragraph*/
    img.floatLeft{
       float: left;
       margin-right: 5px; margin-top: 5px; margin-bottom: 5px;
    /* Float image to right of paragraph */
    img.floatRight{
    float: right;
    margin-left: 5px; margin-top: 5px; margin-bottom: 5px:
    /* Center image between margins */
    div.center{
    width: 100%;
    text-align: center
    /* Page footer style */
    #footer{
         clear:both;   
         height: 42px;
         width: 100%;
         background-color: #BF9230;
         border-top: thick solid #000000;
    /*Page footer and automatic update of date */
    #update{
       font-family: 'Times New Roman', Times, serif;
       font-size: x-small;
       color: #000000;
       text-align: left;
       margin-left: 7em;
    /*Page footer copyright dates */
    #copyright{
       font-family: 'Times New Roman', Times, serif;
       font-size: x-small;
       color: #000000;
       text-align: left;
       margin-left: 3em;
    /*Style for tables of thumbnail images: lesson5, chapter2*/
    tables.thumbs{
        vertical-align: middle;
        text-align: center;
        border-collapse: collapse;
    /*Style for table cells that contain thumbnails*/
    td.thumbs{
        border: solid 1px #00bfff;
        padding: 5px;
    /*Style for thumbnail images*/
    img.thumbs{
        width:100px;
    /* determine if in use.  If not delete
    .legislative {
        color: #800000;
        font-size: 24px;
        font-style: normal;
        font-weight: bold;
        text-decoration: blink;

    I think it's fair to say Spry is not your best option anymore.  Spry 1.6 was a pre-release version made in 2006.  It neither works well in IE9 nor touch screen devices (iPhone, iPad, etc..) because it predates them.
    You could switch to Spry Menu 2.0 from the Widget Exchange (the last version made), but Adobe has abandoned the Spry framework in favor of jQuery:  
    http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l
    Other Menus:
         Pop-Menu  Magic2 by PVII (DW extension purchase)
        http://www.projectseven.com/products/menusystems/pmm2/index.htm
        jQuery Superfish
        http://users.tpg.com.au/j_birch/plugins/superfish/
        jQuery Mega Menus 
        http://www.javascriptkit.com/script/script2/jkmegamenu.shtml
        CSS3 Dropdown Menus
        http://www.red-team-design.com/css3-dropdown-menu
        10 Responsive Menus
        http://speckyboy.com/2012/08/29/10-responsive-navigation-solutions-and-tutorials/
    Nancy O.

  • Align right in PDF file

    I am very confused by the right alignment of the PDF file.
    When we display a number, generally we will align it right. It looks fine on the report preview. But when I generate a PDF file from the report server, the data will not be aligned right very well. The data with one~two numbers indents a little comparing with the data with six or more numbers. Even these data comes from the same repeating frame.
    Please let me know if you have any suggestion or ever resolved it. Thanks in advance!
    Best regards,
    Stev.

    Have you made sure that the Reports Server is running not as 'LocalSystem', but instead as a user that has access to a printer driver in the services panel. This type of issue is frequently caused by using screen rather than printer information to render the output.
    Hope this helps,
    Danny

  • BUG:text-align:right; inline style not working on read-only af:InputText

    Hello,
    A bug in how af:InputText works if readonly=true. I have an af:InputText that has "text-align:right;" for the InlineStyle. The inputText is inside of an af:Column in af:Table. If the inputtext is readonly=false, it works properly and renders right-aligned. If readonly=true, then it renders left-aligned. I have also tried setting inlineStyle for the column to text-align:right;, and I get the same behavior.
    Regards,
    John

    John,
    Try adding formatType="number" to your af:column (if you want all data in that column aligned to the right). If you don't want the entire column right aligned, try using disabled instead of readonly.
    Jim

  • Access rights problem

    I have set up two OID instances to talk between one another and think I have the mapping files correct.
    I now see Insufficient Access Rights in the logs. Does anyone have any ideas what this could be? Does the exchange between servers run under a specific user?
    orclOdipSynchronizationStatus: Mapping Failure, Agent Execution Not Attempted
    orclOdipSynchronizationErrors: Error Creating Entry in OID
    Sleeping for 1secs
    Exception creating Entry : javax.naming.NoPermissionException: [LDAP: error code 50 - Insufficient Access Rights
    ]; remaining name 'cn=[email protected],cn=users,dc=hoc,dc=test,dc=com'
    [LDAP: error code 50 - Insufficient Access Rights]
    OIDUserImport:Error in Mapping EngineODIException: DIP_OIDWRITER_ERROR_CREATE
    ODIException: DIP_OIDWRITER_ERROR_CREATE
    at oracle.ldap.odip.gsi.LDAPWriter.createEntry(LDAPWriter.java:975)
    at oracle.ldap.odip.gsi.LDAPWriter.insert(LDAPWriter.java:328)
    at oracle.ldap.odip.gsi.LDAPWriter.writeChanges(LDAPWriter.java:239)
    at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:406)
    at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:262)
    at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:155)
    Regards

    Do let us know if you find the answer. I've been stuck for days on an LDAP access rights problem.

  • Align=right tag causes image to not print

    I inserted an image at the beginning of a paragraph. Then, I
    manually added the align=right parameter to the <img src>
    tag. However, now my image won't print when I generate my printed
    documentation layout.

    See Word Issues in this topic.
    http://www.grainge.org/pages/authoring/printing/print_issues.htm

  • Setting text to align right on a JLabel

    Hey,
    How do I set text on a JLabel to align to the right of that JLabel? I've tried setText("mytext", Align.Right); but that doesn't work.

    This is all in the javadocs. Please RTFM next time
    http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JLabel.html#setHorizontalAlignment(int)

Maybe you are looking for