Jump to content

Background Image Positioning

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
Hello,
can anyone tell me why this is not working please?

	background:#27343c url('Theme\Top.jpg') repeat-x top;


Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#2
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Works fine for me, what is the problem? The background color not showing up? If you could explain alittl more and post some code I might understand better. :)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#3
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
The background image is not showing up in my case. It shows up in Visual Studio but not in Chrome or Internet Explorer.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#4
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Are you making this with Web Developer or what ever that thing is from Microsoft? 1)Make sure your extension is not a .png instead of .jpg. 2)Make sure it is spelled correctly. 3)If you change the background image to something else will it show up? I think has to be your link to the picture. Does it show up if FireFox, or Opera?
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#5
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts

thegamemaker said:

Are you making this with Web Developer or what ever that thing is from Microsoft? 1)Make sure your extension is not a .png instead of .jpg. 2)Make sure it is spelled correctly. 3)If you change the background image to something else will it show up? I think has to be your link to the picture. Does it show up if FireFox, or Opera?

Seriously... I usually ask on the forum as a last option after trying everything else.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#6
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts

Quote

Seriously... I usually ask on the forum as a last option after trying everything else.
Well I figured you would have checked those but some times its the little things that you just forget about. I was just trying to help..... Anyway make sure all of you tags a closed properly, seems that Google Chrome displays stuff wrong if you miss a end tag where as FF seems to noticed its wrong and still display it the way you want. Other than that IDK.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#7
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts

thegamemaker said:

Well I figured you would have checked those but some times its the little things that you just forget about. I was just trying to help..... Anyway make sure all of you tags a closed properly, seems that Google Chrome displays stuff wrong if you miss a end tag where as FF seems to noticed its wrong and still display it the way you want. Other than that IDK.

I noticed that today. Chrome didn't displayed a link because the tag wasn't closed.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics