Krish1980
-
css Fly out menu dissapearing
Unfortunately, I've discovered a flaw in the css menu that I've made. Will be posting a thread soon. I hope this will help you though, for now, http://www.designchemical.com/lab/jquery-vertical-mega-menu-plugin/getting-started/
-
css Fly out menu dissapearing
I've done that. Shall try to create a codepen asap.
-
Sub Nav Tabs
Just a question. Can max-width be specified? So that if it goes beyond a point, the div width will stop (this might help if say, while dynamically uploading values, a certain value is too large)?
-
Sub Nav Tabs
Outstanding! Just what I needed! Thanks a million!
-
Sub Nav Tabs
I know the answer to point1 http://codepen.io/anon/pen/Gdzuv Unfortunately, I do not know how to fix point 2. I've used a cheap fix, but it is shabby and has flaws(check codepen). If I do not specify a width to the dropdown, the dropdown will…
-
Confusing html5 validation warning message
Thank you very much CrocoDillon
-
Confusing html5 validation warning message
It means the html5 validator is experimental, nothing you can do about it. Just ignore it :) So there's no 'production standard' (for lack of a better term) html5 validator?
-
Copy and Paste
He instead showed us dreamweaver spry and said we should be using it to create these things in 5 seconds. That's the worst thing that you can do. You ought to understand how to create a dropdown from scratch so that you could customize it …
-
Newbiew with a menu question
And second, how do I deal with the non-standard spacing between the menu items As long as you float the lis, the spacing would take care of itself. See rough example below http://codepen.io/Krish1980/pen/kIEpu
-
So I ran some of my code through W3C's validator........
Thank you very much everyone
-
So I ran some of my code through W3C's validator........
Thank you everyone for your inputs. Merri's method seems perfect. I'm trying to weed out bad practices and write cleaner code. http://codepen.io/Krish1980/pen/AGxiy In html5 (a) is allowed. Can't see what (b) is about. Now, thi…
-
Formatting text within text area
The tag seems to capture the formatting almost accurately. Thanks. I'll have to test the output though(when the admin guys receive the form input). Will post my results asap. Thanks.
-
Css bullet list problem : Please view codepen
Thank you very much for the link, Whitworth. I am so relieved! I shall revert if there's a complication. Seems fine for now.
-
Css bullet list problem : Please view codepen
I'm not sure I understand your question, the bullet is technically "outside" of the list. You can place it inside by applying list-style-position:outside; to your ul. I'm a little confused now. I do not want the bullets insi…
-
Would anyone be interested in a twice a week live screencast teaching you how to build websites?
I'm in. I'd like to learn about responsive web design.
-
Adding multiple javascripts in one page
I'm not an expert either, but perhaps you could insert the other jquery libraries into comments. You just need one script src="http://casildasdesigns.webs.com/jquery-1.7.2.min.js" If you use more than one, there's likely to be …
-
Anchor Problem, and a question about Privacy and T & C page.
Hmmm... tested in Safari, but it does not scroll at all (from homepage using the second banner (Graphic design). Do you get directly led to the target without the anchor scrolling? Because I've tested in all three browsers - Chrome , FF an…
-
Need help creating a space between header and menu....
If you run into complications, let me know. There are several ways to do this. For instance, you could simply give the search box container a right margin(its distance from the wall of its container), instead of giving the main container some paddin…
-
Need help creating a space between header and menu....
That's a GREAT explanation. Thanks for taking the time to teach me...I'm learning. :) I'm a learner too :-) (I have more questions than answers). And this site is great for getting quick responses.
-
Need help creating a space between header and menu....
Also what about giving the header a bottom margin? Does that basically do the same thing? Yes
-
Need help creating a space between header and menu....
How can I get a little bit more black box so it gives the logo a little room.as well as fix the search box to not get cut off? give it some padding. Think about it this way, if there are two houses, margin is the distance between the two, where…
-
Need help creating a space between header and menu....
Just give the navigation div a top margin margin:10px 0 0 0; or margin-top:10px; the div here is #nav
-
The Best way to learn web design and keep up with technology?
Thanks a ton, Chris. See, this is one of the things that I'm talking about. I'm not really sure which resource to trust. For instance, in one book (CSS - the missing manual) there's talk about how I could use @import to make style sh…
-
The Best way to learn web design and keep up with technology?
Thank you everyone for the comments, and resource links. I was just wondering whether there was a systematic way to learn all this, as opposed to a haphazard way. I've learned my stuff purely from online resources such as w3schools and some liv…
-
Question about Design view vs Code editor
@rosspenman That looks fantastic, but I don't have a Mac :-( Has anyone used Mirabyte Web architect? It seems interesting, and I think I'll be able to do what I've mentioned here. And at $70, it seems like a decent price too. Edit:…
-
Question about Design view vs Code editor
@Zoom It is perfectly fine to use Dreamweaver. Except that I can't afford Dreamweaver - I only use it on my office system. I'm looking for something reasonable for home use - if I have to take independent projects, I'll need a g…
-
Question about Design view vs Code editor
@srig99 I'll give 'Brackets' a try. Thanks. But I was really trying t understand how you guys manage - and the answer that I've got, so far, is that with practice , I'll be able to read code better. So I guess that is the…
-
Question about Design view vs Code editor
@rosspenman Notepad++ has that - and it does help to an extent - but if the elements are not clearly defined , I still encounter the same problems, especially with huge pages. And I'm not sure how you guys do it when the html is located within…
-
Question about Design view vs Code editor
@dswift512 Design vs geek mode Which other code editor has a reasonably good design mode that also allows you to highlight the code on clicking the element? I've already explained that DW is not an option for home use - it's too expe…