idesignstuff
-
Semantic Grid Structure
Awesome, I appreciate your responses and solutions! Thank you very much, and I added a horizontal nav bar too. I'm trying to build a framework that I can use on all future websites as a building block. Thanks again :) If you were interested he…
-
Semantic Grid Structure
I haven't learned any Sass yet, was trying to get my CSS coding down before I moved onto it. It sounds really useful, like using jquery for javascript. Is the $pad a Sass command? Also not sure how the @extend works in this example, sorry for m…
-
Advanced CSS Selector
Thank you so much! That was driving me crazy, I didn't notice I had the period in front of col.
-
Advanced CSS Selector
Thank you that is exactly what I was looking for! Thank you very much. I tried using the [class*='col-'] selector in a gird framework but am having trouble getting it to work. Am I making a mistake in the code? http://cdpn.io/vpcIb
-
Dynamic Content, best practice question
Thank you for your advice, this is what I shall try
-
horizontal dropdown menu w/full width submenu divs
@wolfcry911 Oh really? I tested in my browser instead of codepen and I was getting the same result with the dropdown divs aligning to the edge of the browser instead of the navgation bar. When I changed the #menu to position: absoulute it fixed the…
-
horizontal dropdown menu w/full width submenu divs
Nevermind I got it now :) I had to change the position of #menu to absolute. Thanks again everyone for your responses, you greatly helped out a new aspiring developer!
-
horizontal dropdown menu w/full width submenu divs
Thanks for the responses, @wolfcry911 I tried positioning the ul as relative and it seems like this is on the right track but everything is relative to the window and not the nav bar...How would I adjust for that? http://cdpn.io/JCBem