question simple css

Hello

I'm stuck with a question simple css-

I need to display some text below the other strings:

Text1
Text2
Text3

I use jspx:

< af:panelGroupLayout layout = "vertical" >

< af:panelGroupLayout >
< af:outputText value = "text1" / >
< / af:panelGroupLayout >

< af:panelGroupLayout >
< af:outputText value = "text2" / >
< / af:panelGroupLayout >

< af:panelGroupLayout >
< af:outputText value = "Text3" / >
< / af:panelGroupLayout >

< / af:panelGroupLayout >


well, I receive the channels displayed vertically.


but I need them to the right of the screen-

so I use the style class:

{.textClass}
float: right;
}

and adding in all three group layout in the hope that the three strings to shift right-

< af:panelGroupLayout layout = "vertical" >

< af:panelGroupLayout >
< af:outputText value = "text1" styleClass = "textClass" / >
< / af:panelGroupLayout >

< af:panelGroupLayout >
< af:outputText value = "text2" styleClass = "textClass" / >
< / af:panelGroupLayout >

< af:panelGroupLayout >
< af:outputText value = "Text3" styleClass = "textClass" / >
< / af:panelGroupLayout >

< / af:panelGroupLayout >


they go right, but they are now displayed on one line:

text3text2text1


what I wanted was-

-------------------------text1
-------------------------text2
-------------------------text3


Please suggest.

Thank you.

Why so complicated?

            
                
                
                
            

the round is played.

Timo

Tags: Java

