Re: [css-d] Horizontal navigation styling

2007-01-26 Thread Schalk
Robyn, I guess you can go one of two ways: Create two unordered lists and float them next to each other calling the one red and the other yellow: #red-nav, #red-nav ul { position:relative; float:left; } #yellow-nav, #yellow-nav ul { position:relative; float:left; } or,

[css-d] IE and menu trouble

2006-11-27 Thread Schalk Neethling
age. I have tried setting the ul to a z-index of 2000 with no luck. Any ideas? Thanks Schalk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/

Re: [css-d] sukckerfish over text

2006-10-22 Thread Schalk Neethling
Ross Hulford wrote: > Hi, > > IE does not like this for some reason. It is totallty ignoring it. > > > #nav li:hover ul > { > top:30px; > z-index:2000; > } > > > Is your javascript correct. I have never used the Son Of Suckerfish. > anyone else? > > Ross Yes, IE does not understand li:hover that i

[css-d] SOS almost there

2006-10-22 Thread Schalk Neethling
. Thanks! http://www.jcislord.org/index.php http://www.jcislord.org/templates/jcil/css/template_css.css http://www.jcislord.org/templates/jcil/css/ie.css All help appreciated. Schalk __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] drop down menu behind the letters

2006-10-20 Thread Schalk Neethling
Try removing the z-index from div#nav ul.level2. It fixed the problem in FF, did not test in IE. If it does not solve it in IE try giving the z-index an actual value and not auto, make it a very large number such as z-index:2000; HTH! Schalk ___

Re: [css-d] Strange behaviour in IE

