Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css image problem

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32533
    vaklove
    Participant

    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

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

    Thanks
    vik

    #48945
    Waffle
    Member

    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

    #48946
    Johnnyb
    Member

    On ‘.navigationmenu ul’ try changing the ‘padding-left: 25px;’ to ‘margin-left: 25px;’

    That should stop it from showing.

    #48947
    vaklove
    Participant

    @johnnyb Thanks for quick reply but when i margin than navigation link went to right 25px.

    #48941
    Johnnyb
    Member

    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?

    #48942
    vaklove
    Participant

    can you give me example ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.