Re: [css-d] IE unscrollable content bug

2006-02-06 Thread David Ross
Got it...thanks. > > > I posted a question on Friday and was told I might be > > experiencing the ie > > unscrollable content bug on this page: > > http://www.lowandtritt.com/new/communicate.html > > A solution could be to remove the top:205px on content-narrow, and get the > same result with pad

[css-d] IE unscrollable content bug

2006-02-06 Thread David Ross
I posted a question on Friday and was told I might be experiencing the ie unscrollable content bug on this page: http://www.lowandtritt.com/new/communicate.html Now, I have made a #container { position: relative; top: 0; left: 0; height: 1%; } and have put everything into this div. Still, the pc's

[css-d] No scrollbar at all in IE

2006-02-03 Thread David Ross
I have a weird problem which I've never encountered or heard of. I've been rebuilding a table site into css/xhtml. I use a mac so everything's been going great with the mac browsers. Then, I check on a pc IE6. A couple of pages where content is longer than the window there is no scrollbar at all. I

Re: [css-d] Myspace

2005-12-21 Thread David Ross
It's inline css, well the css that's within the actual tags is inline css.the other css is put into the head section...so, there's no link to a css file..it's all in the actual page. Inline css takes precedence over all other css styles so you can overrride their styles with your own. On 12/22

[css-d] Need a drop down menu to work with css sprites

2005-06-28 Thread David Ross
Hi all, I've been Googling this morning for samples/ideas/run-ins having to do with creating a css drop down VERTICAL menu that works with css sprites. If I can at least find a sample I can figure it out from there but have not been able to find one. alistapart is down this morning so can't look th