Mike Smith wrote:
> Temp site: http://www.grum.com/temp/j/index.html
> I have a div floated left and it's supposed to line up vertically
> with the div in the content area. It does just that in FF and
> Netscape9, but IE6 and IE7 have the left floated div a little higher
> than the content one
List,
Working on a site and all works as it should except for one area.
I have a div floated left and it's supposed to line up vertically with the
div in the content area. It does just that in FF and Netscape9, but IE6 and
IE7 have the left floated div a little higher than the content one.
Can a
Switch margin-left to padding-left?
On Dec 28, 2007 7:01 AM, Ross Hulford <[EMAIL PROTECTED]> wrote:
> I have done this and fixed it before but I cannot remember how I did it!
> At
> the moment my list steps in ie 6
>
> Item1
>Item2
>Item3
>
>
> The css
>
> #middleMenu li
thank you all for your recommendations. I willl follow through.
I must have looked at the line: "" a thousand times without seeing that style was
there twice.
Doreen Cowan
__
css-discuss [EMAIL PROTECTED]
http://www.css-discu
this works on mac, might need some checking for win and a little
editing to fit in right
http://www.w3.org/TR/html4/loose.dtd";>
Untitled
#menuh-container
{
width: 121px;
}
#menuh
{
font-size: 12px;
font-family: arial, helvetica, sans-serif;
width: 127px;
float:left;
margin:
Rebecca Richter wrote:
> The site I'm working on currently is www.montola.com. My problem is
> with my css "hover" and "active" states on the navigation menu in IE
> 6.
Make you 'ie6.css' styles look like this...
/* CSS Document */
#flashcontent {
margin-right: 0px;
padding-ri
Hi,
The site I'm working on currently is www.montola.com. My problem is with my
css "hover" and "active" states on the navigation menu in IE 6. Please check
IE 7 or FireFox to see how it should work. On mouseover, a yellow flower
(background image) should appear to the left of the list items, l
Hello all,
I am in search of someone who knows more about this stuff than me.
I have one CSS button that I want to just simply copy and paste inside
this table with image buttons.
But I am not having much luck. Here's the code:
conner huff
#menuh-container
{
width: 127px;
> On Behalf Of Karen Davis
>
> I'm wanting to add a drop shadow around a contentWrapper div and would
like
> to know which technique is superior.
> Any links to preferred tutorials would also be appreciated,
> as well as reasons for the recommendations.
This may help:
http://tjkdesign.com/article
hello,
basically, you have problems in your div(s)
simply this will work, add the following to your div(s):
- leftCol --> clear:left;
- rightCol --> float: left; width:537px;
Ibrahim
On Dec 28, 2007 9:59 PM, Big Moxy <[EMAIL PROTECTED]> wrote:
> I've never noticed this before. Ther
I've never noticed this before. There is an vertical order list on
http://www.barnettresolutions.com/about.php. When displayed on IE 7, the
numbers are indented. When displayed on FF, the numbers are outdented! I
looked up formatting for CSS and read that list-style-position:
outside is the de
Giuseppe Craparotta wrote:
> Georg,
>
> thank you very much, your tooltip code works amazingly well in all
> browsers apart from... Opera 9.10!, where the tooltip still looks
> terribly buggy and the position:static to the moves the "works"
> links in a improbable spot... Besides, in all brows
Goss Ito schrieb:
> Greetings
>
>
>
> I'm a rookie in CSS and I try to put up a portfolio site for a friend.
> I have a little problem with footer when page is not filling the full
> screen
>
> how can I manage to have either the footer always stick at the bottom of
> the screen or having the #foo
I have done this and fixed it before but I cannot remember how I did it! At
the moment my list steps in ie 6
Item1
Item2
Item3
The css
#middleMenu li a{
height:20px;
display:block;
float:left;
margin-left:20px;
font-size:11px;
text-decoration:none;
color:#FCEE21;
backgro
Greetings
I'm a rookie in CSS and I try to put up a portfolio site for a friend.
I have a little problem with footer when page is not filling the full
screen
how can I manage to have either the footer always stick at the bottom of
the screen or having the #footer to expand till the end of the
Georg,
thank you very much, your tooltip code works amazingly well in all
browsers apart from...
Opera 9.10!, where the tooltip still looks terribly buggy and the
position:static to the moves the "works" links in a improbable
spot... Besides, in all browsers apart from IE the tooltip is abrupl
>> I'm not sure why I can't figure this out. Is it difficult? See
>> example
>> at: http://test.zolx.com/test.cfm
>
> Get rid of the margin-left on .blockright as a first step.
Thanks. That was the key item I was missing.
_
On Dec 28, 2007, at 6:41 PM, Jim wrote:
> I'm generating a page with "blocks" of nested DIVs that I'd like
> layed out
> in two colums. The width of the blocks is fixed, but their height
> may be
> variable.
>
> I'd like to write them into the HTML source in numeric order (since
> it's
>
On Dec 28, 2007, at 6:41 PM, Jim wrote:
> I'm generating a page with "blocks" of nested DIVs that I'd like
> layed out
> in two colums. The width of the blocks is fixed, but their height
> may be
> variable.
>
> I'd like to write them into the HTML source in numeric order (since
> it's
>
On 12/28/07, Jim <[EMAIL PROTECTED]> wrote:
>
> I'm generating a page with "blocks" of nested DIVs that I'd like layed out
> in two colums.
>
> 1 2
> 3 4
> 5
>
> Have a look at http://freewebtown.com/pj_tess
the index is a simple unordered list add the layout is controlled by css.
___
I'm generating a page with "blocks" of nested DIVs that I'd like layed out
in two colums. The width of the blocks is fixed, but their height may be
variable.
I'd like to write them into the HTML source in numeric order (since it's
simplest):
1
2
3
4
5
and have them laid out:
1 2
3 4
5
I'm
Anthony Ettinger wrote:
> It works everywhere else (FF, Opera, Safari), but IE7 seems to not
> like the "?" in a url, and wraps it within a table cell.
Stay tuned to seeing other browsers behave that way, too. According to
Unicode line breaking rules, a break is permitted between a question
mar
Doreen Cowan wrote:
> first problem
> I have not been able to see my web page in vista or IE 7 although it works
> fine in I.E. 6. My present operating system is windows 2000.
>
> The doctype which I used was as follows.
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
>
> This
23 matches
Mail list logo