Jump to content

vchris

Members
  • Posts

    1,529
  • Joined

  • Last visited

Everything posted by vchris

  1. vchris

    HTML problem

    source: http://www.cssplay.co.uk/layouts/background.htmlI don't believe you can resize your background image in a table. I would recommend using background-repeat to repeat the image depending on what the image is it might work.
  2. Is the site online? I'd like to see the full page to better understand what you mean.You mean that image 10 and 11 show the picture #1? How can that be you defined the source for each of those pictures (images/10.jpg and images/11.jpg).
  3. seems fine to me... Did you create a link from your html doc to your style sheet? (other styles applied on this page)
  4. vchris

    Text With Images

    So where do you wanna have your text? Over your image? Behind it?
  5. http://www.w3schools.com/html/html_links.asp
  6. The only reason I turn off JS is when I'm troubleshooting an issue or testing the website without JS to make sure it's still accessible other than that I always have it on.
  7. vchris

    Domain Name

    OK I got the animation on the intro page. In my animation I got a white glow around the V in my logo and every time it glows the whole flash image glows not just the V I don't understand because I created the glow in photoshop cs 2, I just changed the outer glow to white instead of blue and for some reason the whole image is a bit lighter compared to the original. Any solution?
  8. oh sorry. I was thinking the voice would be an mp3 or streamed to the users computer.
  9. vchris

    css and textarea

    You won't be able to do <b>best</b> in a text area no matter what. You can do it in an iframe but not in a text area in an iframe, it's still in a text area.
  10. I thought I could help you with your site a little. Here's some things I think could be improved.Overall DesignFor some reason when I resize to 800x600, there is no scroll bar and part of the right side is missing. I feel like the breadcrumb (page name) line doesn't fit in. Have you tried maybe having that line the same colour as your banner and maybe a bit of padding/margin above it to space it from your banner? In the breadcrumb I would normally include the full path to the page the user is browsing (Home > Products > Product 1) and make each section a link so the user can navigate with ease. I usually include the last updated date at the bottom of the page near the footer. Try maybe changing the colour of your header "Welcome To D.View LTD!" to blue or green... Your xhtml 1.0 valid image is not fitting in below the footer. Maybe include it in the footer and change the colour to somekind of blue.HomeI don't really understand what those 3 images are doing in the middle of your home page, maybe have some text close to them to explain. Your quote at the bottom isn't really clear, the border is almost invisible. Maybe change the background colour. The testimonials on the right should have a header saying Testimonials to make it clear to users what that column is. I would add padding to those testimonials, they're too close to the left content.AboutFine.ContactI would put the email row below contact number since it is longer. I would vertically align Enquiry to top to make it clearer and you forgot : after Enquiry. Since you have a maximum of 500 chars in this field, you can make it bigger. Just easier for everyone when they want to read what they typed. Why so much space below the fax number? Form should look all the same, should be like the Enquiry form.ProductsFine.ServicesImage of the women/house on the left needs margin/padding, text is too close.Site MapFine.Terms & ConditionsI would add more left padding. Quotes should be '.Just trying to help ben.My testing was done with FF2 and IE6. And yes I had a lot of time on my hands to write this hehe...
  11. vchris

    css and textarea

    Check this out: http://www.w3schools.com/tags/tag_iframe.aspIf you're using your textarea in a form then you shouldn't use an iframe since the info contained in it will not be submitted. You can do anything you want in an iframe (<P>, <br>, <a>...).
  12. It's fine for me...Except I can't scroll down in IE6 with the right scroll bar. The image overlaps the scroll bar. weird. I don't have IE7 at work.
  13. to what do you assign this border property? do you assign it to input or to a specific class or id?
  14. I had some doubts about that... but maybe it's a typo
  15. I guess you want the div centered right?It's currently centered in FF2 and Opera but not in IE7 right?IE doesn't understand the margin auto. You need to set the parent element text-align: center; so the div will be centered and then set your div text-align: left; to have your text left aligned.
  16. This would only work for high-speed users unless dial-up users can put up with the long wait for the voice.
  17. Or you could also get a router and remove the firewall.
  18. vchris

    css and textarea

    use iframes instead.
  19. When I define a border property I do:border: 1px solid #ffffff;should work.
  20. vchris

    Las Vegas Trip

    I played some slots, roulette, poker... Poker is the best of the gang. You just wait for a good hand and bet and watch the chips accumulate. hehe.
  21. vchris

    Las Vegas Trip

    I won and lost. What counts is I had fun Did you misquote?
  22. vchris

    Las Vegas Trip

    Just came back from Vegas last night. It was awesome. I saw O the circle du soleil show. I saw penn & teller and it was really funny. Then I gambled
  23. Firewalls will slow your computer down a bit because it's constantly working in the background. If I were you I would check for spyware first. I use spybot for spywares and works great. For free firewalls, just search free firewall on google.
  24. vchris

    how?

    You need a database or text file to keep the data. So basically a server-side scripting language (asp, php or coldfusion). I think there is a way also with javascript to write to a text file but I've never done it.
×
×
  • Create New...