CSS syntax question

"Now that I have my foot in the door), are there pieces read absolutely understand how Adobe Edge uses JQuery to advanced level a little more (not that I am). The JavaScript API gives some decent clues, but this isn't ASDocs with examples of use fully annotated.

That said, what is the correct syntax to get and set the z-index of a symbol, I have create dynamically from the prototype in the Panel resources. Presents all works, but I still have to hit the correct syntax to set the depth of the symbol, which is hide other objects I need more closely in the foreground. It works:

playNext() {} function

Slovak ++;

var audioID = "slide" + Slovak;

playSound (audioID);

var slideID = "slide_" + Slovak;

sym.createChildSymbol (slideID, "Stage");

but it does not work (EC.info you can consider an alert if you do not use Commons Edge)

EC.info (sym.$('slideID').css ('z-index'));

EC.info (sym. $(slideID).css('z-index'));

EC.info (sym.$('slideID').zIndex);

EC.info (sym. $(slideID) .zIndex);

EC.info (sym.$('slide_1').css ('z-index'));

EC.info (sym.$('slide_1').zIndex);

EC.info (slideID.zIndex);

}

I'm close to one of them? Of course, I want to set the z-index but it would be a soft step.

I also tried defining the child object, resulting in a variable with the same attempts, but nothing sticks yet.

var mySlide = sym.createChildSymbol (slideID, "Stage");

EC.info ("my slide is" + mySlide);

EC.info (sym.$('mySlide').css ('z-index'));

EC.info (sym. $(mySlide).css('z-index'));

EC.info (sym.$('mySlide').zIndex);

EC.info (sym. $(mySlide) .zIndex);

EC.info (sym.$('mySlide').css ('z-index'));

EC.info (sym.$('mySlide').zIndex);

EC.info (mySlide.zIndex);

Thank you very much.

Ah, this works in your example rect (try to set the z-index of a negative):

function showCover() {}

myRectangle var = sym.createChildSymbol ("Slide1", "Stage");

myRectangle.getSymbolElement (.css({"z-index":-100});))

}

Tags: Edge Animate

