Jump to content

Having Problem With Zoom In-Out


umairhaider

Recommended Posts

Well lets start here. First take the html file that you have and go to http://validator.w3.org/check and past it there and fix all of the errors. It showed me 28 of them. Also ul closing tags go at the end of the ul this is causing you problems because between you opening ul and closing ul it is trying to make everything a ul. You can git rid of all of the &nbs and </br> tags use css to postion your elements this is most of your problem you are not telling the browser where to put your elements just to put a space in there.

 

On your border left instead of using js for this you can use css like this. Put a border left on all the links with css and then put this in your css


li:last-child {
border-right: none;
}

 

 

This will get you started in the right direction.

Edited by grabenair
Link to comment
Share on other sites

What grabenair said - clean up your html first. This:

                 
                &nbsp
;                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
        &nbsp        
                 
 

Should NEVER be in any code.

 

If you're interested in help with the clean-up, let me know.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...