osCmax v2.5 User Manual
Results 1 to 7 of 7

boxes and CSS

This is a discussion on boxes and CSS within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; hello i posted earlier but still did not get a response, however i am not willing to give it up. ...

      
  1. #1
    New Member
    Join Date
    Oct 2003
    Posts
    5
    Rep Power
    0


    Default boxes and CSS

    hello
    i posted earlier but still did not get a response, however i am not willing to give it up. i have a nother problem that i am still trying to solve as well and i hope i will get some answers from this forum. the problem is i am trying to get my boxes displayed like in http://www.movion.com/demo/catalog/default.php but nothing.
    has someone got an idea on how to get the boxes on the left and right column dispalyed in the same manner? help me please!
    many thanks.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    Be more specific. I don't see anything special about that site. It looks like they just added a background graphic...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Oct 2003
    Posts
    5
    Rep Power
    0


    Default

    hello msasek,
    what i want to know is how to use CSS to make boxes like on movion. ie they are not straight, one side of the boxes have all a bit of shadow on the right for boxes on the right columns and left side for the left side boxes.
    i hope this might be helpful.

  4. #4
    Member
    Join Date
    Aug 2003
    Location
    Lost
    Posts
    65
    Rep Power
    0


    Default

    That messes with my eyes bad. I wouldn't like that on my site personally, and it would seem to be a bit of a distraction, in my opinion.

    Though it is possible they just added a graphic to the bottom, not necessarily used CSS.
    ~~!!It did WHAT??!!~~

  5. #5
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    Are you talking about the little ".:" thing besides the infobox titles...

    Looks like they change a few graphics in :
    catalog/images/infobox/

    corner_left.gif
    corner_right.gif
    corner_right_left.gif

    and in left they put the ".:" and change the background colour.

    then in all files of /catalog/includes/boxes/*.php

    look for a line simular to:

    new infoBoxHeading($info_box_contents, true, false);

    Change so it say as above in bold.

    Header background colour is done via CSS.


    Good Luck

  6. #6
    New Member
    Join Date
    Oct 2003
    Posts
    5
    Rep Power
    0


    Default

    Quote Originally Posted by jpf
    Are you talking about the little ".:" thing besides the infobox titles...

    Looks like they change a few graphics in :
    catalog/images/infobox/

    corner_left.gif
    corner_right.gif
    corner_right_left.gif

    and in left they put the ".:" and change the background colour.

    then in all files of /catalog/includes/boxes/*.php

    look for a line simular to:

    new infoBoxHeading($info_box_contents, true, false);

    Change so it say as above in bold.

    Header background colour is done via CSS.


    Good Luck
    hello jpf,
    thanks for your reply, it getting more clear to me, however, i dont understand this sentence "and in left they put the ".:" and change the background colour. " how do i do that? and also the shadow is at the bottom of the boxes why would i have to use "new infoBoxHeading($info_box_contents, true, false);"
    please help me been a long time and i am still struggling with it.
    many thanks.

  7. #7
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    Have you looked at there code - on the BOTTOM of each infobox they have a little GREY swosh (http://www.movion.com/demo/catalog/images/boxes/r.gif or l.gif)

    Code:
    <TR>
    <TD>
    <IMG SRC="images/boxes/r.gif" WIDTH=173 HEIGHT=5></TD>
    </TR>
    More than likely they added a little "if statement" on the bottom of there draw infobox fuction. IF leftcolum then dispaly l.gif if rightcolum then display r.gif

Similar Threads

  1. change boxes background color now have double boxes
    By ANNIE11 in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 08-22-2005, 07:16 PM
  2. How do you add boxes in this version?
    By lem in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 07-15-2005, 11:45 AM
  3. I need to put two <br>s after the boxes on the right -
    By sasjamal in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 04-27-2004, 01:40 PM
  4. Help on boxes
    By noppie in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 07-21-2003, 08:15 PM
  5. Need Help With Boxes
    By David717 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 04-05-2003, 08:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •