Search results

  1. smoovo

    BlueprintCSS

    CSS isn't so hard to understand or to use, and it's better when you know how your script been coded - Learn ;).
  2. smoovo

    Tab navigation like on guardian site

    When you are doing any action on a web page you can control only the one you are mousing over or typing in. In this case you want the menu to act in a way of one controlling the other (only once though), so yes, you have to use Javascript, it will do the job. If you will prepare it all with...
  3. smoovo

    Design Review Request

    Clean, ordered, very nice work. :) Code Comments: One small issue with IE6 (ye i know...), and 8 errors in W3C validator.
  4. smoovo

    CSS Linking Problem

    That's right, it has to be the path. Check: 1. if the folder you have made named "CSS" and not "css". 2. if the folder "CSS" placed in the root directory. 3. if you have images path inside the stylesheet, you need to place "../" before the original path. This is the most common problems...
  5. smoovo

    How can this 2 row, bottom align and top align design be achieved?

    Please provide us a link. It will be the best way to know what is going on. Comments: style="1px solid black;" is not a right code, use style="border:1px solid black;".
  6. smoovo

    mp3 player

    You need to use WMP embedding with Javascript control, or check this page. If you don't mind to pay, it can be done by a web development companies for a custom player.
  7. smoovo

    Need expert eyes

    Looks good to me too. Just higher the logo to the middle and lower the search box a little, about 20px from bottom line, and add a nice search button. ;)
  8. smoovo

    Style Sheet issue in IE 7

    Our pleasure! :)
  9. smoovo

    Tab navigation like on guardian site

    Your solution is Javascript and CSS. Explanation: Default -> First two list items in the menu works with background color and image. The first has color red in its background as a default, and the second has background image with small red arrow head on his left as a default. This makes it...
  10. smoovo

    Style Sheet issue in IE 7

    First, here is your code validation result. Soon as you fix this you will have easy life. The problem you have it's because you have floating elements before your "sidebar1" div. My suggestion (after testing it) is to add this line right before "sidebar1" begin. <div...
  11. smoovo

    Force Exit of Mobile Site

    Sessions, that's your answer. We are using sessions to bypass some automatic functions. Your PHP script detecting the mobile browser, even if you are clicking on a different link, it will go to it, but will detect again the browser and jump back. Session will solve the problem. When the...
  12. smoovo

    Are all three stylesheets necessary?

    Most of the time you won't be need more than one stylesheet file. There is known issues, mostly with the IE browsers, so if you are dealing with one of them and having design problems you will have to cross browser with IE friendly stylesheet. To point only to IE (even to a specific version)...
  13. smoovo

    Testing PHP

    My pleasure :).
  14. smoovo

    Should you use other domains .me .info .im

    TLD ans search engines You should try to register another domain name if the desired name is not available with the .com tld because most web users have a habit of hitting Ctrl+Enter after typing the domain name and this makes then visit the .com version even though your site is hosted at...
  15. smoovo

    First Illustrated Site

    No words! :)
  16. smoovo

    please review a new website that offers free website templates

    Very well, the idea and the design. I also liked the "Validate Template" option, nice work.
  17. smoovo

    help in centering page

    Maybe I checked while you working on the page... :o But i can't see a centering problem, instead i see a product in the middle of the page floating right.
  18. smoovo

    A Complete Neewbie Q Re: Property Websites.

    HTML is the basic language, it is the language that creates the design of the page, the content. To use editable/dynamic page, we are using PHP and MySQL (sometimes Ajax too...) to develop the system. PHP is a language that can build an HTML page, sometimes it's based on a MySQL database...
  19. smoovo

    Making online payments

    Paypal gives a buttons option to let your visitors a way to pay for your service. You can either set multiple buttons with a different amounts ($5, $10, $20...) and they will choose one to pay, or you can send them invoice with the exact amount due. This is your cheapest and safest way. More...
  20. smoovo

    RATE! Hi:D

    The website looks good, except the thing you didn't use any other color except green... Try to insert some hot color.
Top