SalidaGuy
-
Cannnot make top margin work on this div
Adding margin to the bottom of content and sidebar did the trick. Thanks for the help and discussion. I even learned a bit about floats and clearing.
-
Why are these images not responsive?
Thank you Steve, this worked, I changed max-width: 100%; to width: 10%; and all works as expected
-
Problems with UL margins
Duh, I put a right margin on the photo, that seems to fix it in all situations. mark
-
Problems with UL margins
This is a good idea, but for other pages, the UL list falls below the image: http://www.doubleupsforbeds.com/sheet-sets/adjustable-beds.html This added margin would make these list very narrow. Is there another idea? mark
-
Change to php file type or use mod rewrite
Stan, I think I understand the ways to do this, but don't know how to evaluate the pros and cons of each technique. I have done more reading, and I think the mod rewrite technique is the way to go. Now I just need to find a tutorial. I am u…
-
Wordpress update broke my menus
Apparently going from ver 3.1 to 3.2 there was some subtle change in how Wordpress Menu was generating the menu code. This tricky piece of css fixed it. .paging ul li:hover > ul { display: block; } thanks for looking, mark
-
Site breaks in IE 6, how to work around?
Thanks both of you for the advice. Both solutions solved the primary problem. After fussing for awhile, I changed the padding on the a element as my solution. That looked better as a workaround. This is a great resource, thanks again.
-
[Solved] Photo not resizing my div
Thanks to all for the assistance. Setting overflow to auto did the trick. Dreamweaver does not show the change, but it does work in the browsers. mark
-
[Solved] Relative Position and div
Virtual, you nailed it. Looks great! Thank you for the quick response, and welcome to the community. I will work out the validation on Monday. Thanks again, mark
-
Can CSS do multi colored background list items?
Cool, works great, thanks for your help. mark
-
Can CSS do multi colored background list items?
Ken, Thanks for the tip, I think I am on the right track. I have the system working with my menu, but have two new issues. my test site On the top nav menu I have the colors in place, but there are small gaps of the turquoise navcontainer showin…