English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am using the following :

img
{
position:absolute;
left:10px;
top:0px
}

I dont know the syntex of "src" in CSS that should be placed in the code above to make this work, development tool is ASP so mind you the graphic would be called virtually (i.e. http://localhost.....)

2007-01-25 00:18:41 · 3 answers · asked by Faraz Rizvi 2 in Computers & Internet Programming & Design

3 answers

I'd do something like this instead:

In my html file:



Now in css file:
.image {
vertical-align:top;
}

2007-01-25 00:25:25 · answer #1 · answered by Anonymous · 0 0

your point out website/ website isn't establishing anyhow your your internet hosting sitebuilder and create a DIV Tempelate and then only create pages after pages each and every of the region header / footer and navigation stands out as the comparable solid success

2016-12-16 13:06:06 · answer #2 · answered by Anonymous · 0 0

You can place your header information in the body of your CSS like this:

body {
background-image: url(images/image-name.jpg);
background-position: top;
background-repeat: no-repeat;
margin: 0;
width: 100%;
}

Hope this helps.

DianeD

2007-01-25 00:27:44 · answer #3 · answered by DianeD 4 · 1 0

fedest.com, questions and answers