Re: [css-d] Seperating behavior and style

2005-12-12 Thread Christian Montoya
On 12/13/05, Rakesh Pai <[EMAIL PROTECTED]> wrote: > I have no clue how I'm going to read the CSS file in JS. Can anyone help? I think you want to do what this person did: http://www.bobbyvandersluis.com/articles/dynamicCSS.php > PS. Sorry if this is off-topic. Can someone please point me to the

[css-d] Seperating behavior and style

2005-12-12 Thread Rakesh Pai
Hi Everyone, I'm in the process of building this page that has a lot of interactive elements. In partiular, I have a couple of "panes" that are expandable and collapsable, as per the reqirement. So, when you collapse the pane, the pane slides out of view using a neat lil animation (I vary widths i

Re: [css-d] Need help figuring out how to implement a page layout

2005-12-12 Thread Mike Soultanian
So, I was able to solve my problem by utilizing the following structure: content content content Like you said, I floated 1 and 2 to the left and then set the margin of 3 to the total fixed widths of 1 and 2 giving me fixed/fixed/liquid. If I want fixed/liquid/fixed, I float 1 to the left, 2 t

[css-d] Problem with

2005-12-12 Thread Laura Greenwood
Hello listbuds! Well, I'm making terrific progress on this site thanks to all of you! I have run into a weird thing that is causing me trouble in IE, but not FireFox. first, my files are at: http://ciswebs.smc.edu/cis51/greenwood_laura_lee/temp/index.htm css: http://ciswebs.smc.edu/cis51/greenwo

[css-d] Netscape 7.02 margin/padding problems?

2005-12-12 Thread Kristin Caulfield
To all, I'm having a problem with Netscape 7.02 and a layout I need to launch soon. It seems many people at my office are still using this version, so if I don't fix it, a lot of people will notice. I haven't noticed this problem in any other browser I have access to. I've mostly proofed

Re: [css-d] IE Mac check - problem with unordered list

2005-12-12 Thread Michael Hulse
On Dec 12, 2005, at 8:25 AM, Janet Lynn Ford wrote: > I've run into an IE Mac issue & was wondering if anyone has seen the > problem before and knows how to fix it. Yes! I hate IE/Mac because of that bug/weirdness... Anyway, here are some links: http://www.l-c-n.com/IE5tests/phantom-links/ Lin

Re: [css-d] links not clickable in Safari

2005-12-12 Thread Michael Hulse
On Dec 12, 2005, at 4:48 AM, Erik Visser wrote: > in this the links in the left column are not clickable in safari: > > http://www.bartbleijerveld.nl/ > http://www.bartbleijerveld.nl/css/skidoo_too.css > > anybody any idea how to solve this? They are clickable in the version of Safari I am using..

Re: [css-d] div background not showing in Firefox

2005-12-12 Thread Christian Montoya
On 12/12/05, Brian Funk <[EMAIL PROTECTED]> wrote: > Brian, I don't think you should use empty spans. They aren't invalid but Tidy warns that it's trimming empty spans, which means that when something like a span is completely empty, some browsers will render it and others might not. I think you

Re: [css-d] help with ie/mac

2005-12-12 Thread Michael Hulse
On Dec 12, 2005, at 8:52 AM, Emily Tarrant wrote: > A couple of people also raised some other valid points about the > design (sizing of text and boxes), so I will now go on to look at > those more closely. Hello, I was reminded of this Ruthsarian layout when I saw your site: http://webhost.

Re: [css-d] Trying to modify this CSS to show the menu and picture viewer

2005-12-12 Thread David Laakso
Laura Greenwood wrote: >...] >I got the picture viewer working well, >but I can't figure out how to get the right side menu working in the >structure I have. >Here's my basic structure >http://ciswebs.smc.edu/cis51/greenwood_laura_lee/temp_nov/index10.htm >the CSS is at >http://ciswebs.smc.edu/cis

[css-d] Compuserve 7.0

2005-12-12 Thread Josine Krant
Hello, My name is Josine Krant and I live in the Netherlands. This is my first posting here. I build my two-column forms with CSS and that works fine In IE6 and FF. http://212.203.14.56/ictb/test/pre-coursequestionnaire.htm http://212.203.14.56/ictb/test/ictb.css My American client uses the Compu

Re: [css-d] div background not showing in Firefox

2005-12-12 Thread Eric Ladner
Assigning div#sulliboard a height makes it show up in FF. I can see why that wouldn't show up in IE, but not sure about Opera. E On 12/12/05, Brian Funk <[EMAIL PROTECTED]> wrote: [snip] > div#subbillboard { > width: 798px; > background: url(image/sheetmusiccrop.jpg); > background-re

