CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: Date Entered: 1/8/2008 10:03:42 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 2 Views: 39 Favorited: 0 Favorite
3 Items, 1 Pages 1 |< << Go >> >|
Ec4ever
Asp.Net User
Question for Box1/8/2008 10:03:42 PM

0

Hi

I'm trying to add one of these boxes (http://www.schillmania.com/projects/dialog2/) to my project  but I can't figure out how to do so exactly. Also I wanted to add a news box like these http://www.456bereastreet.com/lab/newslist/  but I was looking for something better looking so If anyone knows of anything I would appreciate being told about it :)

mpaterson
Asp.Net User
Re: Question for Box1/9/2008 4:24:29 AM

0

I'm not sure about the second link but the first one is an image.


If everything happens for a reason what is the reason for this error?
Benson Yu - MSF
Asp.Net User
Re: Question for Box1/10/2008 6:07:43 AM

0

Hi Ec4ever,

mpaterson is correct, the ?box? shows in the first link is a png file which set as background image. In the second link, each ?box? is a <li> element whose parent element (<ul> with id="news") has applied corresponding style. Following is the html and the style about those "boxes".

<ul id="news">
 <li>
  <h4><a href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" mce_href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#">News Item 1</a></h4>
  <p>Nulla dictum. Praesent turpis libero, pretium in, pretium ac, malesuada sed, ligula.</p>
  <a href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" mce_href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" class="more" title="Continue reading News Item 1">Read more</a>
 </li>
 <li>
  <h4><a href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" mce_href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#">News Item 2</a></h4>
  <p>Nullam adipiscing dui blandit ipsum.</p>

  <a href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" mce_href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" class="more" title="Continue reading News Item 2">Read more</a>
 </li>
 <li class="arr">
  <h4><a href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" mce_href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#">News Item 3</a></h4>
  <p>Vivamus convallis tempus ante.</p>
  <a href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" mce_href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" class="more" title="Continue reading News Item 3">Read more</a>
 </li>
 <li class="arr">
  <h4><a href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" mce_href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#">News Item 4</a></h4>
  <p>Vivamus convallis tempus ante. Nullam adipiscing dui blandit ipsum.</p>
  <a href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" mce_href="http://forums.asp.net/AddPost.aspx?ReplyToPostID=2097801&Quote=False#" class="more" title="Continue reading News Item 4">Read more</a>
 </li>
</ul>

******************** style for the ?boxes?
 #news {
  margin:1em auto;
  padding:0;
  width:150px;
  font-size:0.94em;
  list-style:none;
 }
 #news li {
  background:url("box.gif") 0 100% no-repeat;
  padding:0 0 4px 0;
  margin:8px 0 0 0;
  display:block;
 }
 #news li p {
  background:#eaeaea;
  padding:1px 4px 0 7px;
  margin:0;
  border-left:14px solid #939393;
 }
 #news li.arr p {
  background:#eaeaea url("edge.gif") 0 50% repeat-y;
  padding-left:21px;
  border:0;
 }
 #news h4 {
  font-size:1em;
  line-height:1em;
  font-weight:bold;
  background:url("box.gif") 0 0 no-repeat;
  margin:0;
  padding:6px 4px 3px 21px;
 }
 #news li:hover {
  background-position:-150px 100%;
 }
 #news li:hover p {
  border-color:#2793ff;
 }
 #news li.arr:hover p {
  background-image:url("edge-h.gif");
 }
 #news li:hover h4 {
  background-position:-150px 0;
 }
 #news a:link {
  text-decoration:none;
  color:#000;
 }
 #news a:visited {
  text-decoration:none;
  color:#606;
 }
 #news a:hover {
  text-decoration:underline;
 }
 #news .more {
  line-height:1em;
  display:block;
  text-align:right;
  padding:0 18px 2px 21px;
  margin-top:4px;
  background:url("arrow.gif") 135px 50% no-repeat;
 }


Sincerely,
Benson Yu
Microsoft Online Community Support

Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Liturgical Question Box: Answers to Common Questions About the Modern Liturgy Authors: Peter J. Elliott, Pages: 189, Published: 1998
Patent It Yourself Authors: David Pressman, Pages: 572, Published: 2008
Building a Web Site for Dummies Authors: David A. Crowder, Rhonda Crowder, Pages: 384, Published: 2000
A Course in Language Teaching: Trainee Book Authors: Penny Ur, Pages: 142, Published: 1999
The Question-box Answers: Replies to Questions Received on Missions to Non-Catholics Authors: Bertrand Louis Conway, Pages: 609, Published: 1903
Children and Number: Difficulties in Learning Mathematics Authors: Martin Hughes, Pages: 208, Published: 1986

