A Flash Developer Resource Site

Search:

Type: Posts; User: 1407

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    842

    Just curious, would you buy sh*t ? Just asking...

    Just curious, would you buy sh*t ?

    Just asking 'cause when I wait, the website tell me that's what it's going to load...
  2. Thread: Layers

    by 1407
    Replies
    8
    Views
    683

    works fine in both IE and FF.

    works fine in both IE and FF.
  3. Thread: fullfatdesigns

    by 1407
    Replies
    9
    Views
    2,253

    did I miss anything or there's no theme ?

    did I miss anything or there's no theme ?
  4. Replies
    23
    Views
    2,024

    looks the same in FF and IE here too.

    looks the same in FF and IE here too.
  5. Replies
    4
    Views
    1,702

    this is what you call pure html ?

    this is what you call pure html ?

    <link href="../trivitrongreen.css" rel="stylesheet" type="text/css" />
    <script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></


    ;)
  6. Replies
    10
    Views
    3,213

    Yeah... whenever you see that line again, delete...

    Yeah... whenever you see that line again, delete it :p
  7. Replies
    10
    Views
    3,213

    paste your code then. Cause if that's what you...

    paste your code then. Cause if that's what you have, nothing more and nothing less, it should work.
  8. Replies
    10
    Views
    3,213

    The easiest way is with a table, add this to...

    The easiest way is with a table,

    add this to your BODY tag :


    MARGINHEIGHT="0" MARGINWIDTH="0"

    and the table, this way (assuming you have only one item, the movie) :
  9. Replies
    2
    Views
    1,426

    You're talking about two different things. 1....

    You're talking about two different things.

    1. having the page to fit the screen (height) no matter what the screen resolution is.

    2. fitting the content ??? I assume you mean having enough...
  10. Not that you have to code the way I do or...

    Not that you have to code the way I do or anything, but that's the main reason I code that way, unless you do it on purpose it's almost impossible to overwrite or "typo" anything since the class is...
  11. for your links, CSS should look like this (way...

    for your links, CSS should look like this (way easier, and clear)

    a.lin:link { ... }
    a.lin:hover { ... }
    a.lin.etc...

    a.noLimits:link { ... }
    a.noLimits:visited { ... }
    a.noLimits.etc...
  12. Replies
    6
    Views
    2,232

    First off, you should put a top tag in your...

    First off, you should put a top tag in your #banner, should fix your problem partially.

    Might want to look for miscalculation in your CSS also, just look at the bottom right of your page, it's...
  13. Replies
    6
    Views
    2,232

    Nothing wrong with the html coding, does look...

    Nothing wrong with the html coding, does look like you have a "sizing" problem with your CSS though, possible that your .banner has a height tag in it or something ?

    Just look at the page when you...
  14. Thread: Positioning

    by 1407
    Replies
    9
    Views
    1,193

    Have to ? guess there's a reason for it, although...

    Have to ? guess there's a reason for it, although it doesnt make sense to use both tables and CSS for the same page.

    Might suggest onw thing though, if you absolutely have to use tables,

    make...
  15. I might suggest you go back to your "deluxe"...

    I might suggest you go back to your "deluxe" website, search a little, they know about the "Firefox issue", they even posted a fix (Seamless integration -> Visible)...
  16. Thread: Positioning

    by 1407
    Replies
    9
    Views
    1,193

    You already have the CenterDiv tag with 750px...

    You already have the CenterDiv tag with 750px width, why a <table> ??

    You also have two #CenterDiv but only one closing </div> tag.



    One of the point of using CSS is not to have to use...
  17. Thread: Positioning

    by 1407
    Replies
    9
    Views
    1,193

    you need to add to your .center, things like...

    you need to add to your .center, things like float, position, margin-left (or right).

    my 1st reply in this topic explain exactly how to make a cell perfectly centered.
    ...
  18. Replies
    23
    Views
    2,660

    yes, with I.E. : I always try I.E. first as it is...

    yes, with I.E. : I always try I.E. first as it is the browser that gives the most headaches when it comes to CSS.

    On the link you posted everything seems to be left aligned, didnt look at your...
  19. Replies
    23
    Views
    2,660

    What Cathbert should work no problems, might need...

    What Cathbert should work no problems, might need a little tweaking but that's about it. Only thing is this wouldnt fix your "left bg image" issue.

    If by left bg image you mean the little blue...
  20. Replies
    23
    Views
    2,660

    In case you want want to use 100% width anyway,...

    In case you want want to use 100% width anyway, here's what it will have to look like



    #left {
    background: #CCCCCC;
    position: absolute;
    width: 25%;
    top: 0px;
    left: 0px;
  21. Replies
    23
    Views
    2,660

    Can be all done in CSS. There's two ways of...

    Can be all done in CSS.

    There's two ways of doing this :

    1. Know the width of each boxes and calculate, for EACH boxes, where they'll need to be placed (from center point). Can be a REAL pain...
Results 1 to 21 of 21




Click Here to Expand Forum to Full Width

HTML5 Development Center