treehouse : what would you like to learn today?
Web Design Web Development iOS Development

css image problem

  • hi, i am new for css
    i need help.
    i create a slideing navigation menu for company website
    my website is optisource
    when site load page rollover bubble of navigation menu its show on left side
    image

    Please help me ?
    i knew this css issue .i am tired to solve this problem.


    Thanks
    vik
  • This is most likely a sizing problem.. when you put the image in, have you tried putting no-repeat into the css? ... mess about with the sizing and i'm sure you'll crack it
  • On '.navigationmenu ul' try changing the 'padding-left: 25px;' to 'margin-left: 25px;'

    That should stop it from showing.
  • @johnnyb Thanks for quick reply but when i margin than navigation link went to right 25px.
  • Ah ok, sorry for the false information. Have you tried setting display: none on the rollover image until the page is loaded then displaying it?
  • can you give me example ?