Photoshop color variables or text heading styles? are they possible?

I am desigining a template which I would like to make in 15-20 different colors. Is there a way to set a color as a variable say "color1" and then set color1 equal to some value, say "#334f74" and then any instance of "color1" would be updated when I changed the value. For example if I have 10 layers each with a color overlay in the blending options they would all be updated to match the new color.
Also, is there some sort of photoshop "heading" system similar to Word, where I can select font size color, aliasing, weight, spacing, etc and save it as a "heading", then assign that heading to my text boxes? So if I change the "heading" then anything using that heading type would be updated.
This all seems like it should be basic functionality for a professional tool like photoshop, but I have been playing around with the variable settings and whatnot and cannot figure it out.
Thanks!

Mylenium is right.
Not only is Photoshop an image editor, it is already bloated with additional features that are not needed if somebody has the correct application for the job.
We don't need more features, we need improvements on problem areas!

Similar Messages

  • TEXT ELEMENTS - Where are they saved???

    Hi!!!
    I have a question for you.
    I have a text string and I need to find in which program is used. I tried with those Z programs that search in the code, but I didn't find anythig.
    I think that that text might be in a text element.
    So, the question is:
    Where or how I can see the reports text elements. I don't know the report name, so I need to look through all those texts to find my string.
    Thanks in advance.
    Bettina

    Hello,
    You have to use the READ TEXTPOOL statement for this.
    BR,
    Suhas

  • Large pitch slides in logic 7? are they possible?

    Does anyone know how to do smooth pitch glissandos (or portamentos) of intervals more than a major 3rd? I seem to be limited to automating the slides for the pitch bend and that only allows a limit of 5 or 6 semitones?
    Is there a certain synth in logic 7 that allows larger pitch shifts?
    Ideally I'd like to be able to automate smooth shifts of around 2 octaves?
    Any ideas (or solutions outside logic) very welcome
    Max

    I believe that controller #6 will adjust pitch bend range from 0-127 semitones. I KNOW this is true for GM (General MIDI) instruments because I have used this successfully with the Quicktime synth for producing GM files. Not sure if it would work with any of Logic's built-in instruments or via ReWire... I'm sure there must be a way, tho. Try controller #6. (use hyperdraw to set controller 6 to however many half steps you want, then program your bends)
    Good luck
    Jim

  • What styles are lost when importing/converting PS text to editable text?

    In CS5.5, when I import a PSD file with one or more text layers (retaining layer styles and editable layer styles) some of the layer styles change upon import.
    In addition, after import, in the Comp panel, sometimes there are no visual differences between that display and the display in PS. But in individual style layers in the Timeline panel, things have changed. Most typically, strokes with gradients are changed either to a solid color (gray or red) or to a simple white-to-black gradient. How is it the display can show a gradient when the stroke layer shows a solid color?
    When the text layers are converted to editable text, those changed style properties kick in.
    I'm guessing some or all of this has to do with AE text not being able to have a gradient for the fill or stroke? That being the case, is there a work-around?
    If this goes beyond not being able to use a gradient for fill or stroke, what are the "rules"? What styles are lost/changed upon import and when converting to editable text?
    Jeff Sengstack

    > In addition, after import, in the Comp panel, sometimes there are no visual differences between that display and the display in PS. But in individual style layers in the Timeline panel, things have changed. Most typically, strokes with gradients are changed either to a solid color (gray or red) or to a simple white-to-black gradient. How is it the display can show a gradient when the stroke layer shows a solid color?
    After Effects includes the entire Photoshop rendering engine, so any PSD and its layer styles should render fine (i.e., just like in Photoshop). If it doesn't, please submit a bug report.
    But After Effects does not include the entire UI from Photoshop for creating and modifying layer styles.
    The layer styles feature in After Effects exists primarily to provide fidelity between what you see in Photoshop and what you see in After Effects---not so that you can add and modify layer styles in After Effects. The UI in the Timeline panel is therefore a barebones implementation that doesn't include many of the features of layer styles in Photoshop. As you observe, there are many cases in which the representation in the Timeline panel is much more simplistic than what is in the Composition panel.
    This separation between the UI and the ability to render with good fidelity is most apparent with pattern overlays. See this video for a good demonstration of how to use layer styles in After Effects by tapping into these features in Photoshop:
    http://library.creativecow.net/articles/harrington_richard/photoshop_layer_styles_with_ae. php
    > In CS5.5, when I import a PSD file with one or more text layers (retaining layer styles and editable layer styles) some of the layer styles change upon import.
    How, exactly, do they change? A screenshot would be useful.
    If it's what I'm suspecting, then the page that Mylenium points you to has the clue:
    "When a layer style is applied to a vector layer—such as a text layer, a shape layer, or a layer based on an Illustrator footage item—visual elements that apply to the edges of the contents of the layer apply to the outlines of the vector objects, such as text characters or shapes. When a layer style is applied to a layer based on a non-vector footage item, the layer style applies to the edges of the layer’s bounds or masks."
    When you convert between Photoshop text and editable text, you're changing the render order and also switching between raster images and vectors. This can affect appearance in many ways.

  • How to change the color of text in Teat Area

    Pls tell me how can i print two different lines in two different colors inside the same text area.
    Because whenever i set the color it sets the color for the complete text area.
    I want to print "Hello..." with color red and "Hi..." with color green in the same text area.
    Pls help me out...

    hi,
    u should use swing component JTextPane instead of textarea to change the color of the text.
    for eg:
    JTextPane textPane;
    JScrollPane panescrollpane;
    textPane=new JTextPane();
    panescrollpane=new JScrollPane(textPane);
    panescrollpane.setVisible(true);
    String[] initString =
    request+newline
    String[] initStyles =
    { "regular"
    Style def = StyleContext.getDefaultStyleContext().
    getStyle(StyleContext.DEFAULT_STYLE);
    Style regular = myClient.textPane.addStyle("regular", def);
    StyleConstants.setFontFamily(def, "SansSerif");
    StyleConstants.setForeground(regular,Color.orange);
    Document doc = textPane.getDocument();
    try {
    for (int i=0; i < initString.length; i++) {
    doc.insertString(doc.getLength(), initString,
    textPane.getStyle(initStyles[i]));
    } catch (BadLocationException ble) {
    // System.err.println("Couldn't insert initial text.");
    Hope this helps..
    regards,
    Kalpana.

  • How to achive table column header style (vertical text)?

    Hi,
    Can we show adf table column headers with vertical text, and with rotation. For eg. "Dept Id" lable should show up as similar to what the below HTML does:
    <html>
    <div style="float: left;
    position: relative;
    -moz-transform: rotate(1000deg); /* FF3.5+ */
    -o-transform: rotate(290deg); /* Opera 10.5 */
    -webkit-transform: rotate(290deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE8 */">Dept Id</div></html>
    Edited by: pramod gujjeti on Sep 18, 2011 8:51 PM
    Edited by: pramod gujjeti on Sep 18, 2011 8:51 PM

    Hi,
    I've used the below style classes in CSS, but still not getting the accurate Column Header Vertical Text. Also, in IE browser column header text is shrinked vertically when headerClass styles are applied!
    Any help appreciated!
    .sch af|column::column-header-cell {
    vertical-align: bottom;
    padding-bottom: 10px;
    height: 80px;
    .schc af|column::column-header-cell-content {
    -moz-transform: rotate(270deg);
    /* FF3.5+ */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    /*IE6,IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    /*IE8*/
    -o-transform: rotate(270deg);
    /*Opera 10.5*/
    -webkit-transform: rotate(270deg);
    /*Saf3.1+, Chrome*/
    position: relative;
    vertical-align: bottom;
    Edited by: pramod gujjeti on Sep 27, 2011 9:09 AM

  • Photoshop CS5 color gradient in a non straight area

    Hi All,
    I'm a newbe and I have the following problem in Photoshop
    I want to fill the white area with the blue to yellow color gradient. This has to be in a way that the gradient goes perpenicular form the outer side to the inner side (not top to down or left to right) How can I achieve that ?? Can anyone help me on that ??
    Thanks in advance
    Mark

    Hello c.pfaffenbichler,
    first thx. for ur helpfull answer it's nearly solving my problem but maybe I did something wrong.....
    By the way it sounds german ur name may we can talk in german ?
    Here is what I got after I did the following
    1. I Selcted the area of interest
    2. generated a new layer of the selected area by pressing STRG + J
    3. then I applied the layer style but I got this...
        The gradient will be appiled 2 times. One form the outside to the inside and then from the inside to the outside
    May I need some additional steps in between

  • E book" it tells me that the bI have prepared a photobook, made a pdf and when I press "buy the book is missing photos on one ore more pages. The book does not miss any photos or text, all layouts are ok, the background color is ok. Can anybody help me?

    I have prepared a photo book, made a pdf and when I press "buy thhe book" it tells me that the book is missing photos on one ore more pages. The book does not miss any photos or text, all layouts are ok, the background color is ok. Can anybody help me?

    You are missing one or more photos - youprobably have a page background that requires a photo which is behind a page with photos on it - all pages must either have a photo or be a color - if you have a gray background it requires a photo - look through the book carefully and be sure to look at the background on any full page photos - you will find one or more missing photos
    LN

  • [AS] CS3- Find any text with style, then replace that text with a new applied fill color.

    I am trying to find the simplest way in cs3 to find any text with style, then replace that text with a new fill color. I can find text and change text. I can find a style and change it to a new style. I can't seem to find a style and change the applied fill color. I do not want to change the properties of the style, just the applied color. Yes, I want the + sign, for now. I know, why not update the style, I am not allowed to. Any help would be great. Since the search is not available, I need a new response.
    Thanks.

    You can work around the bug by just doing a find, then looping through the<br />results, changing the color one at a time. It'll be a fraction slower, but<br />should do the trick:<br /><br />tell application "Adobe InDesign CS3"<br />    set find text preferences to nothing<br />    set properties of find text preferences to {applied paragraph style:"The<br />name"}<br />    set theFinds to find text document 1<br />    repeat with i from 1 to count of theFinds<br />        set properties of item i of theFinds to {fill color:"Replace color"}<br />    end repeat<br />end tell<br /><br />The bug is fixed in CS4, BTW.<br /><br />-- <br />Shane Stanley <[email protected]><br />AppleScript Pro Florida, April 2009 <a href=http://scriptingmatters.com/aspro>

  • How to change the color of the text in the Text Field or in the text area??

    HI all,
    i think its a very simple problem, still, can anyone tell me how i can change the color of the text and also its font, before i display it in either a textfield or a text area.
    bharath

    Just Use:
    JTextField.setForeground(Color.RED);
    so SIMPLE na!
    Balakumar .M
    http://i5bala.blogspot.com
    --

  • How do I get rid of the underline in text - tried   style decoration:none

    I am trying to get rid of the underline on some text which is not a link. I have tried putting style decoration: none in various places and I still can't get rid of it.
    Any ideas?
    Here's my HTML
    <!doctype html>
    <div id="businesscircleportfolio">
      <html>
      <head>
      <meta charset="UTF-8">
      <title>Untitled Document</title>
      <link href="style.css" rel="stylesheet" type="text/css">
      <style type="text/css">
    <script src="respond.min.js"></script>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    /* I have no idea what this code below does but Dreamweaver randomly put it in*/
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    /* This is code I put in that I found on the web that said it would work but doesn't*/
    <STYLE>
    <!--
    A{text-decoration:none}
    -->
    </STYLE>
    /* end of that code*/
      </style>
      </head>
      <body>
      <div class="portfoliolinkbackground"><font face= "arial" color= "white" font size="4" > Home </font><a id="portfoliolinkclear" href="index.html"></a>
      </div>
        <div id="adtitletest"><img src="images/adtitlewithwdandgraphics.png" width="700" height="220" alt=""/></div>
      <div id="businesslinkport"><font face= "arial" color= "white" font size="3" >Portfolio</font></div>
        <a id="businesslinkclear" href="portfolio.html" style="text-decoration:none"></div>
        <div id="classicallinkport"><font face= "arial" color= "white" font size="3" >Client</font></div>
       <a id="classicallinkclear" href="client.html" style="text-decoration:none"> </div>
         <div id="hiphoplinkport"><font face= "arial" color= "white" font size="3" >Contact</font></div>
         <a id="hiphoplinkclear" href="contactform.html" style="text-decoration:none"> </div>
         <div id="rocklinkport"><font face= "arial" color= "white" font size="3" >Pricing</font></div>
        <a id="rocklinkclear" href="price.html" style="text-decoration:none"> </div>
        <div id="facebook"><a href="https://www.facebook.com/paul.kirsch.399/about" title="facebook" target="new">
          <p><img src="images/facebookdkblue.png" width= "95" height="60" alt=""></p></div>
      <div id="linkedin"><a href="https://www.linkedin.com/profile/view?id=30306216&trk=nav_responsive_tab_profile" title="linkedin" target="new"><img src="images/linkedin.jpg" width="55" height="52" alt""></div>
      <div id="twitter">
        <img src="images/twitter.png" width="58" height="58" alt ""></div>
        </div>
        <div class="prices"> <font size="3" color=#b3f5f1 font face="helvetica" style= "text-decoration:none">
    Graphics and Web Service Prices<br>
    <ul>
    <li>Custom Web Site Graphics $350</li><p></p>
    <li>Custom Logo $125</li><p></p>
    <li>Custom website ($40/hr - price dependent on complexity and deadline)</li><p></p>
    <li>Five-Page Wordpress Brochure Web Site you can update yourself  $350</li><p></p>
    <li>Each additional page from the same template $40/page</li><p></p>
    <li>interactive forms - (surveys etc.) $250+ </li><p></p>
    <li>Site maintenance (we update your site) $360/yr </li><p></p>
    <li>Rebuild of existing site $40/hour </li>
    </ul></div>   </font></div>    
       </div>
        <p> </p>
        <p> </p>
        <p> </p>
      </body>
      </html>
    </div>
    /* I have 60 tons of CSS much of it junk. It is below*/
    charset "UTF-8";
    /* CSS Document */
    body {
      background-color: rgba(30,30,30,1);
      margin-left: 0px;
      left: -130px;
      margin-top: 50px;
      line-height: 5px;
      position: static;
      padding-top: 5px;
      height: auto;
    #div1 {
      margin-top: -40px;
      margin-left: 275px;
      margin-right: auto;
      position: relative;
    #div9 {
      margin-top: -15px;
      margin-left: 220px;
      margin-right: auto;
      position: relative;
      float: left;
    #adtitle:
    margin-left: 500px;
    #div2 {
      display: block;
      margin-top: 100px;
      margin-left: 450px;
      margin-right: auto;
      position: relative;
      border-radius: 100% / 50%;
    .meatsunsetshadow {
      margin-top: -120px;
      margin-left: 390px;
      width: 500px;
      height: 700px;
      display: block;
      background-image: url("images/me_atsunsetbackground4.JPG");
      background-size: 500px 700px;
      -webkit-box-shadow: inset 1px 2px 23px #FFF;
      box-shadow: inset -5px 30px 25px #000000;
      -webkit-border-radius: 75%;
      border-radius: 75%;
      margin-bottom: -750px;
      top: -60px;
    #clear-oval {
    img src: url(clear-oval.png);
    margin-top: -100px;
    margin-left: 100px;
    -webkit-border-radius: 75%;
      border-radius: 75%;
    #abouttext {
    margin-top:-165px;
    margin-left: 40px;
    #shadow a {
        display:block;
        width:900px;
        height:700px;
    .box-shad {
      margin-top: 100px;
      margin-left: -188px;
      width: 800px;
      height: 600px;
      display: block;
      background-image: url("big-tree-final1.jpg");
      background-size: 800px 600px;
      -webkit-box-shadow: 15px 15px 15px #000000 inset;
      box-shadow: 15px 15px 15px #000000 inset;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: static;
    .box-shad a {
        display:block;
        width:900px;
        height:700px;
    #portfolio {
      width: 100px;
      height: 100px;
      margin-top: 610px;
      margin-right: 200px;
      margin-left: -75px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(92,87,58);
      position: relative;
      top: -900px;
      justify-content: center;
      align-content: center;
      text-align: 80px;
      text-indent: 77px;
      text-align-vertical: -5px;
    #portfolioprice {
      width: 100px;
      height: 100px;
      margin-top: 256px;
      margin-right: 200px;
      margin-left: -74px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(119,87,35);
      position: relative;
      top: -800px;
      justify-content: center;
      align-content: center;
      text-align: center;
    #portfolioclassical {
      width: 100px;
      height: 100px;
      margin-top: -185px;
      margin-right: 200px;
      margin-left: -30px;
      margin-bottom: 250px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(119,87,35);
      position: relative;
      top: -800px;
      justify-content: center;
      align-content: center;
      text-align: center;
      text-indent: 60px;
    #portfolio2 {
      width: 100px;
      height: 100px;
      margin-top: -200px;
      margin-right: 200px;
      margin-left: -50px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(119,87,35);
      position: relative;
      top: -800px;
      justify-content: center;
      align-content: center;
      text-align: center;
    #businesspageportfolio {
      /*this covers the circular portfolio link for hiphop and business*/
      width: 100px;
      height: 100px;
      margin-top: 700px;
      margin-right: 200px;
      margin-left: 225px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(92,87,58);
      position: relative;
      top: -800px;
      display: flex;
      justify-content: center;
      align-content: center;
      text-align: center;
      align-items: center;
      text-indent: 77px;
    #textforbusiness{
      position top: -300px;
      margin-top: -840px;
      margin-left: 230px;
      margin-below: -50px;
      margin-bottom: -150px;
    .wrap {
    transition: -webkit-transition 1s ease-in;
    transition-delay: 1s, 2s;
    transition-duration: 1s .5s;
    .wrap:hover {
    -webkit-transform: translateZ(-200px);
    #portfoliobusiness {
      /*This is the circle for business on the portfolio page */
      width: 100px;
      height: 100px;
      margin-top: 262px;
      margin-right: 200px;
      margin-left: 176px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(202,177,136);
      position: relative;
      top: -35px;
      justify-content: center;
      align-content: center;
      text-align: center;
      text-indent: 77px;
    #spacertwo {
    #portfoliohome {
      /*this is the circle on the portfolio page for home */
      width: 100px;
      height: 100px;
      margin-top: 76px;
      margin-right: 150px;
      margin-left: -398px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(204,197,181);
      position: relative;
      top: -420px;
      justify-content: center;
      align-content: center;
      text-align: center;
      text-indent: 77px;
      line-height: 20px;
    #clearcircleportfolio {
      /* this is in the index page for portfolio link*/
    img src: url(images/clearcircle.png);
      width: 100px;
      height: 100px;
      margin-top: -102px;
      margin-left: -175px;
      left: -60px;
      z-index: 10;
      top: -60px;
    #clearcirlehomeportfoliopage {
      position: absolute;
      top: 8px;
      left: 10px;
      width: 700px;
      height: 900px;
      background-color: green;
    #clearcirclebusiness {
    img src: url(images/findme.png);
      width: 100px;
      height: 100px;
      margin-top: -192px;
      margin-left: -80px;
      margin-bottom: -90px;
      padding-bottom: -90px;
      -webkit-border-radius: 100%;
      border-radius: 50%;
      -webkit-border-radius: 50% 50%;
      left: 40px;
    #clearcircleclient {
    img src: url(images/findme.png);
      width: 100px;
      height: 100px;
      margin-top: -110px;
      margin-left: -00px;
      margin-bottom: -98px;
      padding-bottom: -90px;
      -webkit-border-radius: 100%;
      border-radius: 50%;
      -webkit-border-radius: 50% 50%;
      z-index: 9;
      top: 80px;
    #clientneeds {
      width: 100px;
      height: 100px;
      margin-top: -250px;
      margin-right: 200px;
      margin-left: 70px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(138,116,79);
      position: relative;
      top: -800px;
      text-align: 200px;
      text-indent: 77px;
    #contact {
      width: 100px;
      height: 100px;
      margin-top: -100px;
      margin-right: 200px;
      margin-left: 225px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(96,89,83);
      position: relative;
      top: -800px;
      text-indent: 113px;
      text-align: center;
      line-height: 55px;
    /*cleaercircle contact is the index page clear circle for contact-*/
    #clearcirclecontact {
    img src: url(images/clearcircle.png);
      width: 100px;
      height: 100px;
      margin-bottom: -90px;
      padding-bottom: -90px;
      -webkit-border-radius: 100%;
      border-radius: 50%;
      -webkit-border-radius: 50% 50%;
      z-index: 999;
      margin-left: -110px;
      margin-top: -121px;
    /*pricing is the price tan circle on index page*/
    #pricing {
      width:100px;
      height: 100px;
      margin-top: -100px;
      margin-right: 200px;
      margin-left: 380px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(180,168,144);
      position: relative;
      top: -800px;
      text-align: center;
      text-indent: 115px;
      line-height: 55px;
    /*repeating the above on portfolio page*/
    #business {
      width: 100px;
      height: 100px;
      margin-top: -128px;
      margin-right: 50px;
      margin-left: 250px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: white;
      position: relative;
      top: 200px;
      justify-content:center;
        align-content:center;
      text-align: center;
      text-indent: 90px;
    #classical {
      width: 100px;
      height: 100px;
      margin-top: -235px;
      margin-right: 200px;
      margin-left: 345px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(215,170,38);
      position: relative;
      top: 50px;
      text-align: center;
      text-indent: 77px;
    #hiphop {
      width: 100px;
      height: 100px;
      margin-top: -250px;
      margin-right: 200px;
      margin-left:500px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(213,164,97);
      position: relative;
      top: 200px;
      display: flex;
      text-align: center;
      text-indent: 115px;
      justify-content: center;
      align-items: center;
      line-height: 50px;
    #clearcirclehiphop {
    img src: url(images/clearcircle.png);
    width: 50px;
    height: 50px;
    margin-top: -270px;
    margin-left: -150px;
    margin-bottom: 90px;
    padding-bottom: 90px;
    -webkit-border-radius: 100%;
      border-radius: 50%;
      -webkit-border-radius: 50% 50%;
      z-index: 9;
    #clearcirclebusiness {
    img src: url(images/clearcircle.png);
    width: 50px;
    height: 50px;
    margin-top: -620px;
    margin-left: -450px;
    margin-bottom: 90px;
    -webkit-border-radius: 100%;
      border-radius: 50%;
      -webkit-border-radius: 50% 50%;
      z-index: 9;
    #rock {
      width: 100px;
      height: 100px;
      margin-top: -280px;
      margin-right: 50px;
      margin-left: 155px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(119, 87, 35);
      position: relative;
      top: 200px;
      text-align: center;
    .vcenter{
        width: 100px;
        height: 100px;
      vertical-align: middle;
    .vcenter:before {
      content: " ";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      float: left;
    .vcenter :first-child {
      display: inline-block;
      vertical-align: middle;
      left: -40px;
      text-align: center;
      top: -2px;
    #spacerhh {
    width: 200px;
    height: -80px;
    #spacerclassical {
    width: 200px;
    height: 50px;
    #spacerbusiness {
    width: 200px;
    height: 250px;
    #div22 {
      margin-top: 80px;
      margin-left: 200px;
    #div23{
    margin-top: -30px;
    #bustext {
      text-align: left
    Ul {
      list-style-type: square;
      margin-bottom: -29px;
    #clearcircleclassical {
    img src: url(images/findme.png);
    width: 50px;
    height: 50px;
    margin-top: -95px;
    margin-left: 0px;
    margin-bottom: -90px;
    -webkit-border-radius: 100%;
      border-radius: 50%;
      -webkit-border-radius: 50% 50%;
    #clearcirclebusiness {
    img src: url(images/clearcircle.png);
    width: 50px;
    height: 50px;
    margin-top: -120px;
    margin-left: 0px;
    margin-bottom: -90px;
    -webkit-border-radius: 100%;
      border-radius: 50%;
      -webkit-border-radius: 50% 50%;
    #clearcirclepricing {
      image src: url(images/findme.png);
      width: 600px;
      height: 600px;
      margin-top: -140px;
      margin-left: 50px;
    .mytext {
        width: 500px;
      height: 100px;
    .mytext1 {
        width: 500px;
      height: 50px;
    #facebook {
      margin-left: 170px;
      margin-top: -10px;
    #facebookpos {
      margin-left: -20px;
      margin-top: -670px;
      width: 900px;
      height: 900px;
    #linkedin {
      margin-left: 190px;
      margin-top: 20px;
      left: -150px;
    #linkedinposindex {
      margin-left: -20px;
      margin-top: 0px;
    #twitter {
      margin-left: 190px;
      margin-top: 20px;
    #twitterposindex {
    margin-left: -345px;
    margin-top: 5px;
    .prices {
      font-color: white;
      font-size: 14px;
      font-type: helvetica;
      margin-top: -180px;
      margin-left: 350px;
      z-index: 10;
      border: none;
      text-decoration: none;
    #iconsforpricing {
    margin-top: 950px;
    #businesslist {
    width: 600px;
    height: 800px;
    margin-top: 100px;
    #clearovalfortree {
      margin-left: -352px
    #facebookposprice {
      margin-top: -360px;
      margin-left: 30px;
    #linkedinposprice {
        margin-top: 0px;
      margin-left: 30px;
    #twitterposprice {
        margin-top: 0px;
      margin-left: -305px;
    #pricehome {
      width: 100px;
      height: 100px;
      margin-top: -0px;
      margin-right: 150px;
      margin-left: -275px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(204,197,181);
      position: relative;
      top: -420px;
      justify-content: center;
      align-content: center;
      text-align: center;
    #priceportfolio {
      width: 100px;
      height: 100px;
      margin-top: 1100px;
      margin-right: 200px;
      margin-left: 175px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(92,87,58);
      position: relative;
      top: -900px;
      justify-content: center;
      align-content: center;
      text-align: center;
    #priceclient {
      width: 100px;
      height: 100px;
      margin-top: -150px;
      margin-right: 200px;
      margin-left: 330px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(138,116,79);
      position: relative;
      top: -900px;
      justify-content: center;
      align-content: center;
      text-align: center;
    #pricecontact {
      width: 100px;
      height: 100px;
      margin-top: -150px;
      margin-right: 200px;
      margin-left: 490px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(96,89,83);
      position: relative;
      top: -900px;
      justify-content: center;
      align-content: center;
      text-align: center;
    #priceprice {
      width: 100px;
      height: 100px;
      margin-top: -150px;
      margin-right: 200px;
      margin-left: 655px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(180,168,144);
      position: relative;
      top: -900px;
      justify-content: center;
      align-content: center;
      text-align: center;
    #test {
      width: 800px;
      height: 600px
      position: relative;
      margin-left: 262px;
      margin-top: 10px;
    #test img {
      width: 800px;
      height: 600px;
      position: absolute;
      left: -487px;
      top: 113px;
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
      margin-left: -80px;
    #test img.top:hover {
      opacity: 0;
    #footercontact {
    width 500px;
      top: 700px;
      margin-top: 1000px;
      width: 400px;
    #wilsontext {
      width: 300px;
      height: 100px;
      left: -10px;
      line-height:.45em;
    #clienthome {
      width: 100px;
      height: 100px;
      margin-top: 110px;
      margin-right: 150px;
      margin-left: -375px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(204,197,181);
      position: relative;
      top: -420px;
      justify-content: center;
      align-content: center;
      text-align: center;
    #clearcircle {
    img src: url(images/findme.png);
      width: 50px;
      height: 50px;
      margin-top: -122px;
      margin-left: -250px;
      margin-bottom: -90px;
      padding-bottom: -90px;
      -webkit-border-radius: 100%;
      border-radius: 50%;
      -webkit-border-radius: 50% 50%;
      left: -50px;
    #angelface {
      margin-top: -160px;
      margin-left: 0px;
    #clientlinkportfolio {
    width: 100px;
      height: 100px;
      margin-top: 860px;
      margin-right: 200px;
      margin-left: 270px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(92,87,58);
      position: relative;
      top: -900px;
      justify-content: center;
      align-content: center;
      text-align: center;
      text-indent: 77px;
    #clientlinkclient{
    width:100px;
      height: 100px;
      margin-top: -250px;
      margin-right: 200px;
      margin-left: 400px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(138,116,79);
      position: relative;
      top: -800px;
      text-align: center;
      text-indent: 77px;
    #clientlinkcontact {
      width:100px;
      height: 100px;
      margin-top: -246px;
      margin-right: 200px;
      margin-left: 520px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(96,89,83);
      position: relative;
      top: -800px;
      text-align: center;
      text-indent: 112px;
      line-height: 45px;
    #clientlinkprice {
    width: 100px;
      height: 100px;
      margin-top: -246px;
      margin-right: 200px;
      margin-left: 640px;
      margin-bottom: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(119,87,35);
      position: relative;
      top: -800px;
      justify-content: center;
      align-content: center;
      text-align: center;
      text-indent: 115px;
      line-height: 45px;
    #checklist {
      margin-left: -120px;
      left: -320px;
    .portfoliolinkbackground {
      background-color: rgba(92,87,58,1);
      background-position: 50px 25px;
      height: 100px;
      width: 100px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      margin-left: 150px;
      position: relative;
      max-width: 100px;
      max-height: 100px;
      line-height: 20px;
      justify-content: center;
      align-content: center;
      text-align: center;
      text-indent: -1px;
      line-height: 99px;
    #portfoliolinkclear {
      position: absolute;
      top: 8px;
      left: 10px;
      width: 100px;
      height: 100px;
      background-color: transparent;
    #adtitletest {
      height: 200px;
      width: 800px;
      margin-top: -120px;
      margin-left: 275px;
      position: relative;
    #wilsontextgeneric {
      margin-top: 40px;
      margin-right: 40px;
      margin-left: 150px;
      margin-bottom: 0px;
      height: 80px;
      width: 325px;
      line-height: 10px;
    #cdcovergeneric {
      margin-top: 35px;
      margin-left: 150px;
      height: 500px;
      width: 500px;
    #facebookicon {
      margin-left: 220px;
      vertical-align: top;
      top: -20px;
    #linkedicon {
      left: 250px;
      margin-left: 236px;
      margin-bottom: 22px;
      width: 60px;
    #twittericon {
      margin-top: 5px;
      margin-left: 232px;
      width: 60px;
      height: 0px;
      top: -5px;
    #businesslinkport {
      height: 100px;
      width: 100px;
      margin-top: 10px;
      margin-left: 0px;
      position: relative;
      left: 350px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(202,177,136);
      justify-content: center;
      align-content: center;
      text-align: center;
      text-indent: 5px;
      line-height: 100px;
    #classicallinkport {
      height: 100px;
      width: 100px;
      margin-top: 150px;
      margin-left: 50px;
      position: relative;
      left: 100px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(215,170,38);
      justify-content: center;
      align-content: center;
      text-align: center;
      text-indent: 5px;
      line-height: 100px;
      top: -150px;
    #hiphoplinkport {
      height: 100px;
      width: 100px;
      margin-top: 0px;
      margin-left: -300px;
      position: relative;
      left: 450px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(213,164,97);
      justify-content: center;
      align-content: center;
      text-align: center;
      text-indent: 5px;
      line-height: 100px;
    #rocklinkport {
      height: 100px;
      width: 100px;
      margin-top: 200px;
      margin-left: 100px;
      position: relative;
      left: 50px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: rgb(119, 87, 35);
      justify-content: center;
      align-content: center;
      text-align: center;
      text-indent: 5px;
      line-height: 100px;
      top: -200px;
    #businesslinkclear {
      position: absolute;
      top: 245px;
      left: 350px;
      width: 100px;
      height: 100px;
      background-color: transparent;
    #classicallinkclear {
      position: absolute;
      top: 245px;
      left: 510px;
      width: 100px;
      height: 100px;
      background-color: transparent;
    #hiphoplinkclear {
      position: absolute;
      top: 245px;
      left: 660px;
      width: 100px;
      height: 100px;
      background-color: transparent;
    #rocklinkclear {
      position: absolute;
      top: 245px;
      left: 810px;
      width: 100px;
      height: 100px;
      background-color: transparent;
    #test1 {
      width: 800px;
      height: 600px;
      position: relative;
      margin-left: -25px;
      margin-top: -550px;
    #test1 img {
      width: 800px;
      height: 600px;
      position: absolute;
      left: 347px;
      top: 390px;
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
      margin-left: -80px;
    .top1 {
      width: 800px;
      height: 600px
      position: relative;
      margin-left: 252px;
      margin-top: -0px;
    .top1: hover {
      width: 800px;
      height: 600px
      position: relative;
      margin-left: 252px;
      margin-top: -10px;
      background-image: treeinovalonlyforpossiblefade4.png;
    #clientchecklistnew {
      margin-left: 300px;
      left: 150px;
      margin-right: 60px;
      padding-left: 70px;
      margin-top: -150px;
      text-decoration: none;
    #clientchecklistnew a {
      text-decoration: none;
    #crossfade {
        position:relative;
        height:800px;
        width:600px;
    #crossfade img {
        position:absolute;
        left:230px;
      top: -150px;
        opacity: 1;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;   
        transition: opacity 1s ease-in-out;
    #crossfade img.top:hover {
        opacity:0;

    Nancy,
    You are God!
    It worked!
    Thanks.
    I have a dumb basic question which is sort of related to your shambles comment, which I don't deny is true.
    I am confused about whether style.css files get affiliated with each separate HTML page or whether there is just one style.css file that is affiliated with all my HTML pages. If they are separate CSS files, how do I separate each style.css file?
    Best, P.

  • Problem with text-indent style , select tag on IE

    Hi Developers,
    i tried text-indent style class for <select> <option> tag .. The following given code is working on Mozilla fire box browser, but it is not working on IE..
    I am trying to build a tree structure in the list box with multiple levels without ' ' and <OPTGROUP> does not support multiple levels.
    Here is the example with multiple levels.
    <html>
    <head>
    <title>Main </title>
    <style>
    .style {color:green;font-weight:bold}
    .style1 {text-indent:45px;color:red;}
    .style2 {text-indent:90px;color:blue;}
    .style3 {text-indent:135px;color:green;}
    </style>
    </head>
    <body>
    <form name="form1">
    <select name="retail" >
    <option selected disabled value="">Tree Structure</option>
    <option value="Father" class="style">Father</option>
    <option class="style1" value="/retail/chandler/">Son 1</option>
    <option class="style2" value="/retail/chandler/">Grand Son 1</option>
    <option class="style2" value="/retail/chandler/">Grand Son 2</option>
    <option class="style3" value="/retail/chandler/">Great Grand Son 1</option>
    <option class="style3" value="/retail/chandler/">Great Grand Son 2</option>
    <option class="style2" value="/retail/chandler/">Grand Son 3</option>
    <option class="style1" value="/retail/chandler/">Son 2</option>
    </select>
    </form>
    </body>
    </html>
    Please help me out by providing a solution to this issue.

    You have bigger problems than you realize.   On this page - the one after the Splash intro page,
    http://www.transgenic-rabbit-models.com/Home.html
    As seen in Firefox with increased text.  See screenshot.
    Notice how your text boxes are colliding into other text boxes?  This happens when web designers paint themselves into a corner with a rigid layout.  Web pages must be flexible for all screen and text sizes.
    You are using APDivs as a primary layout method which is a bad choice.  And here is why.
    http://apptools.com/examples/pagelayout101.php
    Suggested Tutorials -
    From  Tables to CSS Web Design Part 1 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
    From   Tables to CSS Web Design Part 2 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Different data_table header styles

    I am trying to use different styles for the column headings in a data_table. Specifically, I want some of the headings to be leftt aligned, some right aligned and some to be centred.
    I can do this for the data in the columns by using a list of styles in the "columnClasses" attribute, but the "headerClass" attribute applies to all headers.
    The header facets for the column contain a <h:panel_group> as the header is composed of some static text and a couple of buttons.
    I have tried using a "styleClass" attribute on the panel_group. This results in a <span> HTML element being generated with the required style class but it does not seem to effect the text alignment.
    Any suggestions would be appreciated.
    Code is included below.
    <%-- GroupList.jsp --%>
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
    <f:view>
    <html>
    <head>
    <title>Archive</title>
    <link rel="stylesheet" type="text/css" href="stylesheet.css">
    </head>
    <h:form id="groupList">
    <h:commandButton id="first"
    action="#{GroupListBean.first}"
    immediate="false"
    value="<<"
    type="SUBMIT"/>
    <h:commandButton id="previous"
    action="#{GroupListBean.previous}"
    immediate="false"
    value=" < "
    type="SUBMIT"/>
    <h:commandButton id="next"
    action="#{GroupListBean.next}"
    immediate="false"
    value=" > "
    type="SUBMIT"/>
    <h:commandButton id="last"
    action="#{GroupListBean.last}"
    immediate="false"
    value=">>"
    type="SUBMIT"/>
    <h:dataTable id="table"
    binding="#{GroupListBean.data}"
         rows="10"
    value="#{GroupListBean.fullList}"
    var="group"
    columnClasses="group-list-column-1, group-list-column-2,
    group-list-column-3, group-list-column-4"
    footerClass="group-list-footer"
    headerClass="group-list-header"
    rowClasses="group-list-row-even, group-list-row-odd"
    styleClass="group-list-background">
    <f:facet name="header">
    <h:outputText value="Backup Groups"/>
    </f:facet>
    <h:column>
    <f:facet name="header">
    <h:panelGroup>
    <h:outputText value="Group Id"/>
    <h:commandButton id="sortGroupIdA"
    action="#{GroupListBean.sortGroupIdA}"
    immediate="false"
    image="images/Up16.gif"
    />
    <h:commandButton id="sortGroupIdD"
    action="#{GroupListBean.sortGroupIdD}"
    immediate="false"
    image="images/Down16.gif"
    />
    </h:panelGroup>
    </f:facet>
    <h:outputText value="#{group.groupId}"/>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:panelGroup styleClass="group-list-header-2">
    <h:outputText value="Group Name"/>
    <h:commandButton id="sortNameA"
    action="#{GroupListBean.sortNameA}"
    immediate="false"
    image="images/Up16.gif"
    />
    <h:commandButton id="sortNameD"
    action="#{GroupListBean.sortNameD}"
    immediate="false"
    image="images/Down16.gif"
    />
    </h:panelGroup>
    </f:facet>
    <h:outputText value="#{group.name}"/>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:panelGroup styleClass="group-list-header-3">
    <h:outputText value="Creation Date"/>
    <h:commandButton id="sortTimestampA"
    action="#{GroupListBean.sortTimestampA}"
    immediate="false"
    image="images/Up16.gif"
    />
    <h:commandButton id="sortTimestampD"
    action="#{GroupListBean.sortTimestampD}"
    immediate="false"
    image="images/Down16.gif"
    />
    </h:panelGroup>
    </f:facet>
    <h:outputText value="#{group.timestamp}">
    <f:convertDateTime dateStyle="long"/>
    </h:outputText>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:panelGroup>
    <h:outputText value="Restore"/>
    <h:commandButton id="sortSelectedA"
    action="#{GroupListBean.sortSelectedA}"
    immediate="false"
    image="images/Up16.gif"
    />
    <h:commandButton id="sortSelectedD"
    action="#{GroupListBean.sortSelectedD}"
    immediate="false"
    image="images/Down16.gif"
    />
    </h:panelGroup>
    </f:facet>
    <h:selectBooleanCheckbox value="#{group.selected}"/>
    </h:column>
    <%--
    --%>
    </h:dataTable>
    </h:form>
    </body>
    </html>
    </f:view>
    .group-list-background {
    background-color: #ffffff;
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 12pt;
    padding: 10px;
    width: 90%;
    .group-list-column-1
    text-align: center;
    width: 15%;
    .group-list-column-2
    text-align: left;
    width: 50%;
    .group-list-column-3
    text-align: right;
    width: 20%;
    .group-list-column-4
    text-align: center;
    width: 15%;
    .group-list-footer {
    background-color: #A5A5A5;
    color: #000000;
    font-weight: bold;
    text-align: center;
    .group-list-header {
    background-color: #ffffff;
    color: #000000;
    text-align: centre;
    .group-list-header-2
    text-align: left;
    .group-list-header-3
    text-align: right;
    .group-list-row-even {
    .group-list-row-odd {
    background-color: #dddddd;

    I am trying to use different styles for the column
    headings in a data_table. Specifically, I want some of
    the headings to be leftt aligned, some right aligned
    and some to be centred.
    I can do this for the data in the columns by using a
    list of styles in the "columnClasses" attribute, but
    the "headerClass" attribute applies to all headers.I'm having the same problem, but it gets much worse than what you described.
    I'm have an arbitrarily deep tree structure I've retrieved from my backing bean, and I want to display it in a data table. Each node has a label and maybe a description, for example.
    1. The first problem is how to give the node's label a different style than the other node information. Semantically the <th> element is ideal. The problem, however, is that I can't generate a header for a node's label, because the list of nodes itself is being generated. That is, if I use:
    <html:dataTable value="#{tree.nodeList}" var="node">
         <html:column>
         <jsf:facet name="header">
              <html:outputText value="#{node.label}" />
         </jsf:facet>Nothing gets put inside the header, as the node is being iterated. This means I have to resort to a crummy hack of nesting a table inside a table for the children:
    <html:dataTable value="#{tree.nodeList}" var="node">
         <html:column>
              <html:dataTable value="#{node.nodeList}" var="childNode">
                   <html:column>
                        <jsf:facet name="header">
                             <html:outputText value="#{node.label}" />
                        </jsf:facet>
                        <html:dataTable>
                             <html:column>
                                  <jsf:facet name="header">
                                       <html:outputText value="#{childNode.label}" />
                                  </jsf:facet>
                             </html:column>
                        </html:dataTable>
                   </html:column>
              </html:dataTable>
         </html:column>
    </html:dataTable>The hack gets uglier (than the useless outermost table), because if you'll notice, to show a label of a child node as a header, I have to put another nested dummy table in my page.
    2. Now that I've managed to generate <th> (with a hack), where do I put other information about the node? If I put it in the enclosing table, it shows up before the node's label (in the <th> of the enclosed table). If I put it in the enclosed table, it will be repeated for each child node enumerated! Therefore, I'm forced to put it in the header facet of the enclosed table.
    3. Now that I'm stuck with putting all the parent node information in a child table's headers, how do I show different header styles? (This is the limitation you mentioned.) I may, for instance, want to show the node's label, the node's description, and other important information about the node.
    4. I can skip this whole <th> mess (reluctantly, because I want to specify <th> semantics by actually using <th>) by just putting everything in normal <td> elements. But this doesn't result in multiple rows like a <th> would.
    5. What if each of my nodes wants to specify its own style? I can put a styleClass attribute on an <html:outputText>, but as was already mentioned, this results in a <span> style---not a style of the entire row!
    6. If, miraculously, after hours I'm able to randomly get the right combination that will give me a styled header for each node and a sub-table of child-nodes, how do I do recursion? (Remember, my tree is arbitrarily deep.)
    7. I could use the JSTL iteration elements and generate my own table, but I've heard rumors that JSTL and JSF don't play will together. What do I do when I want to generate some JSF action within this JSTL-generated table? Can I really just drop a JSF component inside a JSTL iteration?
    JSF's dataTable seems nice in a book example, with a single-depth list of something from a database, with static headers, with alternating color styles. But trying to do something in the real world (few things are more fundamental in computer science than a tree structure) quickly seems to throw up all sorts of walls. Maybe I'm missing something really easy, here---any tricks are appreciated.
    Garret

  • Change font color in the Text Field of a Popup Key LOV

    Hello,
    I have a question concerning Popup Key LOV.
    I want to change the font color in the Text Field of the Popup Key LOV Item.
    I searched the forum but I cannot find an answer about this! Although I searched the CSS and the Popup Key LOV Template, but I do not know where to modify the font color.
    Has anyone an idea how to solve that problem?
    Regards,
    Tim

    Hey,
    thank for your reply!
    I use style="color:#000000;" and it work in Firefox, but not in Internet Explorer 7.0!
    And that is not the first time, that there are differences in displaying those tags in the HTML Form Element Attributes and in css files, etc.
    Does anybody know I to solve that?
    Thank you,
    Tim

  • Inline text-shadow style property missing

    Hi, I'm wondering if anyone has come across this as I'm at a loss trying to debug it.
    I create a composition with text that has a text-shadow. The text shadow is there when I preview in IE11. I upload to my own site and it works fine.
    Update: I've checked the composition in the LCMS on other browsers and the text-shadow is there. Looks like it could be an IE issue.
    However, when I upload to my clients LCMS, all works correctly, except there are no text-shadows. When I inspect the code produced, the inline text-shadow style property is missing i.e. it is not hard coded in! Everything else is as expected.
    In order to deploy the composition to my clients LCMS, I have to change some image url's but otherwise, there are no differences.
    I can't work out why the JavaScript is not writing the text-shadow to the elements.
    Does anyone know where I can put checks in my JS to see what is happening?
    Thanks for any help.
    Cheers,
    Patrick

    Of course, text shadows are not supported in IE9 in particular. I am not sure whether filter is still supported though. You might want to check that out.
    Try using filter instead in your css code like:
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=45);
    Note: keep text-shadow for the other browsers too.
    Hope it works but I make no promise.

Maybe you are looking for

  • A dozen+ Kernel Panics, suspect system issues - what to try?

    Hello! Well, in the last few weeks, my poor little Powerbook has lost its mind. I keep having Kernel panics for no apparent reason. Here's the story so far: 1. I upgraded to Leopard (archive/install) from Tiger, in November. 2. In early January, I ha

  • Report for md04

    Hi all, My requirement is as follows for a small report. When we open transacion md04, give material and plant, and execute the transaction, then click on lense beside any mrp element and click on the pegged documents button in the pop up - (shift +

  • Howto call the @Remove method of a stateful session bean after JSF page ...

    I use EJB3, JPA, JSF in my web application. There are 2 database tables: Teacher and Student. A teacher can have many (or none) students and a student can have at most 1 teacher. I have a JSF page to print the teacher info and all his students' info.

  • IPad2 Not Displaying in iPhoto

    I am at my parent's house and am trying to transfer photos from my iPad2 to their Mac.  When I open up iPhoto or iTunes, however, the device doesn't show.  What can I do?

  • SAP Pricing

    Dear All, There is a pricing condition in pricing. we maintain vaildty for it. Lets say if the validity expires or if the document is complete it should not reflect. Example: Rebate arrangment has been settled and then also it is appearing in PO.