2006-10-20 Thread Schalk Neethling
script that triggers the drop downs in IE. As far as the HTML that does not validate, this is due to the newsletter component in Joomla. It generates a whole bunch of invalid code. Schalk __ css-discuss [EMAIL PROT

Re: [css-d] MSIE 6 spacing problem

2006-10-20 Thread Schalk Neethling
display: block; padding: 0.2em 0.4em; color: white; margin-bottom: 0.2em; font-weight: bold; border: thin solid #806A40; text-decoration: none; } Have not tested it but I hope it helps. Schalk _

[css-d] Strange behaviour in IE

2006-10-20 Thread Schalk Neethling
Greetings everyone, Please have a look at http://www.jcislord.org/. As you will see when you hover over the top navigation it pushes the side bar away from the right edge by about 10px or so. Any ideas why this might be happening? Thanks! Schalk Neethling

[css-d] son of suckerfish problems

2006-10-19 Thread Schalk Neethling
er to the right instead of under the menu item. I am using left:auto; Any ideas? Thank you in advance. Kind Regards Schalk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http:

[css-d] left:auto problem in IE

2006-10-12 Thread Schalk
happening? Also, another strange IE quirk, when you hover over any of the top level nav elements the side-bar is moved a couple of pixels to the left away from the right hand border. Any ideas? Thank you in advance. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.Preside

Re: [css-d] list problemin IE

2006-09-23 Thread Schalk
francky wrote: > Schalk wrote: > >> Hey there Everyone, >> >> I am experiencing problems with a list of images in IE. In FF it is >> fine. It does list the images horizontally but, in IE each >> consecutive image seems to have a top margin of around 10

[css-d] list problemin IE

2006-09-23 Thread Schalk
Hey there Everyone, I am experiencing problems with a list of images in IE. In FF it is fine. It does list the images horizontally but, in IE each consecutive image seems to have a top margin of around 10px. Any ideas? Thanks! URL: www.pctaxpreparation.com -- Kind Regards Schalk Neethling

Re: [css-d] Firefox leaving big space

2006-06-19 Thread Schalk
oating any elements above the ? If so, try adding a clear:both rule to the h2 and see if that helps. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-d

Re: [css-d] html/css gallery

2006-05-15 Thread Schalk
lay.co.uk/menu/gallery.html -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/l

Re: [css-d] style sheet not linking

2006-04-26 Thread Schalk
__ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 > List wiki/FAQ -- http://css-discuss.incutio.com/ > Supporte

[css-d] pure css tooltips and IE

2006-04-26 Thread Schalk
mid=26, it does not work in IE. My css is located here:http://www.epda.cc/joomla/templates/epda/css/template_css.css Can someone see what I am missing or where I am going wrong? Thanks! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solutio

Re: [css-d] Making a list with two columns

2006-04-25 Thread Schalk
ting hub -- http://css-discuss.incutio.com/?page=IE7 > List wiki/FAQ -- http://css-discuss.incutio.com/ > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > > > -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Soluti

Re: [css-d] forcing a span right

2006-04-25 Thread Schalk
wrote: > Why not float it to the right. It is a little hard to know exactly > without some source code or more information about what you are doing. > > CSS something like: > > .span-floated-right {float: right:} > > Then the html: > > something in the span -- Kin

[css-d] forcing a span right

2006-04-25 Thread Schalk
Greetings All, Is there a way to force a to be aligned flush right, without using position:absolute, even if there is no content on the left ? http://www.epda.cc/joomla/index.php?option=com_content&task=view&id=42&Itemid=26 -- Kind Regards Schalk N

[css-d] image swap with css

2006-04-24 Thread Schalk
ight:136px; } a.kidscorner:visited:hover, a.kidscorner:hover { background:#e1e1e1 url('../images/widgets/kids_corner_over.gif') top right no-repeat; width:150px; height:136px; } Having a link for example Should this work? Or am I missing something? Thanks! -- Kind Regards

Re: [css-d] Full Height Column?

2006-04-23 Thread Schalk
tom of the left column and the middle and right columns are not > appearing at all. > > http://www.admentus.com/temp/index.cfm > > Thanks. > Have a look at this, it might help you out: http://themaninblue.com/experiment/footerStickAlt/ -- Kind Regards Schalk Neethling Web

Re: [css-d] drop shadow

2006-04-14 Thread Schalk
org -- http://www.evolt.org/help_support_evolt/ > > > -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http:/

Re: [css-d] Subject: Re: son of suckerfish problems, please help

2006-04-05 Thread Schalk
s Debbie, Setting the z-index to 2 and position to relative for #nav, #nav ul did the trick. Now I only wish I knew why this happened in the first place. Is it a known bug in IE? -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developer

[css-d] son of suckerfish problems, please help

2006-04-04 Thread Schalk
Hey there All! Please have a look at this page in IE: http://www.epda.cc/joomla/ Why is the technique from here: http://www.htmldog.com/articles/suckerfish/dropdowns/ not working? Any and all help appreciated. Thanks! -- Kind Regards Schalk Neethling Web

Re: [css-d] page check please - forgott

2006-02-21 Thread Schalk
Felix Miata wrote: > Schalk wrote Tue, 21 Feb 2006 16:29:16 +0200: > > >>>> http://www.volume4.com/fc/ >>>> http://www.volume4.com/fc/entry_archive.html >>>> > > >> On point 2: I agree with Felix and David here however,

Re: [css-d] Need help with CSS menu in IE6

2006-02-21 Thread Schalk
E 6. I'm sure > there's something > I'm missing. > > Here's a link to the > page: http://www.webdesignpartners.com/blackstock/index.html > > Thanks! > > Phil Have a look at this: http://www.alistapart.com/articles/horizdropdowns/ HTH

Re: [css-d] Content to footer divs and IE bullet problems

2006-02-21 Thread Schalk
Have not checked in IE. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listi

Re: [css-d] Content to footer divs and IE bullet problems

2006-02-21 Thread Schalk
ified bullet image, it looks good in > FireFox but in IE the bullets cling to the text, any ideas what I can > do to make it look like it does in FireFox. Greetings Stuart, As for number 1, check out this article: http://www.alistapart.com/articles/fauxcolumns/ -- Kind Regards Schalk Neeth

Re: [css-d] page check please

2006-02-21 Thread Schalk
David Laakso wrote: > Schalk wrote: >> believe I have sorted out all of the problems with these pages but, to >> make sure, I would appreciate it if I can get one last check done on the >> following two pages: >> www.volume4.com/fc/ >> www.volume4.com/fc/entry

[css-d] page check please

2006-02-21 Thread Schalk
www.volume4.com/fc/css/forms.css www.volume4.com/fc/css/ie.css Thanks! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Form Layout "how would *you* do this?" question...

2006-02-21 Thread Schalk
uld be anything on either side...multiple text boxes, just > text Greetings Les, Current I get a can't connect server error when trying to access the link. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers _

Re: [css-d] page check please

2006-02-20 Thread Schalk
Schalk wrote: > > > Christian Sahm wrote: >> Am 20.02.2006 um 17:10 schrieb Schalk: >> >> >>> Greetings All, >>> >>> Please have a look at the following pages: >>> http://www.volume4.com/fc/index.html >>> http://www.volume4

Re: [css-d] page check please

2006-02-20 Thread Schalk
CTED] > http://www.css-discuss.org/mailman/listinfo/css-d > IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 > List wiki/FAQ -- http://css-discuss.incutio.com/ > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > > > If you are offering t

