Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Divs overlapping?

Reply
Thread Tools

Divs overlapping?

 
 
brucie
Guest
Posts: n/a
 
      10-19-2004
In alt.html Deryck said:

> I dont suppose you have a fix/hack/kludge for the
> IE-doesnt-support-min-width problem do you Brucie?


never bothered looking for one. do people still use IE?


--


v o i c e s
 
Reply With Quote
 
 
 
 
T.J.
Guest
Posts: n/a
 
      10-19-2004

"Deryck" <> wrote in message
news:...
>
> "brucie" <****@usenetshit.info> wrote in message
> news:181mehxun16ve$....
>> In alt.html T.J. said:
>>
>>>> min-width:whatever; on the element you want to restrict.

>>

> I dont suppose you have a fix/hack/kludge for the
> IE-doesnt-support-min-width problem do you Brucie? One that doesnt
> involves javascript?
>
> Hoping,
>
>
> Deryck
>


Cheating I know ;o) but this works in IE
<img src="whiteline.jpg" height="0" width="550" alt="">


 
Reply With Quote
 
 
 
 
Robert Frost-Bridges
Guest
Posts: n/a
 
      10-19-2004
Deryck wrote:

>
> "brucie" <****@usenetshit.info> wrote in message
> news:181mehxun16ve$....
>> In alt.html T.J. said:
>>
>>>> min-width:whatever; on the element you want to restrict.

>>

> I dont suppose you have a fix/hack/kludge for the
> IE-doesnt-support-min-width problem do you Brucie? One that doesnt
> involves javascript?


There's one that goes along the lines of:

body {
width:500px;
}

html>body {
width:auto;
min-width:500px;
}

all to do with ie not recognising child selectors and treating width as
min-width. I can't say how effective it is though.

--
frostie
http://brightonfixedodds.net
 
Reply With Quote
 
Deryck
Guest
Posts: n/a
 
      10-20-2004

"brucie" <****@usenetshit.info> wrote in message
news:...
>
>> I dont suppose you have a fix/hack/kludge for the
>> IE-doesnt-support-min-width problem do you Brucie?

>
> never bothered looking for one. do people still use IE?
>

Fraid so, about 95% of them apparently


 
Reply With Quote
 
Deryck
Guest
Posts: n/a
 
      10-20-2004

"Robert Frost-Bridges" <> wrote in message
news:...
>
> There's one that goes along the lines of:
>
> body {
> width:500px;
> }
>
> html>body {
> width:auto;
> min-width:500px;
> }
>
> all to do with ie not recognising child selectors and treating width as
> min-width. I can't say how effective it is though.
>

Thanks Frostie. Yes Ive seen that one. I think it means that you lose the
functionality of width in IE though.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
swapping divs -- when divs NOT positioned absolutely.. maya Javascript 4 11-16-2007 05:11 PM
Managing divs within divs.... rich HTML 0 02-02-2006 07:38 PM
Nested DIVs - is there a better way? Guadala Harry ASP .Net 2 10-26-2004 07:30 PM
asp.net and divs mikieg_99 ASP .Net 6 07-30-2004 01:19 PM
Re: DIVs and overflow scroll bars S. Justin Gengo ASP .Net 0 07-18-2003 02:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57