paperrobots
-
background on HTML tag - weird top margin
I figured out it was a h1 i had first thing. If I add any margin or padding, it forces the body down. Seems odd to me. Shouldn't the body always be at the top?
-
Database Design
When using a join on two tables, what if I have fields that are named the same thing but aren't what I'm using as a foreign key? Like "date_added". Do I have to give each field in my tables a unique name then? Is there another so…
-
Jquery .parent().parent()... easier way to target a previous element?
Nice I wasn't aware of .closest! It didn't work with the .prev() though. So I took it off and it seems to be working.
-
Make form input partially editable?
Yeah that's what I'm use to, but the designer I'm working with wants it in the field. I can fake it by layering a bunch of stuff, but was hoping for a simple solution. :)
-
100% Width Background
I found a solution actually... put a min-width on the body.