[HTML] Small banner Problem.
#7

Quote:
Originally Posted by MrLennart` @
<div style="position: absolute; width: 100px; height: 100px; z-index: 1; left: 319px; top: 234px" id="layer1">
<a target="_blank" href="http://www.gametracker.com/server_in...6.218:37015/">
<img src="http://cache.www.gametracker.com/ser.../b_560x95.png" border="0" width="560" height="95"></a></div>
Ideally, it shouldn't be absolute:

Код:
<div style="width: 2%; margin-left: 49%; margin-right: 49%;height: 100px; z-index: 1;" id="layer1">
	<a target="_blank" href="http://www.gametracker.com/server_in...6.218:37015/">
	<img src="http://cache.www.gametracker.com/ser.../b_560x95.png" border="0" width="560" height="95"></a></div>
Absolute is bad for things like this - If your whole site is set to absolute, then it's time to update it
Reply


Messages In This Thread
[HTML] Small banner Problem. - by Mr.Lennart - 22.02.2009, 19:44
Re: I need help with a small HTML problem. - by JaYmE - 22.02.2009, 19:55
Re: [HTML] Small banner Problem. - by Mr.Lennart - 22.02.2009, 20:00
Re: [HTML] Small banner Problem. - by boylett - 22.02.2009, 23:01
Re: I need help with a small HTML problem. - by Norn - 22.02.2009, 23:14
Re: [HTML] Small banner Problem. - by Popz - 23.02.2009, 03:44
Re: [HTML] Small banner Problem. - by 1337pr0 - 23.02.2009, 04:15
Re: [HTML] Small banner Problem. - by Mr.Lennart - 23.02.2009, 11:33
Re: [HTML] Small banner Problem. - by kc - 23.02.2009, 19:14
Re: [HTML] Small banner Problem. - by Mr.Lennart - 23.02.2009, 19:16

Forum Jump:


Users browsing this thread: 2 Guest(s)