Welcome, Guest. Please Login or Register.
April 27, 2025, 04:39:51 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1] Cell MouseOver Highlight (BI & MI) « previous next »
Pages: [1] 2 3 Reply Ignore Print
Author Topic: [Done 1.5.1] Cell MouseOver Highlight (BI & MI)  (Read 8155 times)
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

[Done 1.5.1] Cell MouseOver Highlight (BI & MI)
« on: February 08, 2003, 11:24:12 PM »
Reply with quote

This mod will give the cell mouseover highlight in your BoardIndex and MessageIndex.

This version has been tested in YaBB SE 1.5.1 Final & RC1 B38-45.

• Boardmod file: download here

Changes in 1.2:
- now XHTML compliant
Changes in 1.1:
- removed double: class="windowbg2" in BoardIndex

>>a better mouseover mod<<
« Last Edit: January 26, 2004, 08:37:00 PM by Spaceman-Spiff » Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #1 on: February 09, 2003, 04:15:46 AM »
Reply with quote

Cool! I was hoping someone would port this.. I was about to start myself. :)
Logged

Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #2 on: February 09, 2003, 08:39:41 PM »
Reply with quote

Great mod, but would it be possible to use another color instead of windowbg(2) ?

And when you can put the code in the style like this :

.boardindex_color {
 COLOR: blue;
}
.messageindex_color {
 COLOR: red;
}

it would be easier to change the colors.

Just an idea ;)
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #3 on: February 10, 2003, 01:41:10 PM »
Reply with quote

i dont think u can use css class for onMouseOver="this.style.background
if there is a way, pls let me know
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
mephisto_kur
Sr. Member
****
Posts: 308


Hi ho.

WWW
Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #4 on: February 10, 2003, 06:13:22 PM »
Reply with quote

Use CSS exclusively.

http://www.meyerweb.com/eric/css/edge/popups/demo.html
Logged



Awmp, ding, soo googoongee doop, dee
Googoo Fleegoogeegoo
Goo Fleegoogeegoo
Duht, Deeheeh
Oogoogoog Dtee
Oogoogagoo oogoogweee
Fleegoogeegoo, fleegow
Go go mah mah mefs sufh yeah...
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #5 on: February 10, 2003, 07:58:04 PM »
Reply with quote

Tried a few things, but didn't work out as it was supposed to..... :-[
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #6 on: February 10, 2003, 08:39:42 PM »
Reply with quote

that code works for <div> tags, but doesnt work well with <td>, well... at least i havent got it working with <td>
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #7 on: February 10, 2003, 08:42:00 PM »
Reply with quote

So, maybe that was (is) the problem.......

But then again, : windowbg and windowbg2 are setting the colors, so why not redefine others to use in Boardindex.php and MessageIndex.php ?
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #8 on: February 10, 2003, 08:49:50 PM »
Reply with quote

k, i got it working a bit, the key is using
display: block;
but still need to test it more...

$color is already defined inside settings.php, no need to redefine them again in those 2 files
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #9 on: February 10, 2003, 08:51:00 PM »
Reply with quote

Can I (we ?) see it in action ?

:D
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
mephisto_kur
Sr. Member
****
Posts: 308


Hi ho.

WWW
Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #10 on: February 10, 2003, 09:19:27 PM »
Reply with quote

Quote from: Spaceman-Spiff on February 10, 2003, 08:39:42 PM
that code works for <div> tags, but doesnt work well with <td>, well... at least i havent got it working with <td>

Works fine for td's.

Try this:

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

<html>
<head>
       <title>Untitled</title>
<style type="text/css">
td#links a {display: block;
           margin: 0;
           border: 1px solid #aca;
           COLOR: #000;
           font-family: Verdana;
           BACKGROUND-COLOR: transparent;
           TEXT-DECORATION: none}

td#links a:hover {background: yellow;}
</style>
</head>

<body>
<table>
<tr>
<td id="links">
<a href="http://forum.heavybrick.com">Heavybrick</a>
</td>
</tr>
<tr>
<td id="links">
<a href="http://www.yabbse.org">YaBBSE</a>
</td>
</tr>
</table>
</body>
</html>
« Last Edit: February 10, 2003, 09:23:54 PM by mephisto_kur » Logged



Awmp, ding, soo googoongee doop, dee
Googoo Fleegoogeegoo
Goo Fleegoogeegoo
Duht, Deeheeh
Oogoogoog Dtee
Oogoogagoo oogoogweee
Fleegoogeegoo, fleegow
Go go mah mah mefs sufh yeah...
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #11 on: February 10, 2003, 09:35:36 PM »
Reply with quote

doesnt work that well if there's anything else outside the <a> tag in the same <td>
also problems with cellpadding

www.immortalshades.com/spaceman/MI.html
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #12 on: February 10, 2003, 09:39:54 PM »
Reply with quote

True (thanx for the demo)......I found that one out also.....

Making it 1 link would be an option..........
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
mephisto_kur
Sr. Member
****
Posts: 308


Hi ho.

WWW
Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #13 on: February 10, 2003, 09:40:30 PM »
Reply with quote

So go one up and apply it to the bounding table instead.
Change the td# to table#
Logged



Awmp, ding, soo googoongee doop, dee
Googoo Fleegoogeegoo
Goo Fleegoogeegoo
Duht, Deeheeh
Oogoogoog Dtee
Oogoogagoo oogoogweee
Fleegoogeegoo, fleegow
Go go mah mah mefs sufh yeah...
mephisto_kur
Sr. Member
****
Posts: 308


Hi ho.

WWW
Re:[Done 1.5.1RC1] Cell MouseOver Highlight (BI & MI)
« Reply #14 on: February 10, 2003, 09:43:46 PM »
Reply with quote

The benefit of using CSS for all of this if we can iron out the problems is that it turns the entire block into a mouseover link.  This has always been an issue for me with this mod.  Most users see a mouseover and think the entire area of effect is clickable.
Logged



Awmp, ding, soo googoongee doop, dee
Googoo Fleegoogeegoo
Goo Fleegoogeegoo
Duht, Deeheeh
Oogoogoog Dtee
Oogoogagoo oogoogweee
Fleegoogeegoo, fleegow
Go go mah mah mefs sufh yeah...
Pages: [1] 2 3 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1] Cell MouseOver Highlight (BI & MI) « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.069 seconds with 16 queries.