Re: [css-d] div background not showing in Firefox

2005-12-12 Thread CJ Larson
> Hi all. I'm much newbie. Been lurking for a while and > learned lots. Much appreciated. I got brave enough to > try my own stuff. Sure enough, I got stuck. Why > doesn't my background image show in Firefox, but shows > in Opera and IE6? > > html at: > http://www.members.shaw.ca/pianobyanna/index

[css-d] div background not showing in Firefox

2005-12-12 Thread Brian Funk
Hi all. I'm much newbie. Been lurking for a while and learned lots. Much appreciated. I got brave enough to try my own stuff. Sure enough, I got stuck. Why doesn't my background image show in Firefox, but shows in Opera and IE6? html at: http://www.members.shaw.ca/pianobyanna/index.html css at: h

[css-d] Layout Jumps when links are hovered over

2005-12-12 Thread Larry Winfrey
I am sure this has been discussed but I am wondering what could cause this. On my site when viewing with IE and hovering over links everything looks fine. But when I view the site with Firefox, the layout jumps around with each move over any link. Any help would be great. http://www.sprhs.com/i

[css-d] Problem with clearing in IE

2005-12-12 Thread Werner Hempel
Hello, I'm trying to do a simple three column layout, with two divs (#left and #right) floating left and right, and the #content-div with margins in between, and all three in a wrapper-div. The goal is to get equal height columns (with #content having another background-color than the two other

Re: [css-d] exploding div on text resize

2005-12-12 Thread Gunlaug Sørtun
Trevor Boult wrote: > Could some kind soul suggest a way I can stop my divs > moving/expanding/collapsing when text is re-sized. > http://www.ukagriculture.com/countryside/history_of_countryside/countryside_history.html > 1: do not use 'em' when defining width on containers. Dimensions in 'em' r

Re: [css-d] IE 6.0 WinXP left column not showing / crashes IE on window resize

2005-12-12 Thread Gunlaug Sørtun
I would normally write a somewhat shorter answer, and maybe give a "quick fix" or two. However, there seems to be so many who think 'hasLayout' is a /simple solution to a problem/, that I see the need for some clarification on the subject. 'hasLayout' *is* the problem with IE/win - not the other w

Re: [css-d] Notation

2005-12-12 Thread Adam Kuehn
Carlton Gregory wrote: > If I have a class defined for a table named "tclass" and that >table has headers, rows, and columns, [c]an I refer to all rows in >the above table in my CSS as > > .tclass tr That should work just fine. You would use a class on the row if you had some

[css-d] exploding div on text resize

2005-12-12 Thread Trevor Boult
Hi All, I've had my latest project escape and still have issues with font size being changed making my divs exploding, even making divs without text explode. I've followed some/most of the solutions so far so just need to sort out this last problem. Could some kind soul suggest a way I can sto

Re: [css-d] IE 6.0 WinXP left column not showing / crashes IE on window resize

2005-12-12 Thread Ingo Chao
Erik Visser wrote: > Ingo Chao wrote: >> You are pulling #middleColumn via negative margin-left to the left. IE >> needs position:relative to display it there, far out. >> > > this might fix it? #middleColumn needs position: relative, and it's dimensioned ancestor too: #innerColumnContainer to

Re: [css-d] IE 6.0 WinXP left column not showing / crashes IE on window resize

2005-12-12 Thread Erik Visser
Ingo Chao wrote: > Erik Visser wrote: >>Ingo Chao wrote: >>>Erik Visser wrote: http://www.bartbleijerveld.nl/ http://www.bartbleijerveld.nl/css/skidoo_too.css >>>Your footer script or whatever crashes IE when the window is diagonally >>>resized to 25%. >>> >> >>Thanks, I removed the conten

[css-d] Notation

2005-12-12 Thread Carlton Gregory
Hello, If I have a class defined for a table named "tclass" and that table has headers, rows, and columns Can I refer to all rows in the above table in my CSS as .tclass tr { Style, style style. }

Re: [css-d] IE 6.0 WinXP left column not showing / crashes IE on window resize

2005-12-12 Thread Ingo Chao
Erik Visser wrote: > Ingo Chao wrote: >> Erik Visser wrote: >>> http://www.bartbleijerveld.nl/ >>> http://www.bartbleijerveld.nl/css/skidoo_too.css >> >> Your footer script or whatever crashes IE when the window is diagonally >> resized to 25%. >> > > > Thanks, I removed the contents of the fote

Re: [css-d] IE 6.0 WinXP left column not showing / crashes IE on window resize

