Search results

  1. smoovo

    popout buttons

    Solution Here is my solution for you. Use sprite and "hover", and just make sure to make buttons cut in Photoshop. I made demo page in my website - DEMO. The HTML <div class="pop_menu"> <a href="#">Home</a> <a href="#">About</a> <a href="#">Contact</a> </div> The CSS...
  2. smoovo

    Resources for Learning Web Design

    megico is right, w3schools provides good knowledge source of web design (HTML+CSS) and web development, plus you can get certified for any exam you are taking. For the graphic design part use your imagination with Photoshop or similar software. Are you stuck? Google for tutorials...
  3. smoovo

    Is W3C Validation important for SEO?

    Again, incorrect code doesn't affects page ranking, but still, it has direct affect on the users experience (different browsers, etc...), and this leads to low time on site level. If your users will get mess of content they will not stay. Other issue is that there are billion of errors that...
  4. smoovo

    popout buttons

    Maybe jQuery will help you, because you are looking for something beyond HTML/CSS ability. Try to search for "jquery menues" on Google. One of the results is this menu. If it's not that, please post screenshot of that two states you need. ____________________ SMooVo- Web Design...
  5. smoovo

    popout buttons

    Welcome! If i understand you correctly, you looking for clean code for your new clean designed menu. The code should replace existing image (menu button) with another, while you mouse over it. To do this kind of job, and to do it clean, you should use "Sprites". Sprites is an image...
  6. smoovo

    Is W3C Validation important for SEO?

    You all right. Code validation not been processed by the search engine and the page rank doesn't affected by validation, but, if the page won't work correctly because of that wrong code, it could of been indexed with errors. Some of the errors tells the robot to stop index and skip the rest of...
  7. smoovo

    Need some help... how do I do this?

    Today i will make tutorial for you and for anyone that looks for getting he's own player skin... Check this page later ;). ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  8. smoovo

    What is the best forum software

    Not sure I'm not sure because i didn't ever use one, but look at this -> phpBB, it has a lot of features, it's PHP based, and it's free - I guess it's good too. Anyway, you can take a look in this website and get a better idea. ____________________ SMooVo- Web Design [email protected]...
  9. smoovo

    Css Scroll in Box

    View tutorial Hi jnspire, you made me to script a new tutorial. Lot of people looking for this particular help, so thank you from all of us. ;) Click here. ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  10. smoovo

    TUTORIAL: Slide in text box over image with jQuery

    Sometimes we want to add text over image, but not as static one, we want it to be visible when it mouse over. And... if possible (it is)... make it smooth in. Here is the code and DEMO. The HTML code in the body. <div id="container"> <div id="text">It's smooth...<br />It's SMooVo.</div>...
  11. smoovo

    Tutorial: How to prevent page from shifting left.

    to make sure... Can you please tell me what browser are you working with? I have tried your code with FF and IE8 (which not showing scroll as default), and they worked well. I'm asking this to learn if there is any browser that doesn't act. Thank you. ____________________ SMooVo- Web Design...
  12. smoovo

    Css Scroll in Box

    Tip Here is a tip... You should have "div" and the image will be the background. Now the text box will be a "div" inside this "div". Basically the jQuery should play this "div" and the mouse is the controller. ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  13. smoovo

    Css Scroll in Box

    Try this Try to explore this tutorial, but play with it to act only when you're mouse over it, not automatically. http://www.htmldrive.net/items/show/310/Smooth-slide-show-script-s3Slider-jQuery-plugin.html Let me know how it goes... ____________________ SMooVo- Web Design...
  14. smoovo

    Tutorial: How to prevent page from shifting left.

    More explaination This code act the same for all browsers, no difference. And yes, if your pages not jumping and everything is standing right in place... You are professional. The problem is only because of the vertical scroll that shows only when the content is larger than the browser's (in...
  15. smoovo

    Need some help... how do I do this?

    CSS and Players Hi, You can use the <map> tag to make the buttons click-able, then, use the player id and force it with Javascript to act. Example. <object id="MyPlayer" style="width:1px; height:1px; visibility:hidden;" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"...
  16. smoovo

    Tutorial: How to prevent page from shifting left.

    Hi everybody. I don't know if you got this problem before, but it is annoying. Some pages in your website looks great, but some of them shifting left when the content height smaller than the page. By simple CSS code you can make your pages look the same, and you will look more professional...
  17. smoovo

    Need help where to start!

    Interactive website without flash You can get very interactive website while you using Javascript. The best way to use it is with jQuery. Try to use tutorials of jQuery (Menus, Slide-shows, Galleries... and more), and your website will look stunning. Just search in Google for "jquery menu"...
  18. smoovo

    Is there a purpose for those bars?

    Not at all Please read PixelPusher's reply... It is only visual separation between the browser's top and the website itself. ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
  19. smoovo

    Center CSS colums shifts when more content is added

    Solution Hi, there. Use the code I'm giving you to every page and every website you are going to build from now on. I'm giving you a powerful solution... simple, but powerful! Add to your CSS at the beginning html {height:101%;} That's it, Enjoy. ____________________ SMooVo- Web...
  20. smoovo

    New Website Launched - Critiques Welcomed

    Looks Good... You can leave it like that, because the colors that you used are merged. It is very impressive for plumbing, electricity, etc... services website. Good Work. ____________________ SMooVo- Web Design [email protected] www.SMooVo.com
Top