- This topic is empty.
-
AuthorPosts
-
July 17, 2012 at 3:29 am #38950
Asamandra
Participanthey guys!
i´m having some stupid little problem of which i am sure it is solved in some seconds, in this case the image tells everything:
Misplaced Menu Items
the images are placed with some space above which shouldnt be existent..thanks a lot in advance!
the code:
/*
HTML
*/
/*
LINKMENU
*/
#link_menu {
display: inline-block;
background-color: #ffffff;
max-width: 615px;
margin: 25px 0px 0px -15px;
background-image: url(../images/linkleiste_schatten.jpg);
width: 614px;
height: 93px;
text-align: center;
}
#link_menu li {
list-style: none;
margin: 0px;
padding: 0px;
display: inline-block;
max-height: 60px;
}
/* dotted line */
#link_menu li {
border-left: 1px dotted black;
}
#link_menu li:FIRST-CHILD {
border-left: none;
}
/*
LINKMENU
*/
July 17, 2012 at 6:27 am #106231Paulie_D
MemberWhat are the dimensions of the images?
July 17, 2012 at 6:53 am #106232Asamandra
Participantoh they are 46*46, 46*46, 58*47, 56*47.
weid sizes i know, bu thats how i got i from the designer..July 17, 2012 at 7:04 am #106233wolfcry911
Participantneed more info
July 17, 2012 at 7:26 am #106234Asamandra
Participanti´m sorry, but what more info? that is all i have Oo
July 17, 2012 at 7:34 am #106235Senff
ParticipantYou’ll need to show us a link to a site if you can, cause the info you gave us so far is a little too limited for us to see what could be wrong.
July 17, 2012 at 7:50 am #106237wolfcry911
Participantall the css at a minimum…
July 17, 2012 at 8:04 am #106238Asamandra
Participantok i see now that the things are more tangled than i thought, but i thought all the css would be too much to post here.
i made a public folder where you can check it, the site is of course not online now: Menu Problem
thank you guys, i´m sorry i really thought thats the whole problem.July 17, 2012 at 8:15 am #106239Paulie_D
MemberBy the way, I hope you have permission to use those logos…I happen to know from actual business relationships with those and other motor manufacturers that they guard them jealously.
Even with them as clients (which they are) they don’t like you using them on our website without permission
July 17, 2012 at 8:54 am #106242Asamandra
Participantthats why i first uploaded pretty partly, because i wasn´t sure how far hey would accept that.
i changed the other pictures to colors as well, even though the marketing lady said its ok. but just to be sure..July 17, 2012 at 3:14 pm #106260wolfcry911
Participant#top_header img {
display: inline-block;
float: right;
margin-top: 30px;
}this places 30px above the images
July 18, 2012 at 1:57 am #106299Asamandra
Participantoh…ok that was supid from from me i was to stuck on the one menu it seems.. thank you very much!
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.