Author Topic: I hate CSS  (Read 1656 times)

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14305
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
I hate CSS
« on: March 20, 2010, 05:16:31 PM »
A little help here?  I'm normally pretty decent with this shit but every once in a while something really throws me for a loop.

http://www.americanbeautytools.com/v2/

Can anyone tell me why the footer will not center??

And can anyone tell me why the teaser bar images (li elements in the lower right) will not sit nicely at the same level as the navigation buttons (two vertical gray bars to the left and right)?

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14305
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Re: I hate CSS
« Reply #1 on: March 20, 2010, 09:02:42 PM »
OK, I fixed the teaserbar... anyone got anything for the footer?

webwhy

  • Jackass IV
  • Posts: 608
  • Karma: +15/-10
Re: I hate CSS
« Reply #2 on: March 21, 2010, 12:16:53 AM »
obes,

quickly ran it through a validator and the document doesn't validate.  looks like the main problem might be having mismatched opening and closing div tags. 

on another note it looks your server doesn't have short tags enabled for PHP.  there are mulitple <?= ?> present in the html output

webwhy

  • Jackass IV
  • Posts: 608
  • Karma: +15/-10
Re: I hate CSS
« Reply #3 on: March 21, 2010, 12:23:24 AM »
yeah.  there seems to be an extra </div> on line 1902 of the output.  i removed that, and it looked better

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14305
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Re: I hate CSS
« Reply #4 on: March 21, 2010, 09:34:24 PM »
Nope... that wasn't it.  It completely validates now and there wasn't an extra div.  Any other ideas?

And I think short tags are enabled... but some of them weren't escaped from a PHP string.