ChrisJChrisJ Posted June 10, 2005 Share Posted June 10, 2005 Thanks for your repl. I've changed the infobox task bar colors, but the rounded corner parts of the task abr are still gray. Where, please, would I change these task bar end-pieces? The code would look like what? Thanks. Link to comment Share on other sites More sharing options...
Iggy Posted June 10, 2005 Share Posted June 10, 2005 It would look like a graphic. Try right clicking and viewing the properties of the corners. Iggy Everything's funny but nothing's a joke... Link to comment Share on other sites More sharing options...
♥Vger Posted June 10, 2005 Share Posted June 10, 2005 images/infobox Vger Link to comment Share on other sites More sharing options...
barb45684 Posted June 10, 2005 Share Posted June 10, 2005 images/infobox Vger <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
barb45684 Posted June 10, 2005 Share Posted June 10, 2005 images/infobox Vger <{POST_SNAPBACK}> I have the bars colors changed except the gray corners are still showing. Can I just remove the gray corners. When the page loads, it looks like the gray corners are just overlaying a straight bar. I can live with the straight bar. Can anyone tell me the code to remove to get rid of the gray corners, and where it is located? Thanks, Barbara King Link to comment Share on other sites More sharing options...
♥Vger Posted June 10, 2005 Share Posted June 10, 2005 The quickest way to get rid of the rounded corners is to open three of the four images in the images/infobox folder (leave the right_arrow.gif) in a graphics programme like Photoshop, create one new image in the same size with a transparent background and no content and save that one image in the same name as the three images. Upload the transparent gif images to your website in the images/infobox folder and the corner images will not appear because they are now transparent. The hard way to do it is to go to includes/boxes/ and open the file for each box in turn and where you see the code below: new infoBoxHeading($info_box_contents, true, true); change it to: new infoBoxHeading($info_box_contents, false, false); Vger Link to comment Share on other sites More sharing options...
barb45684 Posted June 10, 2005 Share Posted June 10, 2005 The quickest way to get rid of the rounded corners is to open three of the four images in the images/infobox folder (leave the right_arrow.gif) in a graphics programme like Photoshop, create one new image in the same size with a transparent background and no content and save that one image in the same name as the three images.? Upload the transparent gif images to your website in the images/infobox folder and the corner images will not appear because they are now transparent. The hard way to do it is to go to includes/boxes/ and open the file for each box in turn and where you see the code below: new infoBoxHeading($info_box_contents, true, true); change it to: new infoBoxHeading($info_box_contents, false, false); Vger <{POST_SNAPBACK}> Thanks so much, Barbara King Link to comment Share on other sites More sharing options...
ChrisJChrisJ Posted June 10, 2005 Author Share Posted June 10, 2005 The quickest way to get rid of the rounded corners is to open three of the four images in the images/infobox folder (leave the right_arrow.gif) in a graphics programme like Photoshop, create one new image in the same size with a transparent background and no content and save that one image in the same name as the three images. Upload the transparent gif images to your website in the images/infobox folder and the corner images will not appear because they are now transparent. The hard way to do it is to go to includes/boxes/ and open the file for each box in turn and where you see the code below: new infoBoxHeading($info_box_contents, true, true); change it to: new infoBoxHeading($info_box_contents, false, false); Vger <{POST_SNAPBACK}> In the box titled "New Products for June", on the main index page, what is the name of that box, in the includes/boxes folder? Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.