- This topic is empty.
-
AuthorPosts
-
September 20, 2011 at 5:04 pm #87631
chrisburton
ParticipantCan you upload movie.png, please? Also, I have asked this previously, is this site for a client?
September 20, 2011 at 10:06 pm #87638roncito
MemberSorry. I’m doing it for a friend.
September 21, 2011 at 6:56 am #87650roncito
MemberThanks for the help.
Here’s my upload of the pic.
http://tinypic.com/r/r0733l/7
Again many thanksSeptember 21, 2011 at 8:17 am #87654chrisburton
ParticipantYeah, I meant for you to upload it on your server. But the major problem here is the absolute positioning.
September 21, 2011 at 12:18 pm #87673roncito
Memberok. thank you Ill try to make those changes.
September 21, 2011 at 12:40 pm #87678chrisburton
ParticipantDon’t make those changes if you’re just going to remove the absolute positioned elements. I think you should learn as to why they are throwing your layout off, first.
September 21, 2011 at 2:23 pm #87684roncito
MemberI switched the position to relative but still get nothing. looks good on local but not online?
please take a look at new fiddle? also how do I upload pic to my server?September 21, 2011 at 2:37 pm #87687roncito
Memberhttp://jsfiddle.net/roncito/ehAWm/embedded/result/
i cant figure out why my movie.png not showing?
thanksSeptember 21, 2011 at 2:39 pm #87688Bob
MemberThere could be 2 possibilities I think: you didn’t upload it to the server, or the path to the image is wrong.
September 21, 2011 at 3:14 pm #87692roncito
MemberLocally when viewed on pc. Everything runs smooth. I see the images and I see the webpage the way that I would like it to appear on line but a few images are not showing up? Ill keep plugging away here. Ill also double to see if my images were uploaded properly.
Thanks.September 21, 2011 at 3:27 pm #87696chrisburton
ParticipantThe reason it isn’t showing up on jsfiddle is simply because you’re apply the file path as if it were on jsfiddle.net. You need to specify the full url path.
background: url(images/background2.jpg)no-repeat center;}would become
background: url(http://ingaspark.com/bbc/images/background2.jpg)no-repeat center;}September 24, 2011 at 3:27 pm #87886roncito
MemberSorry. here is the link now.
thanks again.
http://jsfiddle.net/roncito/HLQSm/
please help.
RonSeptember 24, 2011 at 3:31 pm #87888chrisburton
Participant@roncito – You didn’t specify the full URL path for the img tags or in the header. I feel you’re wanting someone to do this for you.
September 24, 2011 at 5:09 pm #87897roncito
MemberThanks for the comments. As
I mentioned I’m learning and I know that its going to take some time and my intention is to do it by myself with the help of others. How do I specify the tags in the header? Thanks so much.September 24, 2011 at 5:15 pm #87899chrisburton
ParticipantFrom
To
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.
