Hello I have this interactive canvas as a background of my web, it is on 100% width and high, but when I add content that continues longer than canvas and you have to scroll down, canvas is not repeating down y axis.
Also can anyone tell how can i center align absolute positioned <div>.
I added white box that is longer than canvas, if you scroll down you start to see black background, how can I make canvas repeat...
Search Result
Collapse
3 results in 0.0041 seconds.
Keywords
Members
Tags
-
Canvas repeat and align problem, help pls.
-
mysticwater started a topic Hi, I was wondering if someone could help me with positioning a site I recently madein HTML CSSHi, I was wondering if someone could help me with positioning a site I recently made
The site I made is:
http://rblog.net16.net/
I am new to web design/ development; so my question is probably quite trite.
The site looks fine in my computer, however in another computer it gets all magnified and odd.
This is not the case with cnn, bbc, css trick or other good sites.
Is there some specific feature that ensures that the site doesn't change too much when viewed on... -
CSS Positioning Issues
Hi all,
I'm having a problem with positioning with CSS in IE.
If you look at the first photo, everything looks the way it should, but when I change the font size, the positioning gets messed up as shown in the second photo. Here is the css used for the main body:
#main
{
width:96%;
margin:0 auto;
padding-bottom: 20px;
text-align:left;
}
#main h1 { padding:...