Search:

Type: Posts; User: wishiwasageek; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. specifying Height and width for inline div

    Ok, mIke mentioned it once I think but I can't find the reference:

    -you can't specify height and/or width? for an inline div?

    is this correct?

    Thanx stax
  2. Replies
    10
    Views
    62,972

    Not sure exactly what you mean Jean. It's not...

    Not sure exactly what you mean Jean.
    It's not "div=class alpha" that wraps text, it's the "spaces" between the words, as Mike said, the white space (to be exact).

    If you want different font...
  3. Replies
    3
    Views
    8,061

    specifying base url for a DIV

    Hello there!
    I want to specify a base url for a DIV
    WHY-
    because the code within this particular div is generated by a program

    Within the program I can only specify relative or absolute...
  4. Replies
    10
    Views
    62,972

    Because I want to!! Thank-you - simple...

    Because I want to!!

    Thank-you - simple solution!
    If the dash was encoded:
    – or — that should fix the prob as well for firefox?

    thanx stax
  5. Replies
    10
    Views
    62,972

    Wrap text within a div in Firefox

    Ok, the usual works fine in IE, but not in FF, so wondering how to text FF to wrap the text.
    there are two stylesheets, the first has the CSS for browsetab, the other has the CSS for alpha.

    CSS...
  6. Replies
    11
    Views
    20,981

    Going to give Mwinter's idea a go first as that...

    Going to give Mwinter's idea a go first as that seems the simplest.

    Believe it or not I'm with you now - yes there would be an element with an id container in the HTML code I was just asking if...
  7. So either use display:inline OR...

    So either use display:inline OR float:<left/right> as properties of the div, to put two (or more) divs next to each other?

    Float seems to be useful as you can specify height and width etc, which I...
  8. Replies
    11
    Views
    20,981

    jscheuer1 said Well if your read mwinter's...

    jscheuer1 said


    Well if your read mwinter's reply clearly this IS part of the problem.
    How should you jscheuer1 know? well I don't know so how can I tell you?? You don't HAVE to reply!! I...
  9. Replies
    2
    Views
    5,996

    Usually the biggest problem I have is trying to...

    Usually the biggest problem I have is trying to put things inline
    ie
    <tr>
    <td> </td><td></td>
    </tr>

    Bloody simple with tables.
    but I'm learning to use CSS.
    Not really sure that...
  10. Replies
    11
    Views
    20,981

    So should the text be changed to...

    So should the text be changed to document.documentbody?
    (No one is using earlier than IE 6.0)

    thanx
    WIWAG :o
  11. Replies
    11
    Views
    20,981

    sure - re. line numbers but this is the line...

    sure - re. line numbers but this is the line identified in HTML-KIT (it was actually line 20 on the error message which made sense in HTML-KIT) but fine.

    What about the container thingy? Didn't I...
  12. ok - but does the image have to be specified...

    ok - but does the image have to be specified first?

    thanx
  13. Replies
    11
    Views
    20,981

    script error: object required

    tnis the script in the head of my HTML doc.
    it says that an object is required at line 4, char 5.
    I thought it was an object?


    <script type="text/javascript"><!--
    var d = document;
    ...
  14. Hit some probs with the images...

    Post script:
    Everything OK in IE 6.0 but images don't show at all in Firefox 1.04 (collapsing works fine)

    My HTML file is in D:MAINFOLDER/folder1/folder2/expand.html (but have changed name)
    My...
  15. Replies
    2
    Views
    5,996

    using display:table

    Ok everyone's against tables unless it has data;

    so for layout what about using the display:table property and attributes?

    What are the pitfalls/tips and tricks for using in Firefox and IE?...
  16. Replies
    4
    Views
    7,418

    Yeah I'd like to do this too, but think some...

    Yeah I'd like to do this too, but think some over-riding of the browsers preferences would be required...
  17. Replies
    1
    Views
    4,096

    speeding up firefox on broadband

    I read this on another (not dd) site so I'm not sure whether to trust it or not (of course)
    check out link

    http://www.trap17.com/forums/make-firefox-run-faster-broadband-t9563.html

    I'm on a...
  18. oh mike - this schweet! thank-you. I don't...

    oh mike - this schweet!
    thank-you.
    I don't suppose I will ever understand javascript but wow - it looks good.
    I will compare the two and work out what's different and try to educate myself...
  19. Re. Inline and block - but surely the div is a...

    Re. Inline and block - but surely the div is a block(?) and then told to be inline
    Doesn't the div "contain" the ul so it can be a block element within a block element (the div?)
    I mean does the...
  20. so do you always have to float one of the inline...

    so do you always have to float one of the inline divs inline for them to line up in firefox?
    thanx for your answer btw

    WIWAG :o
  21. Firefox won't inline my divs! Problem with width.

    I'm soo tempted to go back to tables...

    this css/html combo works in IE 6.0 but not in FF 1.04 - what am I specifying wrong??
    I simply(!) want the text to be next to the image, like this

    <TR>...
  22. Difference between replaced and non-replaced elements?

    I'm trying to do the right thing and put the appropriate units for width in my css - b-u-u-t
    I dont' understand the definitions:

    http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width
    ...
  23. Replies
    2
    Views
    5,142

    Standard Layout for CSS

    Sorry for ignorance, is there a "standard" way of laying out the CSS?

    ie.

    should the "base elements" come first (body paragraph etc)
    Is it 'better' or 'more standard' to have lots of simple...
  24. Replies
    13
    Views
    14,318

    So setting body {max-width:650px;} in the...

    So setting

    body {max-width:650px;} in the CSS is bad then?

    If not bad, is this cross browser friendly?
    WIWAG :(
  25. Replies
    5
    Views
    11,424

    Sweet, thanx for your time guys. WIWAG

    Sweet, thanx for your time guys.
    WIWAG
Results 1 to 25 of 50
Page 1 of 2 1 2