Jump to content

Graphic moves depending on screen size


oggyswain

Recommended Posts

I may have asked this about a year ago but I could not find the post.

 

I have a website that when I resize the screen the graphic and type jump around. How can I fix this.

 

Here is the site.

 

www.postmarkinternational.com

 

I seem to remember it being one line of code I need to add, but my memory is bad and I forgot.

 

Thanks

Link to comment
Share on other sites

"Position:relative;" is the line of code you are thinking of. If you add that to your main table:

 

<table style="width: 806px; height: 750px; " cellspacing="0" cellpadding="0" align="center"

And then adjust the absolute positioning of the "Experts in..." text and the map, it should stay properly positioned.

 

I second Andrea's comment though -- usually if you are using a lot of "position:absolute" that means that Dreamweaver is doing the coding for you and you are liable to have positioning problems like this.

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...