Web:
Question Box - All About Question Box "Question Box is an elegant shortcut to what (Question Box creator) Shuman ... " Question Box is a really good example of how the net can extend beyond the ...
Yahoo! Answers - Question box's Q&A profile Nov 6, 2006 ... Best answer. (User does not allow IM). Email Question box ... Question box does not have any Contacts at this time. ...
Question Box: the Internet for remote places, no literacy or ... The Question Box is a project from UC Berkeley's Rose Shuman to bring some of the benefits of the information on the Internet to places that ...
Brownstoner | Forum: The $29000 Question: Big Box Watch on ... The $29000 Question: Big Box Watch on Flatbush Ave. A couple of days ago the mystery was revealed: the new tenant in the space occupied for ...
Ask Your Blogging Questions Here Sep 3, 2007 ... So - the ‘question box’ is open. I can’t guarantee that I’ll answer them all - but I’ll attempt to get through as many as possible or to ...
Using Moodle: Embedded answers (cloze) question - text box size Embedded answers (cloze) question - text box size. by Eric Hagley - Monday, 13 October 2008, 08:25 AM. Many thanks to the people who have continued to put ...
question box strategies The anonymous nature of the question box may enable a student struggling with personal issues to raise these issues safely. Teachers can provide support to ...
question mark [email protected] Any high-impulse collision between the bottom of a question mark box and another object will result in the question mark box releasing either money or a ...
Mail Question-Msg Box says:"To view this page,.... - MacFixIt Forums #453370 - 14 minutes 7 seconds ago Mail Question-Msg Box says:"To view this page ,.... cabillings Online Mac User Registered: 10/05/01 Posts: 33 ...
Ask Heroes! Question Drop Box - 9th Wonders Boards This thread has been set up as a question "drop box". PLEASE NOTE: Once you submit your post, you will not be able to see or edit it. ...

Videos:
A HYPOTHETICAL QUESTION: THE BOX a hypothetical question about a box for ayone who feels like answering it. Imagine someone hands you a box. That box contains absolute proof that yo...
Re: A HYPOTHETICAL QUESTION: THE BOX The box cannot kill THExGrimmace.
Spinning Question Mark Box Here's a ? box from Mario. I made it from cardboard wrapping paper and spray-painted on the designs. You know you want to make one...
Outside the Box #90 (Transhumanism Special with guest Tom Horn) With the issue of 911, the police state, and the surveillance society at the forefront for many activists, there is a larger mystery lurking behind t...
Will it strike? That is the Question... CERIAL BOX Will it strike is where I take a STRIKE ANWHERE COOKS MATCH and see if it will strike on different objects, this episode we test out on a cerial box.
Mario Party Bowser, Princess Peach, Luigi, Mario, Toad and the Question Mark Box battle on Halloween! So funny!
From The Shadows Box 06 In Box 6.0, From the Shadows travels to Las Vegas to the world-famous DEFCON convention, the world’s largest annual gathering of hackers and security...
Eva, Aishwarya and Rachida At question box cannes 2008 Eva, Aishwarya and Rachida At question box cannes 2008
Tiger In Box: The Cure for the Common Question We at the TigerTV labs (and the rest of the hard-working folks here at TigerDirect) get so many queries, comments, and questions that we have to hire...
Tiger In Box: The Cure for the Common Question 10-23-07 We at the TigerTV labs (and the rest of the hard-working folks here at TigerDirect) get so many queries, comments, and questions that we have to hire...












how can linq help in building web applications?

what is the best resource for this? dnn or something else?

adding a (.msi) file to my web site.

ispostback question

caputring profile email address

background-image not rendering on masterpage

paypal help

how do i convert files to pdf?

input string was not in a correct format.

file download from aspx page design issue

logging errors into custom error page

problems with links on asp.net

how to link asp pages together with buttons????

uml step by step

need advance person help sql2000/membership provider

performance when refer to session object or variable

ajax question

aggregate function causes error 'cannot implicitly type object...'

app_code in vs.net 2005

using c# code in a vb.net web application

height and width in <asp:image> tag

what is the relations between serversize and serverlistenbacklog inside iis metabase setting?

general question

i need a code to count the vistors of my site

good user management interface?

dataset to generic.list(of myclass)

accessing global class

how to open multiple projects?

capturing jpg's from mpg file with code

secure, encrypted email

the right way to add styles?

how can i download a file

usercontrol

losing my session variables

browse directory

assigning extra information to all database table fields

localization - best practices? (repost)

limit the word from database show on repeater in asp.net using visual basic

how do i retrieve data from membership db

adding a column to a dataset + expression

dataset and sql parameters

arraylist find value of an element

creating a 'session'

wich one is perfect? asp.net or javascript

where to declare a global enum?

best way to add 2 custom properties to controls

how to create an online registration form?

saving long pages..

how to wrap long text (with no spaces, like a long url) in a label instead of expanding out of the boundary of the page or doing overflow: none

destructor .

 
Search This Site:

 
  Privacy | Contact Us
All Times Are GMT