|
uCoz Community Archives Locked How to lock images on main page? |
How to lock images on main page? |
Hello! I added some new image on main page with this code:
Code <img src="http://serbian-hiphop.ucoz.com/giffff.gif" style="position: absolute; top: 110px; left: 785px; opacity:0.9;filter:alpha(opacity=10)"> But when I maximized browsers window, images was moved from their positions. How can I lock them to always be on position like in code up? I mean that I should use some margins codes, but don't known which one. Anyone can help me? Post edited by Ultra - Tuesday, 2011-01-04, 10:10 PM
|
Random guess, try position:fixed on your style property.
"Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
|
shadowslash, position:fixed will move your picture when scrolling , its not an option Ultra, provide website name
hmm when i will be back from vacation i will re-read everything because , you all need to re-think your answers To busy building a passive income online ;)
|
Quote (Natashko) Ultra, please, provide a website name. http://serbian-hiphop.ucoz.com/
Quote (Animorph) Ultra, you should use position: relative , i always use that to place my images on websites and it works for sure I'm sorry, but still not work. :/ Post edited by Ultra - Saturday, 2011-01-08, 6:24 PM
|
Quote (Animorph) Ultra, if you are using CSS codes to place it please provide the CSS codes then to me
Code <img src="http://serbian-hiphop.ucoz.com/giffff.gif" style="position: absolute; top: 110px; left: 785px; opacity:0.9;filter:alpha(opacity=10)"> I also try "relative" position.
Quote (Animorph) so you want it in the middle of the screen ? No, I want it right, near that buildings in background. Post edited by Ultra - Saturday, 2011-01-08, 10:47 PM
|
Quote (Ultra) But when I maximized browsers window, images was moved from their positions. How can I lock them to always be on position like in code up? I mean that I should use some margins codes, but don't known which one. Try to use this code and you can change the width and height...
And if you have CSS style, you can use this code before you close head (</HEAD>)
Post edited by Sirwan - Monday, 2011-01-10, 9:13 AM
|
Ultra, delete the inscription from where it is now. Then go to CP->Design ->Design management (templates)->Global blocks->Top part of the website->Change this code
Code <span id="site_logo"><!-- <logo> --><!-- </logo> --></span> Code <span id="site_logo"><!-- <logo> --><img src="http://serbian-hiphop.ucoz.com/giffff.gif" style="opacity: 0.9; margin: 60px 40px 0px 0px;"><!-- </logo> --></span> |
| |||
| |||