Added: 10 months ago
From: createthenet
Views: 39,667
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (61)

Sign In or Sign Up now to post a comment!
  • @createthenet all my top nav links are underlined. Im aware that some users following your video are encounting this problem as well. Can you offer advice on how to solve this? Thanks

  • my top nav links are underlined

    how do i get rid of the underline?

  • Comment removed

  • how to add a scroll bar to the content area as well as the latest news area?

  • i think my head is going to explode - so much info...

  • i have created drop down menu and when m adding border-bottom its not coming in bottom instead at overlaps border-top.. what should i do?

  • How to get the underline in the topnav link? there's no script you said sir...thanks

  • @taparel73 just put a bottom-border to the #topnav

  • You seem to be soul from different world, man!

  • Your the BEST!!!!! Keep up with the great work!!!

  • #logo {margin-top:30px;}

    #social-media-icons  { float:right; }

    when I put these commands it does not hav any effect plzz help

  • @bismantariq ive had the same problems!

  • @bismantariq Did you add the 'float:left;' value in for the #logo div?

  • absolutely fantastic stuff. Been watching these videos for only a week but have learnt more in that week than I have in the last 10 years. Not kidding. Thank you Timothy for the best tutorials I've ever seen on the internet. Better than anything adobe tv has ever offered..

  • I learned how to have a css based dropdown menu for products and its going under the slider when hovered-how do i clear this so it goes over the banner?i tried clear both but that works for the above.....u taught me everything and thanks a zillion!

  • thank a lot!

  • What's the difference between topnav, topnav ul, topnav ul li, and topnav ul li a? I mean, what if you applied padding:0 15px; to the ul li only, wouldn't it still work because you're separating the list items, which are words? or, what if you applied the border to the div.. wouldn't it still work the same? Thanks a lot

  • @smokenfly514 hey ive been wondering some of these things to.. You're best bet is to just try for yourself and you will see how things work and don't work.

  • Comment removed

  • @smokenfly514 topnav ul is the container for the list topnav ul li is for what is inside the container

  • this is absolutely incredible, thank you thank you thank you thank you!!!!!!!

  • incredible tutor. i dont have any questions, because you have explained everything perfectly!

  • @Firestormify i like it :D i would recommend working on the banner pictures, it seems you used a simple method to stretch some out! but amazing website :D!

  • Comment removed

  • thanks tim, it was amazing

  • @Firestormify what's the title of ur vid dude?

  • DUDE YOU ARE A GENIUS!!!! THANKS MAN, (i bought your frame work, and watching it as i o it myself

  • @Firestormify then go make your own tutorial dude!

  • Why are my HOME ABOUT CONTACT links underlined?.

    Also how do you stop bullets from showing in an ul?

    Many Thanks

  • @littlemo508 If you want to remover the underline from your links, a { text-decoration: none;} If you want to remover the bullets from the ul you go, ul { list-style-type: none; } this must be done in CSS, the stylesheet. Hope that helped :)

  • @blesstyou Many Thanks . Worked a treat

  • @blesstyou Thanks so much for this. It worked great!

  • Comment removed

  • Wow, I do understand CSS (i think) but wow no way would i ever be able to write this, maybe i could edit it but to have teh vision to write this and then not make mistakes and know how everything affects everything is amazing

  • @Firestormify - Unfortunately, it is all relative. If you want things to be "easy," there's always MS Frontpage, and there are always "frames." CSS is designed to correct a number of problems with the way browsers interpret pages, but to fix specific problems, you have to give the browser specific instructions.  Design view obviously isn't very specific, so text is the best method. I know the stylesheet "looks" complicated, but with practice, you'll find it gets much easier. Best of luck!

  • I sooo get it now

  • Hi, can you tell me how to remove underline under the topnav (ABOUT CONTACT and etc.)?

  • @amatas333 - If you're using the styles.css file included with the shears design template, under the /* Containers */ section, look for the line " #topnav ul { border-top:1px #000 solid; border-bottom:1px #000 solid; margin:20px 0; padding:10px 0; } To remove the line (it is a border, not an underline) UNDER the topnav, you remove "border-bottom:1px #000 solid;" Hope this helps.

  • my colors don't change

  • I do everything like he, but rightside didn't move to right!!

    help!

    I use CS5,5!

  • Need help:

    When get to the part where we are making the topnav in a straight line instead of a column (at 4:25 in the video), I put in {display:inline;} but nothing happens no matter how many times I type it in or refresh. Yet the rest of the code works ok.

    Does anyone have any suggestions please?

  • @gmwatkins1 did you make sure that it was #topnav ul li {display:inline;}

    cuz that might be why

  • need help

    when i hit design it seems to be like yours, (except my topnav is underlined like hyperlinks) but when i go to live view, it just runs down the page with none of the effects that you have been guiding through

    the other weird thing is when i type in the css, the first line is blue rather than pink and doesnt work. i have resorted to giving these elements a fake name because the next line i code always seems to work. like so..

    a:linkfake { color:#060; }

    a:link { color: #060 }

  • @sargentpmh

    do this in the " #topnav ul li a " lines - {text-decoration:none;} to remove underlines from links.

  • @sargentpmh make sure you finish your line with a semi colon

  • Wow,  been watching A LOT of your videos recently man, you couldn't make them any clearer. Hopefully I will be able to make a website as good as yours in the future.

    Thanks so much!

  • Thanks man :)

    I'm making a website for my father's company and this series of tutoriales helps me a lot. You'r the best :)

  • Tim I still can not find the files you say that I need Please help me Thanks

  • @JROSRECORDS you have to order them, it's 20 dollars, but you don't have to pay if you got the patience to copy down all that css which i did :D and make your own pictures with the dimensions he told you

  • @RicardoKaka01 Or...

    As I did realise $20 is absolutely nothing and is what half an hour of a course would generally cost you, then realise that for such an informative and well delivered tutorial, $20 is the least you can do.

  • @RicardoKaka01 Thanks

  • broke my website, cuz i wanted to impliment what you were doing. i almost have to start from scratch. well at least the top part. got my logo and social icons to finally cooperate with me. the nav bar under that is a beast of many heads and fangs.

  • Another great vid. For some reason, in the Design view, my mouse doesn't highlight the nav stuff in the different colour (ever after saving and refreshing) until I press F12. It just highlights the outside of it. Prob me doing something wrong, lol.

    Thanks again!

  • @aquaganda Have "Live View" active and you're good. But you probably figured that out since it's a month ago you posted:)

  • great job

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more