Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    8,518

    Yeah running the webpage in quirks mode is not an...

    Yeah running the webpage in quirks mode is not an option for stuff like this. ;)
  2. Replies
    11
    Views
    5,951

    If you want to totally seperate the html and the...

    If you want to totally seperate the html and the php then you should create your html pages seperately and where ever you need php to insert values like for example in your code above your using...
  3. Replies
    14
    Views
    7,101

    I never said that shortening the CSS code will...

    I never said that shortening the CSS code will fix your late hovers and everything but i was just suggesting some tweaks you could use to narrow the list we could check on. Your webpage loads up fine...
  4. Replies
    14
    Views
    7,101

    From what i have observed .. your using very...

    From what i have observed .. your using very lengthy css to achieve something which can be achieved pretty easily. First of all make sure you fix the javascript bug on that web page (your missing a...
  5. Replies
    14
    Views
    7,101

    You're right the hovers on the text links and...

    You're right the hovers on the text links and scrolling is a bit slower then normal. I will look into the code and let you know if i find something wrong. And just so you know your webpage opens...
  6. Replies
    5
    Views
    3,238

    try using the vertical-align:middle; css...

    try using the vertical-align:middle; css property. let me know if it helped. ;)
  7. Use this css to remove the space inbetween them...

    Use this css to remove the space inbetween them at all on all browsers and then simply insert <br>'s in between the review divs and you'll be good to go. ;)


    /*Review Divs*/
    .summary{
    border:...
  8. Replies
    4
    Views
    2,966

    Adding margin:0 auto; along with the...

    Adding margin:0 auto; along with the text-align:center; css can align just about anything to the center. ;)
  9. Replies
    2
    Views
    2,289

    I want to help you with this but i don't...

    I want to help you with this but i don't understand what exactly do you want. Do you want the lines to be removed ?
  10. Okay okay you win. ;)

    Okay okay you win. ;)
  11. Replies
    12
    Views
    16,195

    disabling javascript is a users own choice. it...

    disabling javascript is a users own choice. it doesn't mean that the browser doesn't support ajax. ;)
  12. I didn't meant it in the way of using its own...

    I didn't meant it in the way of using its own mime type header along with the HTTP protocol. all i meant was that IE renders it no different from firefox if the page is XHTML validated. and you keep...
  13. Replies
    12
    Views
    16,195

    The advantage of ajax is that when you will click...

    The advantage of ajax is that when you will click the link to the next page the javascript can instantly place the next page's content in place of the current page. And to my knowledge Ajax is...
  14. And exactly how do you say that ? XHTML is not...

    And exactly how do you say that ? XHTML is not like a completely different markup language its just a new standard which is more efficient. it works just about fine with IE. :p
  15. Replies
    5
    Views
    2,910

    Actually this is really weird i have never seen...

    Actually this is really weird i have never seen anything like this. Your code seems okay. It could be some kind of javascript i guess. Anyway i'll keep you updated if i find a solution. ;)
  16. Replies
    9
    Views
    10,335

    Os can't be determined by the User-Agent header...

    Os can't be determined by the User-Agent header forwarded by the browsers. :p
  17. Replies
    4
    Views
    2,966

    If you want the table to be placed in the center...

    If you want the table to be placed in the center then you could either use the old HTML way of using the center tag before the table or you could use the new XHTML way placing a div before the table...
  18. Replies
    3
    Views
    2,926

    remove the

    remove the <!-- and -->
  19. Thread: DIV in a DIV

    by Sparaker
    Replies
    2
    Views
    2,525

    Could please point out the div in which you want...

    Could please point out the div in which you want to add that code and i might be able to help. :)
  20. Replies
    2
    Views
    4,013

    Please pass on the html code with it so i might...

    Please pass on the html code with it so i might be able to help.



    P.S sorry i accidently clicked on the link that says thank this user for his post. so don't mind that.
  21. Replies
    9
    Views
    10,335

    Os detection and other resolution, etc can be...

    Os detection and other resolution, etc can be detected using javascript. ;)
  22. Replies
    9
    Views
    10,335

    Oh i get it now. You can collect that type of...

    Oh i get it now. You can collect that type of information very easily using server -side language like PHP. you could store all the data in a database such as MySQL and then tabulate them in tables...
  23. I think your users could probably use just about...

    I think your users could probably use just about any normal downloading software like dap(download accelerator plus) or something like that to recieve the new mp3 file. if you do OVERWRITE the...
  24. Replies
    1
    Views
    8,040

    Do you have a user account there or something...

    Do you have a user account there or something like that cause i couldn't see any navigation menu on there main page. ;)
  25. Pm me the details. i might be able to help you on...

    Pm me the details. i might be able to help you on this. :)
Results 1 to 25 of 28
Page 1 of 2 1 2