Search results

  1. D

    CSS tag to stop an image continuing!

    It's always been an issue with div heights. You can try a couple of things. I don't have my computer in front of me so I attached is a hash up txt file of a fix using javascript. Of course the javascript will have to be on every page. You can also check out THIS tutorial to fix it up in...
  2. D

    CSS tag to stop an image continuing!

    Let me know if i'm wrong but it just looks to me that the background image for the side menu is just a solid color. How about just setting it to background-color: #9AD9EA;
  3. D

    help with Hosting

    Of course I will suggest my own services :-) I'm based in South Australia. Please have a look through my site DHDdirect. If you have any questions please don't hesitate to ask.
  4. D

    Embedding a PowerPoint Presentation on Websites

    I know you said this is resolved but I figured if anyone else is curious. I believe Google Docs will allow you to up load power point presentations and share them online for either editing or read-only. They are embeddable into your website via iframe element
  5. D

    Keyword Ranking Tools

    The google keyword tool shows you how many search queries in a month a specific set of keywords has through google. Isn't that what you are looking for? I guess the question is, what keywords are you trying to track? the ones on your site or ones you enter or the ones you aren't using? and...
  6. D

    Keyword Ranking Tools

    You can use Google's tools such as webmaster tools, and google analytics. These help you focus on what keywords google is seeing on your website and which ones are bringing in the traffic. As far as most popular keywords used in a specific industry.. you can try googles keyword tool. SEO...
  7. D

    Reviews for a new site

    I love the title name text but I do think the links are a bit too scripty. Background is pretty cool as well. I'd use a different font for the links, under the title name font, and for the title of the paragraphs. You can probably find another script type font but looks a bit less elegant...
  8. D

    my first attempt at a website

    Hello Gizo It's not too bad for a start. Ron made some suggestions on your other post to spruce it up a bit which I would agree with. If I was to make other suggestions for your business is to have a park layout and detail any and all features of your park such as hook-ups, dumps, tv...
  9. D

    why?

    I'd also validate your code using the following links (pages must be live). Many times code can display correctly but not in all browsers with one of those browsers being Dreamweaver. http://validator.w3.org http://jigsaw.w3.org/css-validator But I also agree with dave ;-)
  10. D

    JavaScript cookies to make different image display? help!!?

    This qoute does not specify that they do not want to display images to users that are already displayed in the past. Besides, the more images you have to randomize the less of a chance the user will see the same images twice.
  11. D

    When clients stipulate "I want to change it myself"... what do you tell them?

    I understand your frustration. Maybe you can tailor the price/proposal to include up to 2 or 3 changes after they approve the draft version.
  12. D

    When clients stipulate "I want to change it myself"... what do you tell them?

    If you have fulfilled your side of the deal then I would tell them they are more than welcome to change anything they like. If they require your services again to make adjustments to that same graphic then you tell them you will qoute the job. Jason
  13. D

    ** Image only OFF CENTERED in Internet Explorer **

    I'd try something completely different .black { margin:2px auto 2px auto; text-align:center; } keep it simple.. the text-align is what is aligning the image. the margin is what is aligning the div.. so the margin shouldn't really be needed but I through it in there to get the height you...
  14. D

    Web Host survey for my school project

    I've found it quite common that a website host would create there own 'review' site which compares their direct competitors, generally local competition. Guess which way the reviews go ;-) So basically my point would be, I don't think their would be a real legitimate web host review out there...
  15. D

    ** Image only OFF CENTERED in Internet Explorer **

    is this style suppose to be seperate from the linked style sheet? <style type="text/css"> .black { height: 91px; width: 213px; text-align: center; padding-top: 60px; left: 341.5px; padding-left: 341px; } </style> I would guess it has to do something with the...
  16. D

    Do CSS3 Transitions Not Work With Text-Decoration?

    text-decoration isn't in the list of animatable properties at http://www.w3.org/TR/css3-transitions/ Although if it was something doesn't look right with the code you have. Shouldn't the transition code be in the a:hover style? where in the non hover style you have decoration set to none
  17. D

    Having Problem with validator.w3.org Tidy Clean Up

    Automatic clean up.. I didn't even know it had one. :-) I wouldn't use the auto clean if that's the case. Many times I've noticed that the validator will come up with a few errors even though there was one issue. Depending on what the issue is of course. So in that reference I'd say that it...
  18. D

    ** changing a class, for just 1 page? **

    I see what your problem is. The grey box code is generated outside of the page displaying it. So in order to make this happen you'd have to run two seperate grey box scripts. I'm sure there is a less cluttered way to do it but without all the bits and pieces i'd say this is the simplest and...
  19. D

    Embedding a PowerPoint Presentation on Websites

    What what I can read there isn't an easy way to do this without costing money. Powerpoint has a export feature to save it as HTML files but of course you lose everything that powerpoint does, such as animations, transitions etc. So if all you want to display is your powerpoint content online...
  20. D

    ** changing a class, for just 1 page? **

    Just copy gb_styles.css to a new file gb_styles1.css and change what you need inside gb_styles1.css for that one page. then just change your styles link ref <link href="greybox/gb_styles1.css" rel="stylesheet" type="text/css" media="all" />
Top