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
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
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
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
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
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
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..
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
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.
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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.
}
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
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
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
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
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
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
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
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
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
___
> 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
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
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
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
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
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]
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
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/
>>
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
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
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
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
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
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.
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
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
48 matches
Mail list logo