jurotek
-
li adding unecessary space
@Gingerbread, would This... work for you?
-
Question about Design view vs Code editor
All I can say is this. Just use what you comfortable working with. That's all that matters. At the end, no one will ask you what tool you used to make the final product you delivered, but whether the product is of great quality or it sucks and …
-
Selecting a classless paragraph
@attilahajzer, it is better not to over specify class such as .text p {your styles} but use instead generic class like: .text-something {your styles} HTML My text That way you can reuse that class with other elements if necessary
-
How to make Advanced HTML Table Like this one does?
That's what he prolly means and can be done with transform:rotate(90deg); add browser prefixes. For browsers that do not support that he'll have to use image I guess
-
Making a form responsive
@StigBratvold, making progress, now try max width instead 100%
-
Looking for amazon picture like gallery plugin
@blg002, Check out Stu Nicholls site. He has plenty of image galleries.
-
IE8 and Google
@Wipwhen, you say Google, do you mean Chrome browser? The blue background is there.
-
Making a form responsive
@StigBratvold, I have no knowledge of wordpress, but I noticed that your form input box classes have a set width of 509px and do not scale with left content, here's the first input of class wpcf7-form-control blah blah blah . . . , you might ha…
-
Looking for some feedback on my newest site.
@Caleb, I agree with @Eric, it's too busy and cramped. Not enough white space. I would suggest increasing line height, articles padding and vertical margins.
-
Centering Menu Items Vertically
here you go... you gave your dropdown LI width instead your UL
-
Centering Menu Items Vertically
@mintertweed, you have to set this some minus px #menu-bar ul li ul {left: 0px;} and add text-align center
-
:last-child, :nth-child
@ChrisP, thanx, darn it, I knew that should be able to do that and I did tried that one and it didn't work for me. The reason was I had a space between child and (3)
-
Personal site review (responsive layout)
That font type is ruining otherwise very nice responsive site. Typography should be the foundation of good design.
-
Feedback & compatibility help welcome
I like the layout and color scheme but as @jshjohnson said it's no go on IE7-8
-
Essential Things to Place in HEAD?
Disregard the keyword metatag completely. It doesn't have any effect on search ranking.
-
Responsive image wider than fluid parent element
@uneart, Here... how I would go about it.
-
How best to centre each cell's content within a column
@coolactuary, you're right, it is very limited what you can do with it, I used it before like changing the background color and width of the columns but that's about it. Thought that you could style more attributes with it.
-
Beginner Question re positioning
Create a sample on CODEPEN...
-
Website Design feedback
@jshjohnson, too much blue for me, blue background-color on header is nice, on body I removed it and it looked so much better to me.
-
Need help changing the paragraph font size.
@ricksmith, I'm trying to change the font size (and line height) on this site. do you mean your paragraph font size and line height? Edit: @TheDoc, got the answer, btw, your paragraph font-size is not set so is inherited from your body f…
-
How best to centre each cell's content within a column
@coolactuary, Have you considered something like this with css? col.col1 {your styles} col.col2 {your styles} col.col3{your styles} And HTML and so on
-
CSS Sticky Footer Problem
@hotpink, Another source of extra spacing is the #footer { margin-top } good catch, I wasn't too thorough
-
body background moving?
@kloy, set the background texture in html element
-
CSS Sticky Footer Problem
@robertallen, also if you'd change header top margin to header top padding it would help. With margin the container gets 30px taller and pushes footer down by that much, with padding it would not happen BTW, just go with what @Eric has to offe…
-
Best way to make hr lines between text?
@chrisburton, that's a good one :)
-
CSS Sticky Footer Problem
@robertallen, Here is another example of sticky footer...
-
Suggestions for image optimization tools/tuts
@springlab, I believe you, My preference is IrfanView.