Menus and images

2 messages Options
Embed this post
Permalink
VJ22

Menus and images

Reply Threaded More More options
Print post
Permalink
Hello,

I am using simplicity presently for my application.....I have got  a set of 4 menus....

I also display a JFreechart along with a display tag to the right of the jfreechart...my chart width is 500 X 300

When I display the page the entire menu dissapears....I was wondering if there is any way to increase the width of the body as I can see that there is a gap to the left and right of the menu...I want to use the entire browser page and not restrict to the width of the page...hope this makes sense ..

any pointers ?

Tks...VJ
mraible

Re: Menus and images

Reply Threaded More More options
Print post
Permalink
You should be able to change the following in layout.css to change the
body width:

    div#page {
        width: 780px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

Matt

On 3/3/07, VJ22 <[hidden email]> wrote:

>
> Hello,
>
> I am using simplicity presently for my application.....I have got  a set of
> 4 menus....
>
> I also display a JFreechart along with a display tag to the right of the
> jfreechart...my chart width is 500 X 300
>
> When I display the page the entire menu dissapears....I was wondering if
> there is any way to increase the width of the body as I can see that there
> is a gap to the left and right of the menu...I want to use the entire
> browser page and not restrict to the width of the page...hope this makes
> sense ..
>
> any pointers ?
>
> Tks...VJ
> --
> View this message in context: http://www.nabble.com/Menus-and-images-tf3338468s2369.html#a9284929
> Sent from the AppFuse CSS mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]