Similar Questions

  • (Newbie question) Interval syntax question / explanation of the error

    Ok. So I reach into a big ticketing system based on Oracle (64 bit 11g 11.2.0.1.0) where they store 'ticket-open-time', 'ticket-fixed-time' and the interval of 'time-to-repair. Initially I wanted to calculate the number of minutes of the time of repair. 6 hours and countless Google searches later, I'm not about to the appropriate syntax. I was able to work around the problem through a simple calculation based on the values open and resolved. What I can't understand, is why I can't apply the same syntax extract just the interval field.

    Here's a simplified query that works:

    SELECT
    To_char (OpenTimeGMT, ' ' the HH24: MI: SS DD/MM/YYYY) "OT".
    , TO_CHAR (ResolvedTimeGMT, ' ' the HH24: MI: SS DD/MM/YYYY) "RT".
    , TO_CHAR (TimeToRepairGMT, ' ' the HH24: MI: SS DD/MM/YYYY) "TTR".
    excerpt (days of day (ResolvedTimeGMT - OpenTimeGMT) the second) "days".
    excerpt (time of day (ResolvedTimeGMT - OpenTimeGMT) the second) "hours."
    excerpt ((ResolvedTimeGMT - OpenTimeGMT) minute second day) "Minutes."
    , (extract (day of (ResolvedTimeGMT - OpenTimeGMT) day to second)) * 24 * 60 +.
    (extract (hour of the day (ResolvedTimeGMT - OpenTimeGMT) the second)) * 60 +.
    extract (minute since (ResolvedTimeGMT - OpenTimeGMT) second day) "TotalMinutes".
    FROM there where

    Which produces:
    [OT] 24/09/2012 20:06:29
    [RT] 26/09/2012 13:56:13
    [TTR] 4000/02/01 17:49:44 - Note the year.
    [Days] 1
    [Hours] 17
    [Minutes] 49
    [TotalMinutes] 2509

    The question:
    When I write [extract (minute of day (ResolvedTimeGMT - OpenTimeGMT) the second) "Minutes"], I get 49 minutes I expect

    When I write [extract (minute since (TimeToRepairGMT) second day) "Minutes"], I get an error "syntax error was found in the interval value expression.

    The three fields are declared as 'date' DESC command (even if TimeToRepairGMT is clearly an interval, based on the value of "4000/02/01 17:49:44" ""). While I can plough with my work-around, I really want to know how to deal with intervals that are stored in Oracle tables as dates. Any help is appreciated!

    Hello

    Welcome to the forum!

    966091 wrote:
    Ok. If I am living in a large (64 bit 11g 11.2.0.1.0) Oracle-based ticketing system

    Thanks, that's very useful. Always give your version (11.2.0.1.0) whenever you post a question.

    where they store 'ticket-open-time' and "ticket-fixed-time" interval "time-to-repair. Initially I wanted to calculate the number of minutes of the time of repair. 6 hours and countless Google searches later, I'm not about to the appropriate syntax. I was able to work around the problem through a simple calculation based on the values open and resolved. What I can't understand, is why I can't apply the same syntax extract just the interval field.

    Here's a simplified query that works:

    SELECT
    To_char (OpenTimeGMT, ' ' the HH24: MI: SS DD/MM/YYYY) "OT".
    , TO_CHAR (ResolvedTimeGMT, ' ' the HH24: MI: SS DD/MM/YYYY) "RT".
    , TO_CHAR (TimeToRepairGMT, ' ' the HH24: MI: SS DD/MM/YYYY) "TTR".
    excerpt (days of day (ResolvedTimeGMT - OpenTimeGMT) the second) "days".
    excerpt (time of day (ResolvedTimeGMT - OpenTimeGMT) the second) "hours."
    excerpt ((ResolvedTimeGMT - OpenTimeGMT) minute second day) "Minutes."
    , (extract (day of (ResolvedTimeGMT - OpenTimeGMT) day to second)) * 24 * 60 +.
    (extract (hour of the day (ResolvedTimeGMT - OpenTimeGMT) the second)) * 60 +.
    extract (minute since (ResolvedTimeGMT - OpenTimeGMT) second day) "TotalMinutes".
    FROM there where

    Which produces:
    [OT] 24/09/2012 20:06:29
    [RT] 26/09/2012 13:56:13
    [TTR] 4000/02/01 17:49:44 - Note the year.
    [Days] 1
    [Hours] 17
    [Minutes] 49
    [TotalMinutes] 2509

    The question:
    When I write [extract (minute of day (ResolvedTimeGMT - OpenTimeGMT) the second) "Minutes"], I get 49 minutes I expect

    When I write [extract (minute since (TimeToRepairGMT) second day) "Minutes"], I get an error "syntax error was found in the interval value expression.

    The three fields are declared as 'date' DESC command (even if TimeToRepairGMT is clearly an interval, based on the value of "4000/02/01 17:49:44" "").

    In fact, it is more likely that it is just a DATE, who got the year wrong somehow. Show how you have assigned values to these columns.

    While I can plough with my work-around, I really want to know how to deal with intervals that are stored in Oracle tables as dates. Any help is appreciated!

    The intervals are difficult to work. I suggest that you use very little, or not at all. Keep the storage points in time as DATEs, but store the length of the time as a NUMBER; either the number of minutes, hours, or days, depending on what is appropriate for your data and your business needs best.

    Let's say you decide to keep TimeToRepair as the number of minutes, the length of time of OpenTImeGMT to ResolvedTimeGMT. When you subtract one DATE from another in Oracle, the result is a NUMBER, the number of days between these two DATEs. To get the number of minutes, which multiplied by the number of minutes per day. So the forumla for TimeToRepair is

    (ResolvedTimeGMT - OpenTimeGMT) * 24 * 60
    

    If you store the length of time as a NUMBER, it is very easy to get totals and averages.

    If you want to display this number of minutes like days hours: minutes: seconds, then you can use an INTERVAL, but just for display. Use the NUMTODSINTERVAL function to convert the NUMBER to an INTERVAL DAY TO SECOND:

    NUMTODSINTERVAL (TimeToRepair, 'MINUTE')
    

    I hope this helps you.
    Whenever you have a question, it is useful to show an example of what you have tried and what results you want to get. Post CREATE TABLE and instructions INSERT for examples of data and the results you would get from these data. You will get answers sooner if your question is specific. "How work intervals?" is a very difficult question. Many people who can help you to not trying to answer a question as broad. But if you can formulate your question as: "I need help understanding intervals. Beginning with this data... I tried thinking it would follow... but instead, I got... Why is this? The manual SQL language, to... says..., why is... happening? ", and then it will be easier to help you.

  • Mix ADF Faces with HTML, JavaScript, CSS, JSTL question

    Dear all,

    The project is now starting to deploy to the production server. When we try to deploy to the production server who made a lot of mistake. As this used widely used project mix ADF faces with
    HTML/JavaScript/CSS/JSTL. I would like to know what are the most error when we have mixed to use each one and how can we overcome them there?
    There is in the project

    1 mix of tags html with ADF Faces components
    2. the use of JavaScript/CSS inline
    3. mix the JSF/ADF Faces and JSTL tags

    Help me how to address this issues as well as links to useful blog.

    JDeveloper IDE version: 11.1.1.5.0 with Webcenter
    WebLogic version: 10.3



    Best regards
    KT

    Published by: KT on May 16, 2013 21:23

    Hello

    In addition to this project widely used mixture ADF faces with HTML, JavaScript, CSS, JSTL.

    JavaScript, CSS, and JSTL is not a problem, whereas - according to the JSF version - HTML is. JSF 2 is the first version of the JSF, which allows you to mix HTML with less side effects, if you use Facelets as view declaration language.

    I would like to know what are the most error when we have mixed to use each one and how can we overcome them there?

    There is in the project

    + 1. mixture of html with ADF Faces components tags +.

    This could ruin your pages, lead to update issues and - in case of frequent use in the trees - even destroy the functionality

    + 2. online use of JavaScript / CSS +.

    Poor performance because of heavy weight pages. If you were using ADF Faces and your JS addresses the DOM instead of the architecture of client cJavaScript ADF Faces then chances are JS will fail for the components that have changed their HTML output (which has an impact on the DOM structure) or changes are not submitted to the server.

    For CSS, CSS inlineStyle not applay to the DOM element that is external, which means for example af:input the background text color will color the lavel

    + 3. mix JSTL and JSF/ADF Faces tags +.

    Dependa on how you do. JSF has postponed EL syntax, which means that EL resolves at run time, whereas JSTL resolves at compile time. So the race conditions could become a problem

    Overall, it is difficult to say if things were coded wrong in the project (although for the use of HTML you can be sure) without seeing the code. It seems that the team that built the application however did not dare to the suite of recommended practices

    Frank

  • interpolation syntax question

    Dear list

    I have a question of basic syntax that I realized that I'm not very familiar with in flash8. It came when I tried to create a combobox to allow the user to choose different types of interpolation and the relaxation of the Tween class.

    I created two comboboxes, one with all the values of interpolation (Regular, Strong, elastic...) and the other with all values of acceleration (easeIn, easeOut...)

    When I trace the variable comboFunc below it draw a function, but once that I plug it on the method of tweenExtended nothing happens. It seems to interpolate all the same way.

    What I'm missing here?

    all the tracks are appreciated.

    Thank you

    Stephan



    -----------------
    var tweenType = [_root.growingTween.selectedItem.data];
    var easeType = [_root.growingEase.selectedItem.data];
    var comboFunc = [tweenType + easeType];
    This.Tween = new TweenExtended (this.ring, ["_xscale", "_yscale"], ([tweenType + easeType]), eval [this.ring._xscale, this.ring._yscale], [_root.getMinSize (), _root.getMinSize (), _root.getShrinkSpeed (), true);


    Not real clear about your code snippet. But I guess that you can store the name method acceleration under a label and the tween as the data class. Then use the selectedItem.data to the Tween class. But you can also watch the code attached for another example.

  • Java syntax question

    I'm sure it's very banal, but I saw this syntax used in the development of BlackBerry:

    //default gauge
        final GaugeField gf1;
        {
          gf1 = new GaugeField();
          gf1.setLabel("default gauge:");
          gf1.setValue(12);
          fields.addElement(gf1);
        }
    

    What is the purpose of braces here? There is no method/condition/iteration header before, then what is it in the code? I've seen this used in books and tutorials of BlackBerry. I can't find all the details on its use. Can someone shed light on this or point me to the material that covers this syntax? trivial, but it's probably...

    c it is a compound statement. in this block, all defined variables are no longer valid within this block. That's all.

  • CSS float question

    I am fairly new to HTML5 and CSS. I try to get the text box 'Âge' float to the right of the buttons ' Age/DOB. Everything I tried failed. Any help would be appreciated.

    My HTML code:

    < head >

    < meta charset = "utf-8" >

    < title > rate calculator < /title >

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

    " < link href =" http://code.jQuery.com/Mobile/1.3.0/jQuery.Mobile-1.3.0.min.CSS "rel ="stylesheet"type =" text/css"> "

    " < script src =" http://code.jQuery.com/jQuery-1.11.1.min.js "type =" text/javascript"> < / script > "

    " < script src =" http://code.jQuery.com/Mobile/1.3.0/jQuery.Mobile-1.3.0.min.js "type =" text/javascript"> < / script > "

    < / head >

    < body >

    < div data-role = 'page' id = "page1" >

    < div data-role = 'content' id 'content' = >

    < div data-role = "fieldcontain" id = "btnsAge" >

    < fieldset data-role = 'indicated' data-type = "horizontal" id = "ageSelect" >

    < input type = "radio" name = "age" id = "age_0" value = "" / > "

    < label for = "age_0" > age < / label >

    < input type = "radio" name = "age" id = "age_1" value = "" / > "

    DOB < label for = "age_1" > < / label >

    < / fieldset >

    < / div >

    < div data-role = "fieldcontain" id = 'txtAge' style = "float: right" >

    < Input placeholder = "Âge" type = "text" name = "textinput" id = "textinput" value = "" / > "

    < / div >

    < / div >

    < / div >

    < / body >

    < / html >

    My local CSS:

    @charset "utf-8";

    {#btnsAge}

    Display: block;

    float: left;

    Width: 150px;

    }

    {#txtAge}

    Display: block;

    float: right;

    align: right;

    height: 30px;

    Width: 60px banner;

    }

    My results so far:

    No matter what I do, I can't do the textbox age to align horizontally with the buttons.

    RateCalc.JPG

    Ah, you have a code from the jquery css causing it to go to the next line.

    With your current html code, you must disable or override the clear: both in the bar of the IU, ui-body of the jquery.mobile file selector - 1.3.0.min.css

  • other syntax question on two points

    I had learned that the meaning of ".." is to access the child nodes in XML.

    but I saw this in the flex source, < mx.skins.halo.RadioButtonIcon.as >

    override the updateDisplayList(w:Number,_h:Number):void function

    {

    ...

    ...

    g... beginFill (radioColor);
    }

    where the variable g is a graphics object. ordinary, it should be 'g.beginFill', I thought.

    now my question is, what does it mean ".." means?

    Thanks for any help.

    I think it's because Flex uses a structure tag (MXML) language, so the operator down ".." would be valid in a context of structure of nodes in Flex.

  • CSS Styles question

    I was wondering how to get the css and all styles. All I see IS the designer of CSS and I can't find simple css tabs styles that I'm used to previous versions of dreamweaver.

    Thanks for any help

    Which explains how to use the CSS Designer panels new & improved.

    CSS Designer: A tool of Visual design in Dreamweaver cc | Inspired by Adobe Magazine

    Personally, I prefer to work in mode code with features the DW code hinting.  For my workflow, it is much faster.  But some people really like the Visual Designer.  I think he should just get used to.

    Nancy O.

  • AS3 syntax question

    Hello

    Having a problem or issue of syntax. When I'm writing this in AS3, I get the right result: 4

    var wordArray1:Array = ['test', 'Apple', 'orange', 'olive'];

    var theLevel:Number = 1;

    trace (root ["wordArray" + likethis] .length);

    but when I write it in this way, inside a function, I get an error:

    function test (): void

    {

    var wordArray1:Array = ['test', 'Apple', 'orange', 'olive'];

    var theLevel:Number = 1;

    trace (root ["wordArray" + likethis] .length);

    }

    test();

    I don't understand what I am doing wrong? Any ideas?

    in the second case, wordArrays scope is limited to the function.

    so when you try to address wordArray with root.wordArray, the main timeline is unclear on this issue.

    simple solution: declare it outside the function.

    var wordArray1:Array;

    function test (): void

    {

    wordArray1 = ['test', 'Apple', 'orange', 'olive'];

    var theLevel:Number = 1;

    trace (root ["wordArray" + likethis] .length);

    }

    test();

  • ActionScript 2 syntax question

    I have a style sheet I want to apply to a large group of dynamic text fields, but not to the entire fla. Is it possible to address all of my content and apply the sheet in a single statement?

    now, I have

    var myStyleSheet:TextField.StyleSheet = new TextField.StyleSheet ();

    myStyleSheet.load ("styles.css");

    content_box1. StyleSheet = myStyleSheet;

    content_box2. StyleSheet = myStyleSheet;

    content_box3. StyleSheet = myStyleSheet;

    content_box4. StyleSheet = myStyleSheet;

    content_box5. StyleSheet = myStyleSheet;

    etc etc...

    I'm new to actionscript 2 and don't know how to do the loop structure. Currently, there are 15 of these 'boxes', but it could grow, how would I go to do a sort of loop ' for/next"as...

    For n = 1 to 15

    content_box (n) .styleSheet = myStyleSheet;

    next n

    OR

    could do you some sort of If / then structure?

    OR simply

    content_box1. StyleSheet, content_box2.styleSheet, content_box3.styleSheet, content_box4.styleSheet, content_box5.styleSheet, content_box6.styleSheet, etc. is myStyleSheet;

    A solution based on the first concept would cause preferred that I could set up vars dynamically updated so it would be very easy to add mailboxes and content on the fly via the xml file.

    Thank you

    Joel

    You can use the support rating for the channels to target objects...

    for (i = 1; i<16;>

    This ["content_box" + i] .styleSheet = myStyleSheet;

    }

  • Basic CSS text question

    I take over the maintenance of Web site someone else and I want to add some simple CSS that will create a text that I can apply for areas intended for a lot of text to read.

    1.) add the following to the CSS file would serve my purpose?

    {.readingtext}

    -font size: 1.2em;

    font style: arial

    font color: #000

    }

    2.) how I can add styles to all text blocks in DW to apply this style?

    Thanks in advance.

    These can easily be converted intofor someone like me with no coding experience or is it more than that?

    Easily.

    Just switch to Code view and replaceandTO.

    But I suggest that you show us all the code for the page you are dealing with.

    I suspect that there is another code redundant and/or poorly maintained similar which could be cleaned up and optimized to facilitate greatly your guide formatting.

  • Simple syntax question

    Hey everybody,

    I'm doing a match/replace with a template that contains special characters and run in syntax errors in a Flex 3 application. I want just the following regex to compile... (also replacing the html tags with "")

    value.replace(/</?\w+((\s+\w+(\s*=\s*(?:".*?"|'.*?'|[^'">\s]+))?)+\s*|\s*)/?>/g, "");

    On a side note, the pattern /<.*?>/g wouldn't work in cases where there are html entities between tags, 
    like so:
    
    <TEXTFORMAT LEADING="2">
    <P ALIGN="LEFT">
    <FONT FACE="Arial" SIZE="11" COLOR="#4F4A4A" LETTERSPACING="0" KERNING="0"><one</FONT>
    </P>
    </TEXTFORMAT><TEXTFORMAT LEADING="2">
    <P ALIGN="LEFT">
    <FONT FACE="Arial" SIZE="11" COLOR="#4F4A4A" LETTERSPACING="0" KERNING="0">two</FONT>
    </P>
    </TEXTFORMAT>
    
    The first regex would get both "<one" and "two", but the second would only get "hi"

    Thank you!

    L stabby

    This one works for me:

    value. Replace(/<\ \w+((\s+\w+(\s*="\s*(?:" .*?"|'.*?'|[^'""="">\s]+))?) +\s*|\s*)\/?>/g, "");

    (Same as yours, but hot escaping the /)

    Are < and=""> special characters can only be between tags? [in this case, even if /<.*?>/g wouldn't work, able to /<><>] *? > / g be enough?

  • Simple task - syntax Question (how do you pass variables from one component to another component - databinding)?

    Hi all

    I'm moving some width/height/URL of a Video Player component to a Social Bookmarking component incorporate text entry field. (for people capture and share videos).

    I know that it's a simple task, but it's the end of the day and I seem to have a brain failure... What is the syntax to achieve this? Do I have to import the video player component? These widths/heights/URLs are all generated dynamically by a XML... should I be pulling the XML or reuse just variables already existing in the Video Player component?

    Here is my code...

    Video player:

    [Bindable]

    var public source: String = "";

    [Bindable]

    public var autoPlay:Boolean = false;

    [Bindable]

    public var fullScreenMode:Boolean = false;

    [Bindable]

    public var clipTag:String = '_movie;

    [Bindable]

    public var iag_code:String = "";

    [Bindable]

    public var officialURL:String = "http://www.movies.com/"; ""

    [Bindable]

    public var referer:String = 'unknown ';

    [Bindable]

    public var gID: String;

    [Bindable]

    public var starterImageURL:String = 'http://www.movies.com/jazzmaster/images/default_starter_image.

    [Bindable]

    public var oldWidth:Number;

    [Bindable]

    public var oldHeight:Number;

    Component sharing:

    < mx:HBox

    Height = "10%".

    horizontalCenter = "-25".

    Red = '0 '.

    paddingBottom = "5" >

    < mx:Text text = "" Embed Code: "paddingTop ="1"color ="#FFFFFF"fontSize ="12"/ >"

    < mx:TextInput text = "{oldWidth}" / >

    < / mx:HBox >

    The above code generates an error... "Any attempt of property inaccessible oldWidth via a reference with a static type com:SharingBookmarks."

    Thank you all!

    DK

    Try this...

    Create a flex project and add a folder called 'src '.

    create a new component MXML named "VideoComp.mxml" and copy/paste

    http://www.Adobe.com/2006/mxml"width ="400"height ="300">

    [Bindable]

    public var videoWidth:int = 300;

    [Bindable]

    public var videoHeight:int = 300;

    ]]>

    create a new component MXML named "SharingComp.mxml" add copy/paste this...

    http://www.Adobe.com/2006/mxml"width ="400"height ="300">

    [Bindable]

    public var videoWidth:int;

    [Bindable]

    public var videoHeight:int;

    ]]>

    and here's the main.mxml file

    http://www.Adobe.com/2006/mxml '.

    xmlns:src = "src.*" >

    private void doSomething (): void

    {

    sharingComp.videoHeight = videoComp.videoHeight;

    sharingComp.videoWidth = videoComp.videoWidth;

    }

    ]]>

    Hope this helps,

    BaBo,

  • Rule to the CSS style question: positioning of block next to the image level

    Hello

    I have this site for example: http://www.ecstechnics.com/modules/page.phtml?dimensionid=18 & pageid = 24 and I had a previous question on this topic: http://forums.adobe.com/thread/427154?tstart=0. Here, I asked for a way to draw a line of fixed length under a header < h1 > (resolved) and a way to draw a line under a heading < h2 > where the line was shortened by an image inline (left or right header, as can be seen in the example of the ecstechnics.com site).

    The problem however is not yet solved for an image on the LEFT of the header. With the above solution and a fixed width line, this line is inspired right through the image to the left.

    I need a solution for a header that is positioned to the right of the image (which I'm floating on the left) and where I want the line to start under the first letter of the heading and extends to the border of the container.

    Thanks for the tips.

    Erik

    From time to time, this is the best approach (question to rephrase in a new thread). But give the existing question some time for people to see. A few hours on a weekend is not generally enough time.

    I did that cause confusion. My apologies, it won't happen.

    Cool. It was kind of fun playing Hunt the answers in the nets - this time only! ;-)

    I hope that this is the method of work (one that we it was).

    --
    Mark A. Boyd
    Keep-on-Learnine :-)

  • rule to the CSS style question

    Hello

    I have a < h1 > and < h2 > rule of style to get the effect voor my headers as can be seen here: http://www.ecstechnics.com/modules/page.phtml?dimensionid=17 & pageid = 23

    I think the main header (< h1 >) style rule I can do easily: simply apply the correct font style and that's all.

    But for the header < h2 > I need a colored line extending the width of my liquid main content container, unless she is disturbed by a floating picture. Example on the same site: http://www.ecstechnics.com/modules/page.phtml?dimensionid=24 & pageid = 37

    The line spans a certain width (preference with my container of liquid, if it is not fixed wide), but if a picture or other object interferes, I want to shorten accordingly.

    Is this possible? All advice please?

    Thank you!!

    Erik

    CSS:

    rehydration {}

    border-bottom: 1px solid red;

    Width: 400 PX;

    }

    {of scale

    border-bottom: 1px solid red;

    Width: 100%

    }

    HTML:

    It's short


    It is wide

    Does that help?

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

Maybe you are looking for