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,
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/
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
. 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
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
___
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
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
_
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
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:
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
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
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
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
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
__
> 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
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
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
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
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
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
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
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:/
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
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
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,
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
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
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
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
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
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
_
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
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
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
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
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
___
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
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
__
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
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:
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
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
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
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
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]
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
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
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
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
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
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://
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
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
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
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
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
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
_
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
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
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.
&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
>
>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
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
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
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
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
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
!
--
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
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
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
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
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.
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
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
://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
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
__
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
/
--
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
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
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
___
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
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
?
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
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
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/
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
/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
-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
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
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
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
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
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
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
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
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
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
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
_
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
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 - 100 of 149 matches
Mail list logo