Jump to content

webguy_070

Members
  • Posts

    3
  • Joined

  • Last visited

webguy_070's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I see. It is because of the "left:" messing it up. What would be the best way to make it stay in the same spot across all browser resolutions? The geolocation is not the only text I will be placing, I need a permanent solution to this.
  2. Ingolme, what browser resolution are you viewing the page in? If you're viewing it in 1920x1080, then it will be fine. But if you view it in a resolution of say 800x600, you'll see that the "City, State" is in the incorrect spot.
  3. Hello. I have a problem with my site and hope you can help me. My site: http://1clix.net/testing/ Please refer to the "Hiring Local Residents in" section. If your browser resolution is 1920x1080, then you'll see that the "City, State" part after "Hiring Local Residents in" is aligned perfectly. However, if you're browsing that site in any resolution that's not 1920x1080, you'll see that the "City, State" text adjusts itself relative to the browser resolution. I do not want this. I want to make it so that no matter the browser resolution, the text stays fixed after the "Hiring Local Residents in" section. You can use the following site to see how my website looks in different resolutions to better understand my problem: http://www.yournew.c...lution_test.cfm Here is the part of the code for the "City, State" text. <div style="position:fixed; left:803; top:282; font-family:Arial; font-size:15px; color:#5e71d9; text-decoration:underline;"><a href="#" target="_blank"><strong> <script language="JavaScript">document.write(geoip_city());</script>, <script language="JavaScript">document.write(geoip_region());</script></a></strong></div> You can see I'm using the "position" element. I've tried all 4 (static, absolute, fixed, relative) but the text still moves around depending on the browser size. Feel free to view my page source. I hope you can help me with this. Your time is greatly appreciated. Thank you.
×
×
  • Create New...