- This topic is empty.
-
AuthorPosts
-
October 23, 2010 at 10:16 pm #30626
cre8tive1
MemberHi all,
I’m working on a project trying to slowly fix a site that we very poorly designed. It has a mix of everything, tables, style sheets, inline styles, you name it.
I’m trying to clean things up piece by piece. I’ve added a new group of products and everything is working well except for the fact that when the product content is longer than the Left column I get an overflow problem as seen on this page. http://dev.exitlightco.com/product/KD-KN-COSM-IB.html
I’ve been trying to find the error but can’t seem to put my finger on it.
Can anyone help me spot what I’m missing?
Thanks,
jr
October 24, 2010 at 1:23 am #77605cybershot
ParticipantThis is a tough one
October 24, 2010 at 1:34 am #77606noahgelman
ParticipantFound it. Easy Peasy ;)
elc-new-style.css, line 21, #feature-column, you have both a float and a position:absolute. Get rid of the position:absolute and you’re good as gold.October 24, 2010 at 1:40 am #77607cybershot
Participantgood find.
October 24, 2010 at 4:21 am #77610TheDoc
MemberNice find, Noah. I gave it a quick look and didn’t see anything and quickly gave up haha.
October 24, 2010 at 2:44 pm #77583noahgelman
Participantlol, come on Doc, you can’t give up so easily, your a mod, people rely on you
October 25, 2010 at 3:07 pm #77567cre8tive1
MemberThanks for the keen eye Noah. That change worked.
jr
November 2, 2010 at 4:13 pm #77437cre8tive1
MemberHi all,
I have another page with an overflow problem. There are a good deal of floats on this page, from the initial developers, which I think are causing me headaches. I can’t seem to find the bug. Any help would be greatly appreciated.
November 2, 2010 at 4:47 pm #77440noahgelman
ParticipantWhoever built this site, punch him in the face.
Remove the position absolute on the #left-home-column (elc-new-style.css, line 27). And remove the “div { clear:both;}” from css_ELC_all.css
By the way, in your header, your linking to the css_ELC_all.css twice. Remove one.
November 2, 2010 at 4:50 pm #77441cybershot
ParticipantI agree with you, punch him in the face. I also wonder why the stylesheet is linked twice. This is a major no no.
November 2, 2010 at 5:23 pm #77442cre8tive1
MemberThanks for the tips. Inheriting these quirky sites is aging me rapidly.
Now I have one last DIV wigging out…
November 2, 2010 at 5:27 pm #77443cre8tive1
MemberAh, fixed it. Another “float” that didn’t need to be there.
Thanks to all.
November 2, 2010 at 6:42 pm #77444noahgelman
ParticipantQuite welcome. Luckily I haven’t been in a position yet where I have to inherit an older site that I have to alter. I did have to rebuild an older site (lots of tables and bad styling) from scratch into semantic code.
November 2, 2010 at 10:21 pm #77367cybershot
Participanthey, also run your code through the validator. that will help you find and fix a lot of errors. When I was checking out your last problem, I found that there is a mispelled word. They were going for border but ended up spelling boder.
using the validator is one thing you could do as a first step to finding any error
January 26, 2011 at 4:11 pm #63872cre8tive1
MemberCool. Thanks for the tip! I will add this into my arsenal of tools.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.