Jump to content

jch02140

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by jch02140

  1. Lol... I didn't even realize it... Silly me.. Thanks. That fixed the issue...
  2. I am trying to put all the different text div layers to make them overlap each other, but I cannot seems to change the positions of the divs even if I put in arbitrary values for the top/bottom/left/right attributes... Here is my code: <div position:relative; z-index:1; style="font-family: lunacrescente-base; font-size: 240px; color:#00D2DE">Luna Cresente Layer Fonts</div> <div position:relative; z-index:2; style="font-family: lunacrescente-color-one; font-size: 240px; color:#00DE73">Luna Cresente Layer Fonts</div> <div position:relative; z-index:3; style="font-family: lunacrescente-color-two; font-size: 240px; color:#8E00DE">Luna Cresente Layer Fonts</div> <div position:relative; z-index:4; style="font-family: lunacrescente-color-three; font-size: 240px; color:#DE008E">Luna Cresente Layer Fonts</div> <div position:relative; z-index:5; style="font-family: lunacrescente-color-four; font-size: 240px; color:#DE9200">Luna Cresente Layer Fonts</div> <div position:relative; z-index:6; style="font-family: lunacrescente-color-five; font-size: 240px; color:#DEC300">Luna Cresente Layer Fonts</div>
  3. Oh Ok. Thanks for the tips. I did some fix and it's all good now.
  4. I am using a jquery plugin called Datatable and playing a bit with the example code. However, the text in the first row are not centered like the rest. Is there a way to center the texts in the first row? Here is the fiddle I tried using the following methods but none of them works: <thead style="text-align:center"> and <th style="text-align:center">
  5. Hi, I am not sure a proper title for this so I appologize if it is misleading in anyway... Anyway, I have a problem trying to load a page with rss feed via http://jch02140.x10.mx/test/ this page (Click on the "Blog" button) However, when I visit http://jch02140.x10.mx/test/blog.html, everything seems fine. I am not sure what is wrong. Anyone know how to fix this?
  6. I am using the tutorial on http://www.morningco...ery-validation/to implement the validations of google forms with jQuery and it works. However the error messages displays the new as well as the old error messages when clicking on the submit more than once. How do I fix it? Here is the sample page: http://jch02140.webatu.com/form.html
×
×
  • Create New...