PEAK XOOPS - Re: CSS background-image doesn't work with pico 1.16beta in englishin japanese

Re: CSS background-image doesn't work with pico 1.16beta

List posts in the topic

none Re: CSS background-image doesn't work with pico 1.16beta

msg# 1.1
depth:
1
Previous post - Next post | Parent - Children.1 | Posted on 2007/3/21 19:50
hoshiyan  二等兵   Posts: 8
Oh, no... I'm sorry! I have a bug in my sample code in my first report.
I'd like to post new one bellow.
---------------------------------------------------------
<html>
<body>
<p>
<div style='background-image: url("images/icon_rss.gif");'>
<table style="margin: 12px; border: solid 2px; background-color: transparent">
<tr>
<td>1</td>
<td>2</td>
</tr>
<tr>
<td>3</td>
<td>4</td>
</tr>
</table>
<div> a b c d</div>
<br>
<img src="images/icon_rss.gif">
<br>
<br>
</div>
</p>
</body>
</html>
---------------------------------------------------------

test 1. Body tag and css -> it works but unexpectedly result.

body style='background-image: url("images/icon_rss.gif");'
p
div
....

test 2. P tag and css -> it works but unexpextedly result.

body
p style='background-image: url("images/icon_rss.gif");'
div
....

test 3. Div tag and css -> its fine, this is what I expected.

body
p
div style='background-image: url("images/icon_rss.gif");'
.....

Hoshiyan
Votes:1 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!