Re: [css-d] page check please

2006-02-20 Thread Schalk
Christian Sahm wrote: > Am 20.02.2006 um 17:10 schrieb Schalk: > > >> Greetings All, >> >> Please have a look at the following pages: >> http://www.volume4.com/fc/index.html >> http://www.volume4.com/fc/entry_archive.html >> >> Let me know

[css-d] page check please

2006-02-20 Thread Schalk
Greetings All, Please have a look at the following pages: http://www.volume4.com/fc/index.html http://www.volume4.com/fc/entry_archive.html Let me know any problems you run into. I know IE6 has some bugs, the strangest for though is what happens in Opera. Thanks! -- Kind Regards Schalk

Re: [css-d] webpage centering

2006-01-20 Thread Schalk
this means it does center > it but it is 100% wide by default. > > Ah it seems you fixed it... > Yup! Thanks Christian! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers ___

[css-d] webpage centering

2006-01-20 Thread Schalk
the CSS: http://www.newmortgagefinder.co.uk/wildnet/css/default.css As you will see I have an #outer DIV that has it margins set to '0 auto;' but the page still does not center. Any help on this will be much appreciated. Thank you. -- Kind Regards Schalk Nee

[css-d] interesting google insight

2006-01-19 Thread Schalk
them properly. I am hoping that this is actually the cause and not what is stated by the people from Google. Thank you. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __

[css-d] Question about EM's

2005-12-19 Thread Schalk
o fill the screen at whatever resolution? Looking forward to everyones thoughts on this. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTE

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:

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

2005-12-12 Thread Schalk
ok here: http://www.themaninblue.com/writing/perspective/2005/08/29/ -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.c

Re: [css-d] Changing background color in UL or LI elements

2005-12-05 Thread Schalk
splay:block; background-color:#000; color:#fff; } HTH -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailm

Re: [css-d] footerStickyAlt implementation problem

2005-12-03 Thread Schalk
allow enough space for the footer to drag itself back into view. From TheManInBlue (http://www.themaninblue.com/writing/perspective/2005/08/29/) #footer { position: relative; margin-top: -7.5em; } HTH -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President

Re: [css-d] full height columns (even if there's no content)

2005-12-03 Thread Schalk
right) vertical lines > (borders). See: > > http://beta.bartbleijerveld.nl > http://beta.bartbleijerveld.nl/css/skidoo_too.css > > Erik Have a look here: http://www.themaninblue.com/writing/perspective/2005/08/29/ -- Kind Regards Schalk Neethling Web Develope

Re: [css-d] Calendar styling and site check

2005-12-03 Thread Schalk
errors and let us know if that helped with any of the problems you are experiencing. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED]

Re: [css-d] IE5 displays text as white

2005-12-01 Thread Schalk
e color changed > to white. With a white background, it of course > is not visible unless it is highlighted by the user. > > Greetings Matt My first thought would be to set p to black in the specific DIV/SPAN If this content is a DIV called #main-content then set: #main-conten

Re: [css-d] newbie: weird IE warning when using my CSS compliant page

2005-11-30 Thread Schalk
et the message when its run from the web? > but not entirely sure about that. > > > > Laura My first thought would be that you are using some javascript on this page as well. Or, maybe an ActiveX component? -- Kind Regards Schalk Neethling Web D

