Advanced Search

Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Couldnt the person just grab their ip and then...

    Couldnt the person just grab their ip and then locate them using their ip and change the timestamp according to their ip?
  2. Replies
    4
    Views
    2,489

    True setting it to auto

    True setting it to auto
  3. Replies
    12
    Views
    3,321

    Crap I'm in South Carolina until Sunday. If you...

    Crap I'm in South Carolina until Sunday. If you can wait until that long I can go thru your code more extensively and actually see what's going on. To me it seems like a float issue but I could be...
  4. Best way to do this is using PHP with a database....

    Best way to do this is using PHP with a database.
    I can set it up which isn't hard to do.
  5. Replies
    12
    Views
    3,321

    Ah i usually have this problem using DIV TABLES...

    Ah i usually have this problem using DIV TABLES in ie. The only way i found to fix this problem is actually making something like this:

    <!--[if gt IE 5.5]>
    <link rel="stylesheet"...
  6. Replies
    0
    Views
    646

    Multi Buttons Submit Error

    What I'm trying to do: I'm trying to make it so that the button reset the number to a certain value that the button is saved to. If it is selected then it will reset the the item in the array....
  7. Replies
    3
    Views
    4,389

    Resolved View Post

    <!--[if lt IE 8]>
    .cssname {
    same code just change the top position so it works.
    }
    <![endif]-->

    That should be it. xD

    This may help you a lot
  8. You have a website up and running?

    You have a website up and running?
  9. Replies
    6
    Views
    1,483

    It is not saved in the same place. I am not sure...

    It is not saved in the same place. I am not sure where you have saved the files.
  10. Post all the code you have?

    Post all the code you have?
  11. I think the reason is that there is a size issue...

    I think the reason is that there is a size issue making it "push" invisible space to the side expanding it making it appear. Also that depends on the web browser and how it reads the code. For the IE...
  12. Umm can you add JavaScript to your code? If so...

    Umm can you add JavaScript to your code?
    If so you can do an IE hack to hide the scrollbar
  13. Thread: Form css

    by Crazykld69
    Replies
    5
    Views
    1,564

    where do you want to align them?

    where do you want to align them?
  14. Replies
    5
    Views
    2,132

    I am trying to explain that xD You will have to...

    I am trying to explain that xD
    You will have to give each one separate Id tags and in those id tag add "margin-top: ###"
  15. I think it might be because it is not reading the...

    I think it might be because it is not reading the code correctly or something is actually larger then usual so it will not get rid of the scroll bar...
    ... some combinations with ‘visible’ are not...
  16. Replies
    7
    Views
    1,649

    <iframe src="http://4shared.com" height="800" scrolling="auto" width="98%" frameborder="0" vspace="0" marginheight="0" marginwidth="0" applicati></iframe>


    It might just be me but dont you have...
  17. Replies
    5
    Views
    2,132

    Im guessing you dont want some of them appearing...

    Im guessing you dont want some of them appearing where they are appearing now. i suggest changing the margin-bottom (or top), This might cause you to make each one a different id.
    I can be...
  18. Replies
    8
    Views
    6,586

    Ok this works in chrome. Its like a color hack:...

    Ok this works in chrome. Its like a color hack:
    add this to the head

    function changeColor(idObj,colorObj)
    {
    document.getElementById(idObj.id).style.color = colorObj;

    }
    ...
  19. Replies
    3
    Views
    1,549

    Uhh? How can we help you... I dont even know what...

    Uhh? How can we help you... I dont even know what the problem is >.>
  20. Replies
    13
    Views
    4,398

    Yep that means you have to change #lang_sel...

    Yep that means you have to change


    #lang_sel ul ul {visibility:hidden;position:absolute;height:0;top:18px;left:0; width:180px;border-top:1px solid #cdcdcd;}

    top:18px this one - change that
  21. Yeah it will have to be done with JS. =\

    Yeah it will have to be done with JS. =\
  22. Replies
    13
    Views
    4,398

    to fix this the drop-down doesn't always show...

    to fix this
    the drop-down doesn't always show up when hoovering
    just change


    #lang_sel ul ul {visibility:hidden;position:absolute;height:0;top:18px;left:0; width:180px;border-top:1px solid...
  23. Website example?

    Website example?
  24. Replies
    4
    Views
    1,560

    Uhhh do you know its not centered? 0.o At least...

    Uhhh do you know its not centered? 0.o
    At least in Chrome
  25. Umm i think you might have to do something like...

    Umm i think you might have to do something like this:

    <div class="msg_list">
    <div class="msg_body"><span class="msg_head">Header 1</span>
    Hi I am a message!</div>
    <div class="msg_body"><span...
Results 1 to 25 of 144
Page 1 of 6 1 2 3 4