Similar Questions

  • Question of CSS... Help, please

    Hi all..

    Please help me with this question of CSS.

    I have the following style for my interactive report get the "" «scroll bar»»»

    {#apexir_DATA_PANEL}
    margin-bottom: 10px;
    overflow: auto;
    }

    It works well (there are still a few problems), but it's the only major I face.

    CSS is the application very well when the page loads, but when I navigate among records of IR (report refreshes).
    I'm losing the SCROLL bar.

    Not sure why she does like that.

    Browser: IE 7 (* is the problem of browser *)

    Please help me

    Thank you

    Kumar wrote:

    Browser: IE 7 (* is the problem of browser *)

    Yes. Question interactive report CSS... increasing the width of page to reflect the IR with a scroll bar on the display, allowing the user to view the entire width.

    Delete

    #apexir_DATA_PANEL {
    margin-bottom: 10px;
    overflow: auto;
    }
    

    The IE7 bug can be resolved by feeding it the following CSS fix for browsers of pre - IE8 with a conditional comment in the header HTML page:

    
    

    Specify the scale too static region ID on the region of the infrared for use as a CSS selector.

    However, the presentation of information in a way that requires users to scroll horizontally is awkward. This will be particularly true in combination with a think IR to user experience: y at - it another way to view this information?

  • A simple CSS question

    I don't know how I managed, but the list appears on the right side of the div, despite the fact that I have text-align: left.

    A reflection about how I managed?

    HTML:

    < div id = "workArea" >
    < div id = "nav" >
    < ul >
    < li > < a href = "#product1" > product 1 < /a > < /li >
    < li > < a href = "#product2" > product 2 < /a > < /li >
    < li > < a href = "#product3" > product 3 < /a > < /li >
    < li > < a href = "#product4" > product 4 < /a > < /li >
    < /ul >
    < / div >
    CSS:

    #nav {}
    top: 95px;
    position: absolute;
    Width: 150px;
    left: 0px;
    height: 411px;
    text-align: left;
    background-color: #CCCCCC;
    }

    Li {list-style: none ;}}
    a {text-decoration: none; color: #000000; outline: none ;}}

    http://gtworkspace.com/peloton/product_pg

    Absolute positioning, yuck!  You just need your lists of style better.

    Try this (note the changes in red):

    #nav ul {}

    margin: 150px 0;
    padding: 5px;
    Width: 145px;
    float: left;
    background-color: #CCC;
    do-size: 16px;

    }

    #nav li {list-style: none}

    #nav li a {}

    Display: block;

    Color: #000;

    text-decoration: none;

    }

    #nav li a: hover,

    #nav li a: active,

    #nav li a: focus {}

    color: #FFF;

    text-decoration: underline;

    }

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

  • Very simple CSS help, borders

    Very little CSS problem. I have a Web page that is a fixed height with blue borders on each side and the bottom. This Web page has a facebook comments box, and I noticed after a number of comments, comments exceed beyond my Web page under my foot. It does because most of comments added to a web page gets more Web page. And my Web page having a fixed height comments started running off the page. The simple solution to this would be at the height of the div to auto or don't have much style to set a height at all. I did this and for some reason when I do this my web page borders disappear. My question is how to make my Web page to extend with comments from facebook without my borders disappear. Example of a page on my site: http://covermyprofile.com/view.php?id=12 & image = http://i1176.photobucket.com/albums/x332/Ja rel20/covers/hiphop/kid_cudi_glasses.jpg

    #bodywrap {
     width: 910px;
     border-left-width: 1px;
     border-left-style: solid;
     border-left-color: #9FD6E1;
     border-right-width: 1px;
     border-right-style: solid;
     border-right-color: #9FD6E1;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #9FD6E1;
     height: 2025px; (if i set this to auto my borders disappear)
    

    Rather than using the property HEIGHT use INFINITY as per

    {#bodywrap}

    Width: 910px;

    border-left-width: 1px;

    border-left-style: solid;

    border-left-color: #9FD6E1;

    border-right-width: 1px;

    border-right-style: solid;

    border-right-color: #9FD6E1;

    border-bottom-width: 1px;

    border-bottom-style: solid;

    border-bottom-color: #9FD6E1;

    overflow: hidden;

    }

    GRAMPS

  • Question about CSS @import and some confusion ID

    1ST QUARTER)

    I read that to be correct, you should not use more than one < link href... > a page but only use one, then the @import to make reference to others. I understand that other < link href... > is intended for users to select a preferred style. So far, the browsers seem to make pages using all style sheets related and I've never used a @import. Which is better?

    Q2)

    Say you have < div ID = 'something' > or < div class = 'something' > I think I saw rules expressed with the referenced before theID or class of CSS rules like this tag

    div.somthing or div #something

    What is the difference between this and

    .quelquechose div

    I think that these last styles a .div down the container the < div class = 'something' > but after that, things are a little blury.

    Sorry to ask you this my being a really fundamental question and do not think that I do not read that sort of thing - it is not just pass through!

    Thank you

    Martin

    > I read that to be correct, that you should not use more than one<>
    > href... >
    > to a page

    Where did you read that?

    > What is the best?

    What works for you is the best.

    > div.somthing or div #something
    >
    > What is the difference between this and
    >
    > .quelquechose div

    The former accomplishes two things:

    1. it restricts the rule applies only to the elements in div.something,
    and not to p.something or ul.something.
    2. He adds 'priority' to the selector so that it can substitute for others
    conflicting style in which case would be a simple selector, not made up
    not. For example, in this case.

    p.something {color: blue ;}}
    .quelquechose {color: red ;}}

    This text-

    What color?

    would be blue.

    The latter is completely different. You read your selectors from right to
    on the left, so .quelquechose div would specify the div that is a descendant of the any
    ancestor with a class of 'something' (and not just a div).

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    ==================

    "martcol" wrote in message
    News:gg8n05$LFQ$1@forums. Macromedia.com...
    (> Q1)
    >
    > I read that to be correct, that you should not use more than one<>
    > href... >
    > to a page but only use one, then the @import to make reference to others. I have
    > understand than others of are intended for users to choose a favorite
    > style. So far, the browsers seem to render pages using all the linked style
    > leaves and
    > I have never used @import. Which is better?
    >
    (> Q2)
    >
    > Let's say you have

    or
    I think I have
    > have
    > given rules expressed with the referenced before theID or class tag in CSS
    > rules
    > like that
    >
    > div.somthing or div #something
    >
    > What is the difference between this and
    >
    > .quelquechose div
    >
    > I think that these last styles a .div descendant of the container<>
    > class = 'something' > but after that, things are a little blury.
    >
    > Sorry to ask you this my being a really fundamental question and do not think that I am not
    > read this stuff - it's not just pass through!
    >
    > Thank you
    >
    > Martin
    >

  • Question simple signatures!

    Hello team Cisco,

    I have a simple question for you to do. Why disable most of default signatures? Have no explanation? Why are obsolete? What signature should I allow and what should I disable?

    You could help me, please?

    Kind regards

    Rodrigo Alves

    My thoughts without order.

    set to disable by default signatures

    a. a few signatures are vulnerabilities that are very old. Signatures would be necessary only in rare cases. Affecting the default signature can save resources to the IPS.

    (b) the quality of a signature is perhaps not very high. If the signing is enabled, a large number of false positives generated may be creating frustration for the admin.

    I could go on, but I think you get the idea.

    What signatures need to be activated?

    Signatures that meet your environmental requirements must be enabled. If you are a shop all Windows, you don't need signatures Unix oriented. In addition, you must enable the signatures that match your organizations security policies.

    I would start with the signatures of what Cisco has enabled by default. Feel you comfortable alerts, false positives tune and address problems, allow more signatures.

  • 3 command line questions simple esxi

    Hello
    I have 3 simple questions on the ESXi-shell commands

    1. How can I execute a command dd and gzip the results without storing the file somewhere?

    / tmp # dd if=/vmfs/devices/disks/mpx.vmhba1\:C0\:T0\:L0:1 of=/tmp/dd.dump bs = 1 M count = 20

    / tmp # gzip - c dd.dump > dump.gz

    instead of these 2 lines do it all in one without store dd.dump

    2. how created a list of all the vmx files in a data store without also listing the files whose name as vmx - blabla.vmdk vmx or *.vmxf
    the output must use full paths so I need something like this but without the false results

    find/vmfs/volumes/datastore1 / * | grep ".vmx" | grep - v '.vmxf' > vmx - files.list

    3. How can I grep all files in vmware*.log in a data store for a complex chain as "scsi0:0.filename ="redirect results in a file that lists the results like.

    / vmfs/volumes/datastore1/test/test. VMware.log: 2012-10 - 01 T 07: 19:00.120Z | VMX | Scsi0:0.fileName DICT = WIN02.vmdk

    / vmfs/volumes/datastore1/test2/test2. VMware.log: 2012-10 - T 02, 07: 19:03.120Z | VMX | DICT = test2.vmdk scsi0:0.fileName

    Thanks in advance

    3. you could xargs - find/path/to/vmfs /-name 'vmware*.log ' | XARGS grep-i chain

    I guess that's 4.1 - I'm still not sure if ESXi xargs

    HTH

    ~ Stephanie Sai

  • Another quick question of CSS layout - vertical align: middle

    Just another quick on the use of CSS to the content of the page within the section of the page layout.

    On the homepage below, I have some images with text next to them:

    http://www.Haiji.jp/

    Because of the uneven text, it would be better if the text on the right and left of the four images vertically flown in space.

    (Basically like this old version of the table according to: http://www.haiji.jp/indexcopy.php )

    I don't know vertical-align: middle; doesn't really work for this, but could not get the right way to work.

    I tried variations to have an external container positioned a parent and an absolutely positioned inner container and using top: 50%;

    So for the first row for example CSS is:

    #outerWrapper #contentWrapper #content #row_one {}

    Width: 620px;

    overflow: hidden;

    }

    #outerWrapper #contentWrapper #content #row_one #row_one_left {}

    Width: 210px;

    padding: 0px;

    float: left;

    margin: 0 0 0 0; / * Sets the properties of margin for an element using the shorthand notation (up, right, down, left) * /.

    }

    #outerWrapper #contentWrapper #content #row_one #row_one_right {}

    Width: 410px;

    padding: 0px;

    float: right;

    text-align: left;

    margin: 0 0 0 0; / * Sets the properties of margin for an element using the shorthand notation (up, right, down, left) * /.

    position: relative;

    }

    #outerWrapper #contentWrapper #content #row_one #row_one_right #row_one_right_content {}

    position: absolute;

    top: 50%;

    }

    Who is not doing and maybe overloading the question.

    But if anyone can let me know how to get this vertically positioned text which would be a good thing.

    Thanks again.

    Support IE7 you need to "hack" a little: adjust the "padding-top" according to the number of lines of text, it is a. (not a good solution as supposition is working but IE7 IS a marginal browser now)

    Then add

    the text (see below)

    http://ALT-Web.com/images/alt-Web-logo.gif"/ >

    Vestibule ipsum ipsum, ac malesuada pretium vel gravida malesuada, tortor. Vestibule ipsum ipsum, ac malesuada pretium vel gravida malesuada, tortor.

    http://ALT-Web.com/images/alt-Web-logo.gif"/ >

    Vestibule ipsum ipsum, ac malesuada pretium vel gravida malesuada, tortor. Vestibule ipsum ipsum, ac malesuada pretium vel gravida malesuada, tortor.

    http://ALT-Web.com/images/alt-Web-logo.gif"/ >

    Vestibule ipsum ipsum, ac malesuada pretium vel gravida malesuada, tortor. Vestibule ipsum ipsum, ac malesuada pretium vel gravida malesuada, tortor.

  • A few questions about CSS

    Hello and happy 'After' Thanksgiving

    I have a page with a divs

    Wrapper

    Header

    mainContent

    Sidebar

    Footer

    I did all my Divs starting with a #.

    #wrapper, #header, etc.

    Inside the #sidebar, I put another Div #articles name which is where I want to go in different articles on different topics

    Example, policy, technology, etc.

    The idea is to change all of these articles with a new, at least every month.

    Now, if I want to change the font, how can h1, h2, p, ONLY within this zone (#articles) I do?

    What I have to do a

    Selector class for each?

    An element selector?

    IM lost

    Other issues are:

    What is the diffenence of

    #sidebar #articles p.

    TO

    #sidebar #articles p (was that with no periods)

    I have more questions, but if I get it first, my weekend will be sky.

    Thank you

    Now, I did all my IDs like that

    #wrapper, #header, etc.

    Thus, its wrong.

    How can I solve this problem?

    Should I start over?

    Change them just manually in the code by removing the ID as octothorpe leader values (' # ').

    I see something like

    . I'm glad

    This is a DIV or a class?

    I'm confused...

    Yes - I see that you are confused.  It's a little confusing at first.  "content" would be a CSS SELECTOR which is a CLASS assignment on an HTML element, for example,

    .  You can use a class given several times on a page, but you can use an ID value once.  This means that each paragraph of the page may have a class of 'content', but that only one element may have an ID of 'content '.

    On the amendment of the police, I want to know, is how to change each element in this particular DIV?

    I told you already.  Re-read my answer.

    So, when should I use one of the other?

    It wouldn't be responsible until we know a) what your HTML looks like, and b) what you are trying to accomplish.  In General with the new CSS users tend to use only class assignments, causing their stylesheets become long, confusing, and terribly redundant.  As gain you more experience, you will discover that you can accomplish the same thing with an unique ID selector (in many cases) that requires several class assignments (for example, my way was suggested to change the font for each content item in)

    ).  Finally, you'll discover the incredible power of descendant selectors by focusing your CSS on a variety of page elements.

    Hope that helps.

  • Question simple reversal...

    Hi guys... Simple question...

    I have 1 MC with buttonMode = true. There are 2 text fields that are nested inside the graph 1 button inside the MC. My question is that when I roll my mouse and my switch, the roll effect is gone if I roll over my text fields... the mouse is still inside the button image but the roll effect has gone... see below...

    -------------------

    |  TextField one |

    |  TextField b | <-button

    |                 |

    -------------------

    I hope that I explain myself well... when I roll over to textfield a or b... the effect for my button, the reversal went... ideas? Thank you...

    use:

    yourmc.mouseChildren = false;

  • Question of CSS: IE7 for Windows does not

    Hi all

    I hope that there is a CSS buddy out there today.  I have a page that I built using CSS only (new to this) and the page works in Safari, Firefox on Mac and PC, but IE7 on Windows renders the wrong navigation/logo/header.

    Maybe there is a better way to do it.  I am wanting logo floated left, so it is sitting on the borders on the header, the navigation and main content area.  I thought I was very clever when he worked on my Mac.  It seems that it is a simple solution, but I can't get anything to work. IE7 seems to be not floated above and push the header and navigation to it's right.  If the header and NAV are wrapping around the logo instead of stay under.

    Thanks for your help in advance!

    Tim

    Hi Tim,.

    I was able to look at your site in Firefox & Safari & see what you're trying to do (I don't have IE at work)...  I think that the implementation of the IE float does not work for what you are trying to do...

    Anyway, in your existing CSS replace

    #logo {}

    float: left;

    -with -.

    #logo {}
    position: absolute;

    On my system, I get the same layout in IE7, Firefox, Safari, Chrome & Opera with the CSS changed as the layout, you see in Safari (but screwed up in IE) with your existing page, i.e. http://www.skidcar.com/index-new.html

  • Question general css

    Still new to this, let me go lay on you.
    Situation, I have a single table in the middle of the page, ~ 2 "the gap between the border of the page and table, (all sides).
    Question: Why when I move the cursor to the left, down and to the right of the table out of the way, the cursor seems normal, but when I move the cursor above the table (away from 2 ") the default cursor to the table.
    Guess: I goofed a heading upward, or some invisible margin?

    Hello

    It could be a margin, the body or the table.
    We need to see the code to know for sure.

    You can check it as a reduction to zero in on the margin of the body in your CSS:

    {body
    margin: 0;
    padding: 0;
    }

    Then, simply replace any margin value in the CSS table with margin: 0px;

    If the top of the table is now flush with the upper part of the browser window, it
    was a matter of margin.
    If not, there is something else... the table inside another tag, impossible to
    know without looking.

    Take care
    Tim

    "jquest4" wrote in message
    News:g68gnp$K08$1@forums. Macromedia.com...
    > Still new to this, let me go profane on you.
    > Situation, I have a single table in the middle of the page, ~ 2 "gap
    > between
    > page border and the edge of the table, (all sides).
    > Question: why when I move the slider left, down and to the right of the
    > drop into the ditch, the slider looks normal, but when I move the cursor
    > above the
    > table (away from 2 "), the default cursor to the table.
    > Guess: I goofed a heading upward, or some invisible margin?
    >

  • question simple div

    It must be simple, but for some reason I can't make it work.

    I want to just focus my div, which I will later put in.
    I just wouldn't be able to make him assume a .css and specify to center text?
    I can't even position it well. I tried pushing 100px on the left, and it does nothing.
    What Miss me?

    Center the text would just... uh, centered text.

    the trick is to put all your content divs in a container main div, usually called wrapper. That is to say






    Then in your css you would put:
    #wrapper
    {
    Width: xxxpx;
    Auto margin: 0;
    }

    This must be the wrapper DIV.

  • Questions about css vertical-align

    given a list of the CSA page: Technologies of Mac OS X

    I do not understand vertical-align.  I will like to center the text in the vertical alignment.  I don't know what basis means, or intermediate. Where Ref base?  background of the characters or what?  I don't know how to work the percentages.

    In addition to all this lack of knowledge, 5% of the centers of communities Word for some reason I don't know.  'Contact support' appears to be centered for some reason any.

    with this css

          /* top line:
             Communities                Contact support */
          header#j-header nav#j-globalNav-bg {
              background-color: tan !important;
              margin-top: -15px !important;
             }
           /* Communities */
          div#body-apple header div#apple-site-title a {
            
              font-size: 20px !important;
              background-color: yellow !important;
              vertical-align: 5% !important;
             }
          /* Contact Support */
          div#body-apple header ul#contact-support-link a {background-color: pink !important;}
    
  • Navigation question simple (I think)

    Hi - I've got a new Sansa Fuze 8 GB that I quite understand, but they have a small question. If I'm listening to a file (podcast, audiobook, etc.) and scroll to another "section", for example, parameters to check how much battery I have left it, the podcast playing appears in a small strip along the bottom. Is there a quick way to return to the file that plays. My old player had an option to go to playback in progress, but I don't see that in the "rocket". If I wait it goes back to reading podcast, but wonder if there is a way to jump to it on demand? Of course, maybe I should just learn to be more patient... TIA, Sally

    I guess that if you press the menu button twice it should return to the now playing screen.

Maybe you are looking for

  • Impossible to download tools of SEO like Page Rank etc on ipad

    Downloaded the Firefox browser and had link to seo tools such as rank checker etc but cannot download them on my iPad. Any ideas? Thanks in advance.

  • How to do the same as another novelty tab

    I want to "copy" a tab in a new tab

  • eliminate the multiple email research projects

    Is there a way to filter the search results that include several drafts of emails? For example, I searched for a customer emails, and the results include 30 projects (!) of an email I sent last week.  It seems that whenever I have added or changed a

  • 128G iPad storage issues Total

    I have a fairly new 128 GB iPad Pro, who seems to be filling the storage too fast. I have about 25 apps installed and none have a lot of data with the exception of a few TV shows I downloaded from iTunes. When I add up all the data from the listed us

  • Change GPU on 15-n053sc

    Hi all 15 - n053sc is very fast and stable, I like it but...This is the first time for me with radeon GPU and I'm incredibly angry about its operation, especially for very low quality ati drivers, soI would like to ask if it is possible (do it myself