AmruthPillai
-
Can someone with Dreamweaver do me a HUGE favor?
@John You're welcome! :)
-
Need help coding a 100% width header
@norman144 Try to recreate the situation using http://codepen.io/pen/ if possible and share the link here so we can all work actively to find a solution :)
-
Can someone with Dreamweaver do me a HUGE favor?
http://pastebin.com/zmWLdHQT Hope that helps! :)
-
Using different background colors for each list item?
Oh, okay! I finally understand how we should use the :nth-child selector :) Thank you very much @HugoGiraudel!
-
Using different background colors for each list item?
@HugoGiraudel I wanted to try the CSS3 way, as you might have seen in my CodePen CSS, I've used :first-child for the first li element, but I'm not able to use :nth-child(2,3,4,5,etc.) to select any of the other li elements. Could you edit …
-
Turned up Right Corner For Header Code?
Maybe this could help? http://matthamm.com/box-shadow-curl.html
-
Can someone help me center these buttons (please.) :-)
iframe:first-child will make the CSS select only the first child of that iframe, so you're fine! :)
-
Clipping on bottom of long content div
Is this what happens in your case, cause I really don't see any problem: http://codepen.io/anon/pen/bGDnh
-
Can someone help me center these buttons (please.) :-)
If that's the case, you can use an override! Just add this to your existing CSS file: .socialize-in-button > iframe:first-child { width: 100px !important; }
-
Cell Phone Display on Hover Problem
On a totally unrelated note, when I resize my browser to 1024x768 or lower, the stylesheet linking is disabled. If you are trying to accomplish Responsive Design for Mobile Devices, I suggest you keep the existing style sheet linked always to the we…
-
[Critique] TrendGFX Design Studios Redesign
@MBM Thank you very much, that was pretty much what I was aiming for! :)
-
Can someone help me center these buttons (please.) :-)
@ricksmith I guess you can attach a separate CSS file and copy the edited CSS as well, but to change the width of the FB Like button, you'll need to edit the socialize.php plugins files. When you're working to change the look of a website…
-
Can someone help me center these buttons (please.) :-)
Firstly, you'll need to increase the width of your facebook like button since it's getting cropped. Change the width from 55px to about 70px, that should do it. Next, you just need to add a clear tag to your .format-image .entry-…
-
[CRITIQUE] Online Wedding Invitation
Firstly, thank you so much for the review :) The page headers are a link, they should link to the external pages.. don't they work? o.O I've just put XYZ Hall for sampling :) The actual name of the Hall is AJ Hall, Bangalore so I'm…
-
CRITIQUE: Resumé Website
I like the site, but I'm pretty sure everything could use a little more padding... some modifications or increase in the line-height property would be great. It looks all cramped up for now, but great resume none-the-less. Also, cool splash pa…
-
Coda for Windows?
The only thing close to CODA on a Windows PC is Adobe Dreamweaver... I use it most of the time in collab. with Notepad++ @kemie I've never heard of Stylizer before.. looks pretty promising :) Will check it out, thank you!