Arwen-Undomiel.com
http://www.arwen-undomiel.com/forum/

Quick Question
http://www.arwen-undomiel.com/forum/viewtopic.php?f=27&t=9829
Page 1 of 1

Author:  keyodie [ July 21st, 2006, 7:43 pm ]
Post subject:  Quick Question

Is it possible to change the style for one particular table? Like, right now, I have hover (links) set to a bigger size than the normal text, but for the brushes page, I have a list, so all of the text jumps around whenever I put my mouse over something. I was wondering how I could change little things like that for that particular table if it's possible.

Thanks! :)

Author:  The Grey Pilgrim [ July 22nd, 2006, 9:39 am ]
Post subject: 

Try something like this:

Code:
<style type="text/css">
<!--
a:link {STYLE INFO}
a:visited {STYLE INFO}
a:active {STYLE INFO}
a:hover {STYLE INFO}

a.smaller:link {STYLE INFO}
a.smaller:visited {STYLE INFO}
a.smaller:active {STYLE INFO}
a.smaller:hover {STYLE INFO}
-->
</style>

<table class="smaller">
TABLE CONTENTS
</table>

Author:  keyodie [ July 22nd, 2006, 11:21 am ]
Post subject: 

Hmm...it doesn't work. :( I'm probably doing something wrong though.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<head>

<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL:  http://fineline.xs.mw -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=255,height=95,left = 384.5,top = 336.5');");
}
// End -->
</script>

<meta http-equiv="imagetoolbar" content="no">

<TITLE>Between the Rain Drops</TITLE>
<META NAME="description" CONTENT="A website (with a forum) for graphic designers (preferably photoshop users) with goodies such as textures, brushes and tutorials.">
<META NAME="keywords" CONTENT="graphics, photoshop, textures, brushes, tutorials, forum, art">
<META NAME="author" CONTENT="Melissa">

<link href="style2.css" rel="stylesheet" type="text/css">

</head>

<body>

<body topmargin="0" leftmargin="0" rightmargin="0">
<body bgcolor="#000000" background="images/layout/background.jpg" bgproperties="repeat">
<img src="images/layout/header.jpg" border="0" height="500" width="750">

<div style="position:absolute; top:450; left:547; filter:alpha(opacity=100)">
<table class="smaller" width="165" style="border:0"></div><tr><td>
<center>Navigation</center></td></tr><tr><td>
<center><a href="????">Home</a></center></td></tr><tr><td>
<center><a href="????">My Stuff</a></center></td></tr><tr><td>
<center><a href="????">Sitely</a></center></td></tr><tr><td>
<center><a href="????">Goodies</a></center></td></tr><tr><td>
<center><a href="????">About Me</a></center></td></tr><tr><td>
<center><a href="????" target="_blank">Forum</a></center></td></tr><tr><td>
<!-- Start FastWebCounter.com  -->
<center><a href="http://www.fastwebcounter.com" title="Free Web Counter"><script src="http://fastwebcounter.com/secure.php?s=Between the Rain Drops"></script> hits</a> since ????
</center><!-- End FastWebCounter.com  --></td></tr><tr><td>
<!-- BEGIN CBOX - http://www.cbox.ws -->
<table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center">
<tr><td align="center">
<iframe frameborder="0" width="160" height="175" src="http://www2.cbox.ws/box/?boxid=1394169&amp;boxtag=5679&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: #ababab 1px solid;" id="cboxmain"></iframe>
</td></tr><tr><td align="center">
<iframe frameborder="0" width="160" height="75" src="http://www2.cbox.ws/box/?boxid=1394169&amp;boxtag=5679&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: #ababab 1px solid; border-top: 0px;" id="cboxform"></iframe>
</td></tr>
</table>
<!-- END CBOX -->
</td></tr></table></div>
<div style="position:absolute; top:455; left:35; filter:alpha(opacity=100)">
<table class="smaller" width=480><tr><td>
(Brushes and stuff go here...)

Author:  Gilraen Ringeril [ July 30th, 2006, 11:17 pm ]
Post subject: 

For the 'smaller links' to work you need to add

Code:
class=smaller


in the link tag you want that style of link to work in ;) did that make sense?

Author:  keyodie [ July 31st, 2006, 8:04 pm ]
Post subject: 

Oh, I get it! :D Thanks so much. :)

Author:  Gilraen Ringeril [ August 1st, 2006, 12:05 pm ]
Post subject: 

no problemo ;) I'm glad I actually made sense! :P

Page 1 of 1 All times are UTC - 5 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/