CSS HELP ON PC
- Started
- Last post
- 5 Responses
- stevegee
Yo -
I've got a few pages I built for a client for a large non-profit event. Everythign was gorgeous untili I turned it over to the client, then they made some changes to the copy, adn it's thrown the nav down abotu 10px but only on a PC!Here's mine:
http://oscardress4oxfam.org/and if you click on any of the links in the nav, it'll take you to the main site with how the nav should be placed.
I can't see anythign that's pushing it down... can you help?
-Steve
- Bacillo30
take out the meta tag...
meta http-equiv="Content-Type" content="text/html;charset=utf-8...
- heavyt0
Steve,
hot me up in the AM on AIM if you still need help.TR1
- version30
}
.level2introtext {
padding: 8px 17px 18px 26px;
color: #FFFFFF;
font-size: 14px;
line-height: 19px;
/*/*/
padding: 8px 17px 18px 26px;
/* end NS4.7 hack */
}the top padding was at 18. i set it to 8
- version30
i mean just delete the netscape hack and its golden
}
.level2introtext {
padding: 8px 17px 18px 26px;
color: #FFFFFF;
font-size: 14px;
line-height: 19px;
}
- stevegee0
word, thanks guys.