Re: [css-d] iframe background (add-on 2)

2005-11-26 Thread Schalk
Greetings Something I have forgotten, I do not have direct access to one particular iframe and need to apply this to all and any instance of an iframe. The iframe is generated by Joomla/Facile Forms. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

Re: [css-d] iframe background (add-on)

2005-11-26 Thread Schalk
Is there a way to control an iframe? If so, what are to options? I have read that in IE the iframe id windowless. At this point I would just like to know if there is a way to turn background:none in a least Firefox and the latest IE(i.e.6) Schalk wrote: > Greetings All > > Is there

[css-d] iframe background

2005-11-26 Thread Schalk
Greetings All Is there a way to turn the background of an iframe off without turning it off the same background on the html, body? -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers

Re: [css-d] almost there, can i have a site check please

2005-11-24 Thread Schalk
s Mark Looks fine to me in IE 6.0 and Opera 8.0 WinXP service pack 2. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://

Re: [css-d] Three parallel blocks and text wrapping

2005-11-24 Thread Schalk
OR XHTML Some text Some text Some text #wrapper { width:300px; // or whatever your width needs to be } .block { position:relative; float:left; width:100px; } Somebody correct me if I am in error. -- Kind Regards Schalk Neethling Web Developer.Designer.Prog

Re: [css-d] Problems with width

2005-11-24 Thread Schalk Neethling
nd you add padding:10px; the actual width of this div is now 800px; What you need to do is subtract the padding amount from the width: #layer { width:760px; padding:10px } Now the DIV layer is 780px in width. HTH -- Kind Regards Schalk Neethling Web Developer.Designer.Program

Re: [css-d] Undesired image border

2005-11-24 Thread Schalk
x27;t know why). > > Greetings Mario Add this to your css: #logo img { border:0; } -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [E

Re: [css-d] IE line wrapping problem

2005-11-24 Thread Schalk
Gunlaug Sørtun wrote: > Schalk wrote: > >> I do not know, I will keep playing around with some of the widths >> etc. Somewhere in there I am going wrong or missing something. >> > > Maybe 'dealer portal' is the simplest solution? > > An equal

Re: [css-d] IE line wrapping problem

2005-11-23 Thread Schalk
David Laakso wrote: > Schalk wrote: > >> David Laakso wrote: >> >>>> >>> Either you have fixed this, or I am out to lunch. The problem you >>> are experiencing with fonts in ie is the extreme font-size bug: >>> This corrects it: >>&g

Re: [css-d] I can never learn this - how do I center a part of my page

2005-11-23 Thread Schalk
div and set it to center as such: Then #outer { margin:0 auto; width:750px; // or what the size is you require. } -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers _

Re: [css-d] IE line wrapping problem

2005-11-23 Thread Schalk
David Laakso wrote: > Schalk wrote: > >> Greetings All >> >> Please have a look at the following site in IE: www.volume4.com/scq/ >> >> You will see that the last line 'dealer portal' wraps to two lines. >> Why is this? I have tried a variety

Re: [css-d] Faux column behaviour

2005-11-23 Thread Schalk
David Laakso wrote: > Schalk wrote: > >> Greetings All >> >> I believe I have got the footers on the site to stick to the bottom >> using the technique of footerStickAlt but now my faux column graphic >> is not being repeated up to the footer anymore. >

[css-d] IE line wrapping problem

2005-11-23 Thread Schalk
.css forms: www.volume4.com/scq/css/forms.css landing: www.volume4.com/scq/css/landing.css IE specific default: www.volume4.com/scq/css/ie.css In Firefox I do not experience this problem. Thanks! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.

[css-d] Faux column behaviour

2005-11-23 Thread Schalk
&Itemid=1 Let me know where I am going wrong. Thank you! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.css-discuss

Re: [css-d] IE overlapping

2005-11-22 Thread Schalk
> >You might try moving the clearfooter div up into >the content-container div. If that doesn't do it, >send a pointer to your css file. > >-Ann > Thanks Ann. I actually did not need to move it up but, add it to all of the pages duh! Stupid me :) -- Kind

[css-d] IE overlapping

