I can make a background image to fullscreen which is what I was after. However, when I minimize the window browser smaller or dragging it from the bottom right corner, then my background image stretches with the window size which I don't wont.
Any suggestions on how to make the background image unstretchable but keep it to the full browser resolution? Here is the example I did http://www.icon.digitalprodusa.net/
Oh my gosh, I can't believe I have been member since 2006. It must of been the time I had my old computer and never got the chance to use my membership.
I do apologize for those who have commented and contributed their time to help out. In the end, I managed to figure this one out.
I can make a background image to fullscreen which is what I was after. However, when I minimize the window browser smaller or dragging it from the bottom right corner, then my background image stretches with the window size which I don't wont.
Any suggestions on how to make the background image unstretchable but keep it to the full browser resolution? Here is the example I did http://www.icon.digitalprodusa.net/
Many thanks in advance
CHEERS :)
Something like
#bg {position:fixed; top:0; left:0; width:100%; height:auto;}HTH
Gr. Bert
http://css-tricks.com/how-to-resizeable ... und-image/
I do apologize for those who have commented and contributed their time to help out. In the end, I managed to figure this one out.
CHEERS :)