plaedien
-
Stop background image from sliding horizontally with browser resize
from this site: Your text to link here...
-
Stop background image from sliding horizontally with browser resize
I couldnt deal with the scroll bar, so i ended up biting the bullet and doing a large background image which is mostly white - turns out it was only 10kb more than the bamboo by itself anyway - so what the hell. Found this code that makes it work p…
-
Stop background image from sliding horizontally with browser resize
sorry for the weird posts, i dont know what the hell is going on with the giant lettering
-
Stop background image from sliding horizontally with browser resize
ok i got it to stick to the container using a src image: Code: #container { width: 960px; padding: 0; margin: auto; position: relative; z-index: 10; } #bg-pic-div { width: 960px; padding: 0; margin: auto; } .bg-pic { width: 478px; he…
-
Stop background image from sliding horizontally with browser resize
I've tried putting it in a separate div before the main container, but it pushes the rest of the site down and I cant seem to wrestle any kind of positioning control from it, for examples float right, margins etc.
-
Stop background image from sliding horizontally with browser resize
html, body { background-color: #ffffff; background: url(images/background-bamboo.png) right top no-repeat fixed; font-family: sans-serif; position: relative; width: 100%; height: 100%; min-height: 100%; display: table; behavior: url(PIE.ph…
-
Stop background image from sliding horizontally with browser resize
whoops my code looks messed up, should've previewed first! Isn't what I've written already basically the same thing? html, body { background-color: #ffffff; background: url(images/background-bamboo.png) top right no-repeat fixed; …
-
Drop down menus and flared edges
thanks Eric, but unfortunately this does not work with my requirements (although I concede it is a more elegant solution). The problem being that i have a patterned background that needs to show through,and using the border radius requires that sma…
-
Tabbed menu - flared edges and dropdown problems!
Hi Thomas, I havent had a decent look at this yet, but it looks great! Out of interest, which versions of IE would have problems? I notice that you've used Javascript in this, my knowledge of java is minimal to say the least, what exactly …
-
100% width footer with image attached to top - HELP!
doesnt matter figured it out ;)
-
100% width footer with image attached to top - HELP!
one more question ;) Is there a way to get the blue area of the footer to go all the way to the bottom of the browser window? at the moment it displays some white as well if i resize the window...
-
100% width footer with image attached to top - HELP!
oops, the second background was a cut & paste mistake! but i see your point about the png not having a white background... well it worked!!! Thank you so much, that was driving me nuts. I guess my thinking was wrong about how the footer worke…
-
100% width footer with image attached to top - HELP!
ok our server is sorted - so here is the link to my testing page: http://www.petsdomain.com.au/testing/bg_test.html sorry if its messy code!
-
100% width footer with image attached to top - HELP!
mmm thats weird because i did paste it into the post...unfortunately web goblins have killed our server at the moment so there is nothing online. I will try again! Is there a way to copy and paste html into this comment so it just displays as cod…