General Community > WebsiteBaker Website Showcase

Finally Settled on a CMS for My Personal Site

<< < (2/3) > >>

kweitzel:
The "backwards" menu comes with the float:right;" of the CSS ... you could either float the containing DIV instead of the LI's or put the pages backwards in the page administration ;-)

The scrollbar comes with the content ... if the content is even 1 px longer than the available space, it comes up. A bit of content optimisation required there.

cheers

Klaus

ProSam:

--- Quote from: kweitzel on June 22, 2007, 07:39:09 PM ---The scrollbar comes with the content ... if the content is even 1 px longer than the available space, it comes up. A bit of content optimisation required there.

--- End quote ---
Sorry Klaus but you are mistaken.

As I mentioned, and is shown in the image above. Before I added the styles grid8400 suggested there were no Blank scroll bars in eitherIE7 or FF2. As soon as I added the styles the Blank Scroll bar appeared. The styles did get rid of the annoying horizontal scroll bars but at somewhat of a price. I do not like that blank scroll bar at all.

Here is a full image of the before and after shots.

With the style you see and empty scroll bar


Without the styles there is no scroll bar and what you see is the actual content in the container.


And this is what the scroll bar looks like when it actually has to scroll


In regards to the menu, why would the float put the menu items in reverse order? I don't get it.

ProSam:

--- Quote from: kweitzel on June 22, 2007, 07:39:09 PM ---The "backwards" menu comes with the float:right;" of the CSS ... you could either float the containing DIV instead of the LI's or put the pages backwards in the page administration ;-)

--- End quote ---

I tried reordering the menu in the admin, that worked but it also made my Contact page the homepage. Not good.

But putting the float on the containing div fixed it. Thanks Klaus.

GRID8400:

If the content fits in the declareded space you can use:

overflow-y: auto;

Scrollbar only shows up when needed then ...

(i believe.. i think.. not really sure hahahahaha :)

ProSam:

--- Quote from: grid8400 on June 22, 2007, 10:06:15 PM ---overflow-y: auto;

--- End quote ---

that did it. thanks man

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version