2005-11-22 Thread Schalk
Greetings All Please have a look at the following site: www.volume4.com/oxfordprice/ in IE. On some of the pages the content overlaps the footer. In Firefox everything seems fine. Any ideas? Thank you in advance. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President

Re: [css-d] Image Boundaries in Firefox?

2005-11-20 Thread Schalk
3AA } > >as shown on http://www.fileh.com/kungfujoe/halloween/2005/index.html > > > -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discu

[css-d] mn-width in IE

2005-11-16 Thread Schalk
displays the same behavior as IE? Site: www.volume4.com/tc/ CSS:www.volume4.com/tc/css/default.css IE specific: www.volume4.com/tc/css/ie.css Thank you all. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers

[css-d] site check please

2005-11-16 Thread Schalk
Greetings All Hopefully this will be the last request for a review of this site: www.volume4.com/tc/ Thank you all in advance. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers

[css-d] site check please

2005-11-15 Thread Schalk
Greetings All Please have a look at: www.volume4.com/tc/ One problem I am aware of and would like suggestions on is the top navigation. In Firefox it is perfect but, in IE the padding, margin, background color etc. is totally wrong. Thanks! -- Kind Regards Schalk Neethling Web

[css-d] ul li IE madness

2005-11-14 Thread Schalk
! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

[css-d] page check request

2005-11-14 Thread Schalk
Greetings All Please check the following page: www.volume4.com/scq/ in the following browsers: PC: IE 5.5+, Firefox - MAC: Safari 2.0, Firefox Thanks! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers

Re: [css-d] Hover problem

2005-11-12 Thread Schalk
Thanks Donna I will try this. Let's see if anyone else has some additional advise as well. Working within the Joomla framework is not always a pleasure :( Donna Casey wrote: >Schalk wrote: > > >>Greetings All >> >>Please have a look at the following site

[css-d] Hover problem

2005-11-12 Thread Schalk
Greetings All Please have a look at the following site: http://elpasoreading.us/joomla/ For some reason the :hover state does not fill the entire area, in Firefox, have not checked in IE. Can someone see why not? What am I missing here? Thank you in advance. -- Kind Regards Schalk Neethling

[css-d] nested ul question

2005-11-01 Thread Schalk
tion li ul { position:relative; top:0; display:none; } #navigation li:hover ul { display:block; } Thanks in advance. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.

Re: [css-d] ids for XHTML radio buttons

2005-10-26 Thread Schalk
css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Kind Regards Schalk Neethling Web Developer.Designer.P

[css-d] Site check please - First Draft

2005-10-26 Thread Schalk
their containing div. I have read the article on Complex Spiral with regards to this 'piercing' and tried what is suggested there but it does not seem that this is the cause of the problem. All pointers, help and advice appreciated. Thank you. -- Kind Regards Schalk Nee

Re: [css-d] Directory of well designed css sites

2005-10-25 Thread Schalk
://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers

Re: [css-d] background not strectching and other IE/Firefox differences

2005-10-24 Thread Schalk
Greetings All Can anyone see what is going wrong here? Please, even if I overlooked something simple, let mew know. Thank you in advance. Schalk Neethling wrote: Greetings All Please have a look at the following page: http://www.volume4.com/oxfordprice/contact/index.html In Firefox the

Re: [css-d] 3 Col Problem in IE 6

2005-10-24 Thread Schalk
__ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President

Re: [css-d] footers that stick to the bottom of the window (re-post)

2005-10-24 Thread Schalk Neethling
/ -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers emotionalize.conceptualize.visualize.realize Landlines Tel: +27125468436 US Tel: (440) 499-5484 Fax: +27125468436 Web email:[EMAIL PROTECTED] Global: www.volume4.com Messenger

Re: [css-d] background not strectching and other IE/Firefox differences

2005-10-24 Thread Schalk
My apologies for the double post, it did not seem to go through the first time. Schalk Neethling wrote: Greetings All Please have a look at the following page: http://www.volume4.com/oxfordprice/contact/index.html In Firefox the white background, which is a small white faux columns

[css-d] background not strectching and other IE/Firefox differences