2005-12-12 Thread Erik Visser
Gunlaug Sørtun wrote: > Ingo Chao wrote: >>Erik Visser wrote: >> >>>http://www.bartbleijerveld.nl/ >>>http://www.bartbleijerveld.nl/css/skidoo_too.css > >>Your footer script or whatever crashes IE when the window is >>diagonally resized to 25%. > > That tendency to crash will be solved if the co

Re: [css-d] IE 6.0 WinXP left column not showing / crashes IE on window resize

2005-12-12 Thread Erik Visser
Ingo Chao wrote: > Erik Visser wrote: >>http://www.bartbleijerveld.nl/ >>http://www.bartbleijerveld.nl/css/skidoo_too.css > > > Your footer script or whatever crashes IE when the window is diagonally > resized to 25%. > Thanks, I removed the contents of the foter. Still the Left column isn't

[css-d] Opera9 TP1: peekaboo with relatively positioned elements in inline-block container

2005-12-12 Thread Ingo Chao
I really would like to use inline-block container with relatively positioned elements inside for a self-centering and wrapping image gallery. But Opera9TP1 shows this regression: When the container is scrolled out of the viewport and back, the relative positioned child vanishes. Minimal test c

Re: [css-d] help with ie/mac

2005-12-12 Thread Emily Tarrant
Michael Hulse wrote: >On Dec 11, 2005, at 10:38 AM, Emily Tarrant wrote: > > >>I'd be very grateful for any advice. I've tested it widely on PC and >>Mac >>and I think that IE/Mac is the only problem... >> >> > >Here is a real quick fix for IE/Mac... looks better in IE/Mac... Could >use a

[css-d] IE Mac check - problem with unordered list

2005-12-12 Thread Janet Lynn Ford
Hello to All, I've run into an IE Mac issue & was wondering if anyone has seen the problem before and knows how to fix it. I'm using a list (display: inline) for horizontal navigation: On the Mac, (which I viewed at Kinko's last night) the borders show up on the left of the page, while the links c

Re: [css-d] IE 6.0 WinXP left column not showing / crashes IE on window resize

2005-12-12 Thread Gunlaug Sørtun
Ingo Chao wrote: > Erik Visser wrote: > >> http://www.bartbleijerveld.nl/ >> http://www.bartbleijerveld.nl/css/skidoo_too.css > Your footer script or whatever crashes IE when the window is > diagonally resized to 25%. That tendency to crash will be solved if the correct wrapper get a 'hasLayout

Re: [css-d] database tabular data

2005-12-12 Thread Anastasios Angelidis
Pringle, Ron wrote: >>How do I layout css div's to display multi columm tablular >>data from a database. Up until now I've used tables within an >>asp loop, with or each row and for each column. >> >> >>Ideas for a css layout would really help. >> >>Regards >>Pete >> >> > >Pete- > >Your pr

Re: [css-d] IE 6.0 WinXP left column not showing / crashes IE on window resize

2005-12-12 Thread Ingo Chao
Erik Visser wrote: > http://www.bartbleijerveld.nl/ > http://www.bartbleijerveld.nl/css/skidoo_too.css Your footer script or whatever crashes IE when the window is diagonally resized to 25%. Ingo -- http://www.satzansatz.de/css.html ___

Re: [css-d] database tabular data

2005-12-12 Thread Pringle, Ron
> How do I layout css div's to display multi columm tablular > data from a database. Up until now I've used tables within an > asp loop, with or each row and for each column. > > > Ideas for a css layout would really help. > > Regards > Pete Pete- Your previous approach works just fine. T

Re: [css-d] IE check

2005-12-12 Thread Rahul Gonsalves
Hi Erwin: Erwin Heiser wrote: >Believe it or not but where I am now I don't have access to a PC. >I just got a mail today telling me there's a problem with the page below in IE. >Could someone please check this page for me in IE6 and send me a >screenshot and a possible suggestion why it's not di

[css-d] IE check

2005-12-12 Thread Erwin Heiser
Believe it or not but where I am now I don't have access to a PC. I just got a mail today telling me there's a problem with the page below in IE. Could someone please check this page for me in IE6 and send me a screenshot and a possible suggestion why it's not displaying as it does in Firefox and S

Re: [css-d] CSS only tooltip in IE appears below other elements

2005-12-12 Thread Jesper Brunholm
Hi Gunlaug, Ingo and CSS-d [somewhat delayed, I just got a message, that my message could not be posted because I had forgotten to send _from_ the correct emailaddress - my excuses for the delay! :-)] Gunlaug Sørtun <[EMAIL PROTECTED]>: [cut: position:relative on links problem] > Delete 'positi

[css-d] IE 6.0 WinXP left column not showing

