Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pelsar

macrumors regular
Original poster
Apr 29, 2008
180
0
israel
the plan is that the text should float about the "div" that has a white background...but it doesn't show up anywhere that i can see:

http://www.spinnerdesign.co.il/_clients/temp/portfolio.html

click on the first line (alvarion) and its opens up. the text should show up on the left side, its in a div called:

#apDiv1 {
position:relative;
left:0px;
top:0px;
width:250px;
height:350px;
z-index:1000;
visibility: visible;

any help would be appreciated......
 
First thing I see is that it is inheriting this CSS:

Code:
#portfolio div {
    height: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

I changed the height to 100px and it shows the text. It breaks the page but the test is there. It looks like you have a few CSS issues to iron out.
 
thanks..at least that gives me direction (and yes i have a "few" issues to workout....)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.