osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

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. ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 10-27-2003, 10:32 AM
New Member
 
Join Date: Oct 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
moisea
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 10-27-2003, 11:56 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,078
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
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 Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 10-27-2003, 01:28 PM
New Member
 
Join Date: Oct 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
moisea
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 10-28-2003, 03:40 AM
Member
 
Join Date: Aug 2003
Location: Lost
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
WebMistress
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??!!~~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 10-30-2003, 11:28 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 01-07-2004, 03:27 PM
New Member
 
Join Date: Oct 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
moisea
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 01-08-2004, 06:59 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

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 On

Similar Threads

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


All times are GMT -8. The time now is 04:11 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax