NoizyCr1cket
-
Responsive Design won't work on my phone!
@sloveland Ok. Thanks for the link.
-
Responsive Design won't work on my phone!
@sloveland: Thanks for the quick reply! I tried that code and it's working...somewhat. Everything is a bit too big on my phone's screen, but that's probably just a quick css fix. Thanks for the help! @posterity576: Thanks also for th…
-
Opinions on website design
Possibly use css transitions for your nav buttons to make the color fade instead of jump to a different color whenever you rollover it. I think it would make it have a smoother feel. Other than that, great website!
-
Horizontally Center This Element
Ah! There we go. Display:block on the a fixed it! I guess I'll just deal with the a element being the whole width of the navbar. Thanks for the help! @Paulie_D
-
Horizontally Center This Element
Hmm...the width: 100% isn't working on the a element. I'm stumped.
-
Horizontally Center This Element
Actually, the padding idea isn't working, so I do have to make the a element 100% width of the navbar. Unless there is another way.
-
Horizontally Center This Element
Yeah, that works. The only thing is, I'll have to change the a element to width:100%, so it's not all glitchy on the sides of the word. Or I could just use -20px of padding instead of margin. Is there a way to do this where the only rollov…
-
Horizontally Center This Element
@Paulie_D That works...but only for the portfolio and contact buttons, which have a width of 86px and 89px, respectively. And I don't want to have to use a different padding for each button, although I will if that is the only way.
-
Fading CSS Gradient?
@ChristopherBurton, thanks! I got it working with transitions. @John, Sorry, I decided to use the box-shadow method. But thanks anyway! P.S. Not sure if you already know this, but, since your username has underscores on both sides, when I try to…
-
Fading CSS Gradient?
@ChristopherBurton : I tried recreating the size of the gradient using box-shadow, but I can't seem to get the sizes right. Could you please help? The original gradient is 12px wide.
-
Fading CSS Gradient?
@ChristopherBurton : I'll check that out @John : Sure, if it works and is relatively simple.
-
Weird Background Image
@TheDoc : Thanks, It works now! @Senff : I went with the no-repeat method, but thanks for replying anyway.