intodesign
-
Image on Image - 2 Divs
ohh.. i got it, never mind... in case you'll need it http://codepen.io/anon/pen/FALwr
-
Change Body Background Every 10 sec
Sorry, it's working.. thanks!
-
Change Body Background Every 10 sec
it has error on the second line that you wrote, can you check it please?
-
Change Body Background Every 10 sec
@AdamHodgson - I'm using already 'supersized' but it doesn't support all the monitors, if you having a widescreen probably you'll see it good in all browsers, but old monitors it doesn't do the stretch, but it's no…
-
Change Body Background Every 10 sec
what does it had to do with what i'm asking? i want like a slideshow of the body, i want that every 10 seconds the body of the css will load a different image body { background: url(image1.jpg); } body { background: url(image2.jpg); } first…
-
CSS3 Buttons
hey thanks, can i mail you privately? I would like to get some advices from you i think you can help me ;) if so, what is your mail?
-
Form Structure
oh, thank you for notice, here please: http://s17.postimage.org/s5uyprvfz/form.jpg
-
CSS Expert
the thing is I'm not very bad in CSS, i know how to build a nice and creative websites, but the thing is that sometimes i don't build it in the right way, for example everything needs to be dynamic so it will be easy to make changes late…
-
CSS Expert
But sometimes it takes too long for just a simple code line... :( When someone describing it, it's easier and faster and i can go on to the next question... However, I'll keep searching my questions online, but if someone is still interes…
-
2 backgrounds css
It doesn't seem simple as i'm asking... I just need a simple code to load 2 backgrounds like this one: background:url(images/bg.jpg) no-repeat top, url(images/bg2.jpg) repeat; Just need to figure out how can i make this work on IE7 or ear…
-
Firefox 4 Error
Sounds familiar.. I just asked this question before that i'm seeing something wrong only with the FF4 something about the spacing.. and others replied that everything is good. However, I don't like so far Firefox 4...
-
Firexfox 4 Spacing
everytime when I'm using float with images it's getting messy... i guess i don't how to use it perfectly, but one time i tried to use float and i find myself ending with and tags and giving them class float:left; which it was good…
-
Firexfox 4 Spacing
what absolute: positioning? The only little thing that i don't like is that the thumbnails going on the red frame, Which on IE and Earlier FF versions working fine. can you see it? On FF4 the thumbnails touching the red frame...
-
2 backgrounds css
Didn't understand exactly how it works...
-
CSS Horizinal thing
OMG! this is sick! you are good, thank you. I'll try your code now... since I've already upload my version you can see here: http://letshoe.com but my version not passing the html validation so i will need to try yours.
-
CSS Horizinal thing
Actually it doesn't work well: http://fashionaki.com/shoes/
-
CSS Horizinal thing
and also.. how can i make the #price block to change color :hover
-
CSS Horizinal thing
First, thank you all for the comments! matthewfowles - Actually, that was very helpful because right now i can get them horizontal. I didn't understand exactly how the clear:both works, or if it's the best way to make it... thank you for…
-
CSS and
Oh.. haha, My bad! shame on me, However, thank you.. that the syntax i was looking for.
-
CSS and
for example i have this ui list: http://www.upload3r.com/serve/120511/1305193602.jpg and after that i have in the same page this drop down button: http://www.upload3r.com/serve/120511/1305193655.jpg which using also ui css, anf there is a conflict…
-
background-image and another image
Ah, ok that's the syntax i was needed... thank you.
-
background-image and another image
Well.. in this css there is bunch of things.. i think i need a shorter and simple code, if anyone can tell me how can i fix it from my code: body { background:url(bg.jpg); background-repeat:no-repeat; background-position:top; background-color…
-
Generate by CSS or Table
I tried it but not sure what it's not working... Have you done this before, can i PM you or something? because that's very important for me and i don't know where can i find an answer...
-
Generate by CSS or Table
Ok, but what is the code to make it repeat when I'm putting the main text?
-
Generate by CSS or Table
in your example i see a image that does not move. my example is like this: http://fashionaki.com/blog/new/example/example3.jpg i would like that the text like in the picture, and the footer (which it's another div tag) will go down every time…
-
background-repeat
the thing is that if I'll repeat the background it won't help me, as you can see in this image: http://fashionaki.com/blog/new/example/example.jpg i would like to repeat the little footer that i marked with red, so it should look like th…
-
Slice Tool Photoshop
I guess i didn't put it well, Thank you, working fine with this code #wrapper { width: 775px; margin: 0 auto; position: relative; }