jurotek
-
Is there a way to give border width?
@CodeGraphics I agree with @Paulie_D Not sure what experience that would give to the user, confusing at best. Perfect example of "Just because you can doesn't mean you should" BTW. Here is... slightly different approach I woul…
-
Select list
I don't think you can limit or set the height of select box dropdown. It will always be as tall as number of items (options) in it. On the other hand, you can do it with un-ordered list and set max height, height and overflow auto on your dropd…
-
Navigation menu box shadow confusion
Here... with slight tweak for active hover state
-
Navigation menu box shadow confusion
Try this: .nav-menu>ul>li.current-menu-item, .nav-menu>ul>li.current-menu-item:hover { your styles }
-
Best tool to resize images on a mac for web designer/developer
No. I use it on WIN PC. What I've read, you should be able to run it on Mac with winebottler.
-
Thoughts on design and copy
"Design is not subjective, opinions are." Right. But, that applies to critique of design with emphasis on how it conforms to maintainability, portability, extensibility and so on. In another words, is the design good or bad? And that…
-
CSS ID's issue. Unable to style.
The reason your blue background shows only behind the header is that the parent which is wrapper holds floated elements which are naturally taken out of document flow and wrapper acts like they not there at all and is collapsed to height of the head…
-
Best tool to resize images on a mac for web designer/developer
I use IrfanView for many years, and with current PlugIn 4.35 you can do many things with it besides batch processing. Best thing is, it's free.
-
Thoughts on design and copy
Remember that the success of your website will be measurable over time with other means and data which will be lot more important than the subjective personal opinions of other designers/developers with their fluffed up feathers. If you want to rem…
-
How to work out Conversions from PX to Percentages
Hi @mwbcomputers, Here is a quick sample... of how I would have gone about it. The CSS has over 130 lines of less code than what you had.
-
Does Linking an External Stylesheet Slow Down Website Load Time?
Using external style sheet has many advantages over inline or embedded styles which I won't rehash here. There's plenty of info on the web about that. As far as speed difference between pages with linked style sheet and or pages with inlin…
-
DIV background color remains white even when style says differently
@abhaykatre, since you just starting to learn CSS, Here's an example . . of slightly better coded navigation.
-
Fixed Menu on a responsive design
The menu on the mobile phone is now also fixed... Hmm you have to add .header-wrap to your mobile media query and give it position relative
-
Fixed Menu on a responsive design
find your media queries in your css file and put .main-content in there and apply top margin to it enough to clear the header. That media query would have something like min or max width below 768 px or so cause that's when the problem occurs
-
Sliding Div on hover with dynamic contents
You could maybe set it to some reasonable height and apply overflow auto and if the content height is greater than height of the box you could scroll through it. Don't know how useful that would be tho. Here's the link...
-
Fixed Menu on a responsive design
Hi. Remove the top padding on your main-content. Add margin-top about 1em or so. Then include your main-content class in your media query where at break point your header-wrap is about 193 px height. Add appropriate top margin to your main-content s…
-
Damn you, Internet Explorer!!!
Job well done in a cross-browser environment without complaining is what separates the good from average. If you don’t like certain browsers and how your site renders in them, than you surely got some issues to deal with. It's really getting o…
-
Slideshow in IE8 not working.
I did change the source of jquery from this http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js to this one http://code.jquery.com/jquery-latest.min.js still doesn't work
-
Slideshow in IE8 not working.
Thanx @Paulie-D, in IE8 mode of IE9 it doesn't work. Same on IE8 in WIN XP, it doesn't work either.
-
What am I not getting about the "height" property?
It makes element 100% of the browser view port size
-
Rate my site redesign (WIP)
Honestly, the design and presentation it's not clear and intuitive at all. Just randomly scattered 5 boxes side by side of the same width and different heights which creates chaos. No sense of any kind of proportional balance, order or harmony …
-
new in css
What would b(e) great... that you realize that you're not in chat room or on FB and that you write proper English on professional forum as this, instead just throwing syllables around for words I know you fully capable of knowing how to spell. …
-
Which font sizing is best? EM vs PX vs %
Personally I like how em's behave within percentage based layout frameworks, and if you couple that with em based media queries you can set your breakpoints based on your content instead of chasing different devices view port size.
-
Problem with Columns
@joshuanhibbert, it's been a while since I read you article first time and it got me hooked on inline-block thing. Since then I completely stopped using floats with exception of img. Made my life lot easier. And as far as white pace: There'…
-
Grid Gutter for Sidebar
@jordangro, Here is... another way to do that
-
Vertical Fly-Out Menu
@Hompimpa, I just finished building horizontal drop-down nav which is completely accessible just with a Tab Key. I had to use script for that. I put it on Codepen and it didn't work at all. I tested it on Chrome, FF, Opera, Safari and IE10,IE9,…
-
Vertical Menu, Text Resizing and Fixed Center Point
HTTP Error 503
-
Web Page Critique / Suggestions
@msguerra74, I like the responsiveness, layout and color schema but only from 1024px width and less. Maybe it is just me but, on a wide 24" monitor like mine there's something visually so destructing about that background that it is actual…