|
Posted by Beauregard T. Shagnasty on 09/09/06 23:54
Luigi Donatello Asero wrote:
> "Beauregard T. Shagnasty" <a.nony.mous@example.invalid> wrote:
>> dorayme wrote:
>>
>>> It was very hard to see things in the CSS in FF (FF has this
>>> annoying limit on the width of the "Edit CSS" col... It would be
>>> nice to be able to widen it more. That at least is the situation on
>>> the Mac version.
>>
>> Are you using Chris Pederick's Web Developer Toolbar? The Edit CSS
>> panel is stretchable. Drag the border wider, the one next to the
>> displayed page.
>>
>> But for Luigi's page, you probably need a wide-screen monitor. <g>
>
> For
> https://www.scaiecat-spa-gigi.com/it/svezia.html ?
> Why?
http://k75s.home.att.net/show/svezia.jpg
Notice the scrollbar in the left pane. That is because some of your
selectors were composed with no line feeds, like:
#informazioni-generali.subsubsection or
#arredamento-articoli-da-regalo.subsubsection
...which is 270 characters wide.
You are saving only a few bytes by not placing each attribute on a
separate line, but you make the whole sheet a troubleshooting nightmare.
[dorayme:]
> It is draggable but it reaches a miserable max width on my Mac
Yes, same in any version... most of the time it's not necessary to go
wider that its maximum. Except for Luigi's, of course.
--
-bts
-Motorcycles defy gravity; cars just suck.
[Back to original message]
|