@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
Thank you thank you thank you Timothy! I´ve always felt almost like kind of a looser when it comes to computers. Even though my basic computer skills have grown, building webpages from scratch has never been a strong side of me, to put it mild... Now I feel like a real HACKER! I type in code as if I´ve never done anything else! And I owe it all to YOU!
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!
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.
@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!
@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 :)
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!
@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.
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.
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..
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.
@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
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.
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.
@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
tootot 5 days ago
my top nav links are underlined
how do i get rid of the underline?
arshy77 1 week ago
This has been flagged as spam show
Thank you thank you thank you Timothy! I´ve always felt almost like kind of a looser when it comes to computers. Even though my basic computer skills have grown, building webpages from scratch has never been a strong side of me, to put it mild... Now I feel like a real HACKER! I type in code as if I´ve never done anything else! And I owe it all to YOU!
mazter71 2 weeks ago
Comment removed
mazter71 2 weeks ago
how to add a scroll bar to the content area as well as the latest news area?
Kekegansta 2 weeks ago
i think my head is going to explode - so much info...
pixeltickler1 2 weeks ago in playlist More videos from createthenet
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?
vaishnavi39 1 month ago
How to get the underline in the topnav link? there's no script you said sir...thanks
taparel73 2 months ago in playlist Introduction to Dreamweaver CS5 Tutorial
@taparel73 just put a bottom-border to the #topnav
1234567890souza 1 month ago
You seem to be soul from different world, man!
jayprayag 3 months ago
Your the BEST!!!!! Keep up with the great work!!!
finnmccoolio 3 months ago
Comment removed
bismantariq 3 months ago
#logo {margin-top:30px;}
#social-media-icons { float:right; }
when I put these commands it does not hav any effect plzz help
bismantariq 3 months ago
@bismantariq ive had the same problems!
Tanjuroo 3 months ago
@bismantariq Did you add the 'float:left;' value in for the #logo div?
martyvibe 3 weeks ago in playlist Introduction to Dreamweaver CS5 Tutorial
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..
zouzouChannel 3 months ago 4
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!
aliki212 3 months ago
thank a lot!
Underxman 4 months ago
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 4 months ago 3
@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.
1234567890souza 1 month ago
Comment removed
sziada8 2 weeks ago in playlist Introduction to Dreamweaver CS5 Tutorial
@smokenfly514 topnav ul is the container for the list topnav ul li is for what is inside the container
sziada8 2 weeks ago in playlist Introduction to Dreamweaver CS5 Tutorial
this is absolutely incredible, thank you thank you thank you thank you!!!!!!!
coorichka 4 months ago
incredible tutor. i dont have any questions, because you have explained everything perfectly!
iGoshiix 4 months ago
@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!
soldenoche 4 months ago
Comment removed
Dogboy73 5 months ago
thanks tim, it was amazing
MrDheereeye 5 months ago
@Firestormify what's the title of ur vid dude?
erizef 5 months ago
DUDE YOU ARE A GENIUS!!!! THANKS MAN, (i bought your frame work, and watching it as i o it myself
MrAbuteez 5 months ago
@Firestormify then go make your own tutorial dude!
erizef 5 months ago
Why are my HOME ABOUT CONTACT links underlined?.
Also how do you stop bullets from showing in an ul?
Many Thanks
littlemo508 5 months ago
@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 5 months ago
@blesstyou Many Thanks . Worked a treat
littlemo508 5 months ago
@blesstyou Thanks so much for this. It worked great!
43jennieg 5 months ago
Comment removed
booyaboy93 5 months ago
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
pokerrich9 6 months ago
@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!
jeffillinois 6 months ago
I sooo get it now
cookidscook 6 months ago
Hi, can you tell me how to remove underline under the topnav (ABOUT CONTACT and etc.)?
amatas333 6 months ago
@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.
jeffillinois 6 months ago
my colors don't change
tyrico 6 months ago
I do everything like he, but rightside didn't move to right!!
help!
I use CS5,5!
9TheJohnny6 6 months ago
This has been flagged as spam show
someone help me.. when ever i view it in a external browser nothing is there.. just the background color
punashmann 7 months ago
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 7 months ago
@gmwatkins1 did you make sure that it was #topnav ul li {display:inline;}
cuz that might be why
DBWesley 7 months ago
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 7 months ago
@sargentpmh
do this in the " #topnav ul li a " lines - {text-decoration:none;} to remove underlines from links.
soulrevFreedom 7 months ago
@sargentpmh make sure you finish your line with a semi colon
littlemo508 5 months ago
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!
Antipasti5000 7 months ago
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 :)
majkeliusz 7 months ago
Tim I still can not find the files you say that I need Please help me Thanks
JROSRECORDS 8 months ago
@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 8 months ago
@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.
BonoboUK 8 months ago
@RicardoKaka01 Thanks
JROSRECORDS 7 months ago
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.
shakaama 9 months ago
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 9 months ago
@aquaganda Have "Live View" active and you're good. But you probably figured that out since it's a month ago you posted:)
ZlatansVanner 7 months ago
great job
Bobster0007 10 months ago