Wrox Programmer Forums
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 7th, 2007, 10:08 AM
Authorized User
 
Join Date: Feb 2007
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default Css/Html for side frame

Greetings,

    Hi all! I have a problem on constructing table format for side frame.?Can somebody tell me how to use UL/OL/LH in formating type/options for paragraphs on side frame that will give an arrow??I have tried 'disc','circle','square' before but cannot make arrows as the web displayed.www.oneworld.net.

    Further, could i also know how to make those news highlights in photoshop/other media means as well as the nice table outline in the side frame?? Many thanks for all!


Best regards


Newbie
 
Old March 7th, 2007, 12:08 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

The arrow is an image.
http://www.oneworld.net/sitedesign/o...images/dot.gif

From their style sheet:
Code:
ul.short_article_list {
    list-style: url(/sitedesign/oneworld/images/dot.gif) circle;


I think you can find some more ideas here.
http://css.maxdesign.com.au/listamatic/

--
http://yupapa.com
 
Old March 7th, 2007, 12:15 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Misssed this.
Quote:
quote:
    Further, could i also know how to make those news highlights in photoshop/other media means

The change of text color? No photoshopping neeeded. :)
http://www.w3.org/TR/CSS2/selector.h...pseudo-classes

Quote:
quote:as well as the nice table outline in the side frame??
Background color and borders.
http://www.w3.org/TR/CSS2/colors.html#q2
http://www.w3.org/TR/CSS2/box.html#border-properties

--
http://yupapa.com
 
Old March 7th, 2007, 03:18 PM
Authorized User
 
Join Date: Feb 2007
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Many thanks Meow,

      I think I might have misled you for the "news highlights"! I mean the graphic highlights (as well as the underline) for news topics e.g. '>> Opinion and Analysis', '>> Take Action' and '>> Today's Top Stories'. Did all the graphics make by photoshop and how? How did the text get changed? By image changing or other means? Thanks for your help and reples.


Best regards


Newbie
 
Old March 7th, 2007, 03:35 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

In the menu to the left? That's what I meant too. I don't see any graphics?

The underline is a border. The text color change with CSS :hover.



--
http://yupapa.com
 
Old March 7th, 2007, 11:04 PM
Authorized User
 
Join Date: Feb 2007
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Many thanks Meow!


Best regards

Newbie





Similar Threads
Thread Thread Starter Forum Replies Last Post
frame html just partialy luespi2006 HTML Code Clinic 1 April 22nd, 2008 05:11 PM
Server side fonts? CSS socoolbrewster CSS Cascading Style Sheets 2 January 5th, 2007 09:44 AM
How to run a client-side .exe in the ASP.NET frame Martyn ADO.NET 1 July 17th, 2004 12:12 AM
Capturing HTML Source from a Frame allok VB How-To 0 May 29th, 2004 02:48 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.