2005-12-12 Thread Erik Visser
on this site the left column is not showing in IE6 WinXP http://www.bartbleijerveld.nl/ http://www.bartbleijerveld.nl/css/skidoo_too.css anybody any idea how to solve this? thanks, Erik __ css-discuss [EMAIL PROTECTED] http://ww

[css-d] links not clickable in Safari

2005-12-12 Thread Erik Visser
in this the links in the left column are not clickable in safari: http://www.bartbleijerveld.nl/ http://www.bartbleijerveld.nl/css/skidoo_too.css anybody any idea how to solve this? thanks, Erik __ css-discuss [EMAIL PROTECTED]

Re: [css-d] columns wont stretch down to the bottom of page

2005-12-12 Thread Erik Visser
Erik Visser wrote: > Schalk wrote: >>Erik Visser wrote: >>>Schalk wrote: >>> >>> Have a look here: http://www.themaninblue.com/writing/perspective/2005/08/29/ >>>I aready did. And it seems thast the columns stretch down but they >>>don't, Look here: >>> >>>http://beta.bartble

Re: [css-d] columns wont stretch down to the bottom of page

2005-12-12 Thread Erik Visser
Schalk wrote: > Erik Visser wrote: >> Schalk wrote: >> >> >>> Have a look here: >>> http://www.themaninblue.com/writing/perspective/2005/08/29/ >>> >>> >> >> I aready did. And it seems thast the columns stretch down but they >> don't, Look here: >> >> http://beta.bartbleijerveld.nl/t5050/ >>

Re: [css-d] columns wont stretch down to the bottom of page

2005-12-12 Thread Schalk
Erik Visser wrote: > Schalk wrote: > > >> Have a look here: >> http://www.themaninblue.com/writing/perspective/2005/08/29/ >> >> > > I aready did. And it seems thast the columns stretch down but they > don't, Look here: > > http://beta.bartbleijerveld.nl/t5050/ > > Erik I get a Forbidde

Re: [css-d] columns wont stretch down to the bottom of page

2005-12-12 Thread Rahul Gonsalves
Hi Erik: Erik Visser wrote: >Also another 2 column template with both columns streching down to the >bottom of the page/viewport (even if there's no cotent) and a footer >below these columns is welcome. > http://www.ampsoft.net/webdesign-l/making-web-pages-extend-to-bottom.html This is another l

Re: [css-d] columns wont stretch down to the bottom of page

2005-12-12 Thread Erik Visser
Schalk wrote: > > Have a look here: > http://www.themaninblue.com/writing/perspective/2005/08/29/ > I aready did. And it seems thast the columns stretch down but they don't, Look here: http://beta.bartbleijerveld.nl/t5050/ The red and the blue are the columns. I need them to stretch down beca

[css-d] partial [REPOST]: Layout problems: nav height

2005-12-12 Thread Rachael Beale
Dear List, Page: http://www.beale-family.net/beta/monitoring-simple.htm CSS: http://www.beale-family.net/beta/css/layout-simple.css I fixed the issue with the #centrecontent div, which turned out to be due to a simple validation error (duh...) - I had validated the CSS a few changes back, but obv

Re: [css-d] columns wont stretch down to the bottom of page

2005-12-12 Thread Schalk
Erik Visser wrote: > I'am makinjg a lay-out: > > http://beta.bartbleijerveld.nl/2t5050/ > http://beta.bartbleijerveld.nl/2t5050/css/skidoo_too.css > > What i'am trying to accomplisg > Is that the columns stretch down to the bottom of the page. Regardles if > there's content or not. > > I tried all

Re: [css-d] Hiding rules from FF1.07 on a Mac

2005-12-12 Thread Julian Voelcker
Hi Philippe, > If the problem still occurs, could you save the offending page as a > stand alone thing ? I could then build a simplified test case out of > it. Thanks. I'll see what I can do. I have hacked around the design a fair bit since then so am not sure what the outcome will be no.

[css-d] columns wont stretch down to the bottom of page

2005-12-12 Thread Erik Visser
I'am makinjg a lay-out: http://beta.bartbleijerveld.nl/2t5050/ http://beta.bartbleijerveld.nl/2t5050/css/skidoo_too.css What i'am trying to accomplisg Is that the columns stretch down to the bottom of the page. Regardles if there's content or not. I tried all sorts of combinations with height 10

[css-d] FW: RE: symmetry: Horizontal centering divs

2005-12-12 Thread Tony Martin
Bruno, Thank you very much for your reply. I have looked at the test pages on your site and they are very helpful (you have put a lot of work into these pages.). The centering solution you have there, (http://www.brunildo.org/test/shrink_center_3.html) does achieve what I wanted. I have run a