/    Sign up×
Community /Pin to ProfileBookmark

[RESOLVED] background images not displaying

I have a background image in a table and the image will not display. Any suggestions?

[code=html]

<table class=”postit”>
<tr>
<td>
<div id=”postit” style=”height: 208px; width: 250px; position: relative; top:-36px; left:0px; overflow:auto;”>

<asp:Repeater ID=”repeaterBlog” runat=”server” DataSourceID=”dsBlog”>
<HeaderTemplate>
<img src=”images/postitSep.jpg”/>
</HeaderTemplate>

<ItemTemplate>
<div style=”text-align:left”><%#XPath(“date”)%></div>
<div style=”text-align:center”><%#XPath(“message”)%></div>
<div style=”text-align:right”><%# XPath(“sig”)%></div>
</ItemTemplate>

<SeparatorTemplate>
<img src=”images/postitSep.jpg”/>
</SeparatorTemplate>

<FooterTemplate>
<img src=”images/postitSep.jpg”/>
</FooterTemplate>
</asp:Repeater>
</div>
</td>
</tr>
</table>
[/code]

The CSS

[CODE]

BODY
{
background-color:#CFE6CF;
text-align:center;
font-family:Tahoma;
font-size:small;
color: #444041;
margin: 0px;
}

.postit
{
background-image: url(“images/palmpostit.jpg”);
background-attachment: fixed;
background-repeat: no-repeat;
height: 306px;
width: 290px;
}
[/CODE]

It is not displaying in IE at all and very distorted in Firefox. Thanks in advance!

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@ray326Sep 18.2007 — We need to see the rendered HTML, not the ASP source.
×

Success!

Help @xxwhocaresxx spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...