2005-10-24 Thread Schalk
though. In IE, the white does stretch all the way to the footer but here, the contact form on the right hand side overlaps the footer. Any pointer with regards to these two issues will be much appreciated. Thank you. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President

Re: [css-d] rounded corners doubts

2005-10-24 Thread Schalk
___ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.Presid

[css-d] background not strectching and other IE/Firefox differences

2005-10-24 Thread Schalk Neethling
though. In IE, the white does stretch all the way to the footer but here, the contact form on the right hand side overlaps the footer. Any pointer with regards to these two issues will be much appreciated. Thank you. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

[css-d] General Question

2005-10-18 Thread Schalk
? TYIA (thank you in advance) -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] rounded corners

2005-10-13 Thread Schalk
http://www.evolt.org/help_support_evolt/ -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d L

Re: [css-d] link behaviour in IE

2005-10-03 Thread Schalk Neethling
t in Firefox especially on the page that links from the Article Review link. Schalk Neethling __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/

[css-d] link behaviour in IE

2005-10-03 Thread Schalk
cle Review link. Thank you all in advance. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/list

[css-d] left nav quirk

2005-10-03 Thread Schalk
/template_css.css Thanks! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] IE Problem (with valid code)

2005-09-07 Thread Schalk
-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

[css-d] List problems

2005-08-18 Thread Schalk
Greetings All! Does anyone know why the list was down for the past three days or so? -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL

[css-d] Site check please

2005-08-18 Thread Schalk
Greetings All! Please review the following site: http://tinyurl.com/8w2lj Let me know any and all problems you experience. Thanks! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers

[css-d] Site check please

2005-08-18 Thread Schalk Neethling
Greetings All! Please take a look at the following URL and let me know any problems that come up. Thank you. *http://tinyurl.com/8w2lj* -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers

Re: [css-d] Content/Footer problem - Not footer stick problem

2005-08-18 Thread Schalk
Michael Yes, it turned out I was applying faux columns to the wrong DIV. Michael Landis wrote: On 8/15/05, Schalk <[EMAIL PROTECTED]> wrote: Greetings All! Can someone please have a look at the following page: http://tinyurl.com/8w2lj I got the footer to stick to the bottom but no

[css-d] Content/Footer problem - Not footer stick problem

2005-08-15 Thread Schalk
Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] IE hover problems vol.2

2005-08-12 Thread Schalk
Marcel Do you intend to have the dark green :hover color extend past the boxes outlines? It does this in FF so this is why I am asking. In IE the box expands with the darker green :hover color. Marcel Pociot wrote: Hey guys... IE is driving me crazy.. Thanks to Schalk I managed to get the

Re: [css-d] IE - hover probs

2005-08-10 Thread Schalk
IE 6 starts making trouble. But IE only allows :hover pseudo classes for tags which looks horrible because of the different text length. Is there any way that I can get sort of the same effect of li:hover for IE? -- Kind Regards Schalk Neethling Web

Re: [css-d] Repost: Ghost In the Box difficulties

2005-08-08 Thread Schalk Neethling
iated. [1] http://css-discuss.incutio.com/?page=GhostInTheBox [2] http://www.rhapsodic.org/dream/test.php [3] http://tagsoup.com/-dev/null-/css/fixed/bottom/0-0-0 -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Devel

Re: [css-d] How 'bout this one?

2005-08-08 Thread Schalk
discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.Presid

Re: [css-d] Newbie Needs help!

2005-08-08 Thread Schalk
ndows! How would I write the nav with divs, rather than a list? On Aug 8, 2005, at 2:14PM, Sam Leathers wrote: -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers _

Re: [css-d] IE and Firefox problems

2005-08-08 Thread Schalk Neethling
Martin Thanks for the info. Martin Heiden wrote: Schalk, Also in Firefox when hovering over the items in the main navigation that has fly out menus, the menus fly out fine but when trying to move over the the links in the fly out it causes a jumping of the leader board and/or the nav

[css-d] IE and Firefox problems

2005-08-08 Thread Schalk Neethling
loading problem is not evident but the problem here is that the fly outs do not appear at all but, the same code works correctly on all other pages. Any help or pointers will be much appreciated. Thanks! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

  1   2   >