Skip to Content

Stylegala Forums » Forums list » Problem solving

quick box model help needed

quick box model help needed

post new topic Post new topic    Reply to topic Reply to topic

Author Message
infinimedia

New member
  • Joined: 15 Oct 2004
  • Posts: 13
  • Location: Miami, FL
  • Status: Offline
Reply with quote Post Posted: Thu Feb 09, 2006 01:46
well i just realized my blog isn't working properly in IE PC.
http://www.webimpresario.com

can someone check my stylesheet and see if there is a quick fix for this?
or could it be my doctype affecting this?

my css is:

http://www.webimpresario.com/wp-content/themes/k2/styles/impresario.css

any help is appreciated. especially since i'm sharing some of this code on two other sites and didn't realize it had broken (i've been using IE so infrequently these days)

oh yeah, any idea why my nav bar would've wandered so far to the right also? when I was testing this layout (before copying it into wordpress, it worked fine).

View user's profile Send private message Visit poster's website AIM Address
 
Sponsor
 
Lost_User

  • Joined: 22 Jun 2006
  • Posts: 0
  • Status: Offline
Reply with quote Post Posted: Sat Mar 04, 2006 00:01
infinimedia wrote:

my css is:
http://www.webimpresario.com/wp-content/themes/k2/styles/impresario.css


It appears as though your issue is coming from the other style sheet in your site, and not from the one you referrenced in your post. In your style.css file, you have are giving your ul a margin-left of 290px which seems to be causing your grief.

#header ul{
display: block;
list-style: none;
padding-left: 6px;
margin-left: 290px;
margin-top: -34px;
}

My advice, you need to get your two style sheets in sync with one another. You have a lot of redundant style information which might negate any changes you make in the impresario style sheet.

View user's profile Send private message
 

Page 1 of 1

post new topic Post new topic    Reply to topic Reply to topic

Display posts from previous:   

Powered by phpBB. © 2001, 2006 phpBB Group & Logo Design