Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; phpbb_feed_base has a deprecated constructor in /home/poorsh5/public_html/ThePub/feed.php on line 428

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; phpbb_feed_forum has a deprecated constructor in /home/poorsh5/public_html/ThePub/feed.php on line 844

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; phpbb_feed_topic has a deprecated constructor in /home/poorsh5/public_html/ThePub/feed.php on line 973
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /feed.php on line 173: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /feed.php on line 174: Cannot modify header information - headers already sent by (output started at /feed.php:428)
RuneVillage.com Where Gamers Escape! 2012-06-23T19:33:43-06:00 http://poorshark.com/ThePub/feed.php?f=16&t=437792 2012-06-23T19:33:43-06:00 http://poorshark.com/ThePub/viewtopic.php?t=437792&p=10309308#p10309308 <![CDATA[Re: CSS Help]]>
Parent has the repeating element, Top and bottom use top:0 and bottom:0.

Text goes in top and top has a higher z-index than bottom

Statistics: Posted by reggie — June 23rd, 2012, 7:33 pm


]]>
2012-06-22T04:55:00-06:00 http://poorshark.com/ThePub/viewtopic.php?t=437792&p=10309252#p10309252 <![CDATA[CSS Help]]>
I want a Dynamically expanding text box with images showing the start and end.

I figured the best way is split in to 3 slices, 1 containing the top, 1 containing the repeating image, One containing the bottom,

Text should run though all 3, So ive got 3 Divs and ive made a parent div for them looking similar to

<div id="newstext">
<div id="newstop"> </div>
<div id ="newsrept"> <div>
<div id="newsbottom"> <div>
</div>

With newstext set up with just a width, News top and bottom set up with width and height, And newsrept set up with min-height and a width.


Is this the best set up or is there some clever CSS Trick im missing ?

Edit:

I cant make it work any way i try

Photoshop output, I knew CSS was one of them languages i should learn better :(

Statistics: Posted by reggie — June 22nd, 2012, 4:55 am


]]>