A A A

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Hover Problem
Mar 12, 2010
10:29 am
Rookie
Forum Posts: 1
Member Since:
Mar 12, 2010
Offline

I am starting up a new forum at

http://www.mmozed.com/?page_id=5

And all the titles have a werid hover over problem.

Does anyone know a quick fix for this?

Mar 12, 2010
10:35 am

SP Master
Forum Posts: 23587
Member Since:
Dec 10, 2006
Offline

yeah, fix your wp theme wink

its causing all that hover garbage with global table styles

/* tables */
table{margin:.5em 0 1em;}
table td,table th{text-align:left;border-right:1px solid #fff;padding:.4em .8em;}
table th{background-color:#5e5e5e;color:#fff;text-transform:uppercase;font-weight:bold;border-bottom:1px solid #e8e1c8;}
table td{background-color:#eee;}
table th a{color:#d6f325;}
table th a:hover{color:#fff;}
table tr.even td{background-color:#ddd;}
table tr:hover td{background-color:#fff;}

either remove it, which could affect rest of your site if using tables. or override for the forum styles..

Mar 20, 2010
7:14 pm
bata
Guest

My forum page is blinking(flashih) when i get my mouse over the some parts of the forum, can you please halp me to fix this problem its anoing me :(. Example: when i put my mouse over search(pretraga) column it make it double time higher thet it should!!! how could i fix thet :(

 

I remove tables like in the post above in styles.css of my template, but it does not make any diference with the forum page!!

 

wordpress 2.9.2

simplepress 4.0.4

theme: Mystique 2.2 

 

http://mbfungi.0fees.net/forum/

Mar 20, 2010
7:57 pm

SP Master
Forum Posts: 23587
Member Since:
Dec 10, 2006
Offline

as mentioned several times in regard to mystique… its the wp theme…

all these styles from style.css in your wp theme are leaking into the forum:

table td, table th {
border-right:1px solid #FFFFFF;
padding:0.4em 0.8em;
text-align:left;
}
table th {
background-color:#5E5E5E;
border-bottom:1px solid #E8E1C8;
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;
}
table td {
background-color:#EEEEEE;
}
table th a {
color:#D6F325;
}
table th a:hover {
color:#FFFFFF;
}
table tr.even td {
background-color:#DDDDDD;
}
table tr:hover td {
background-color:#FFFFFF;
}
table.nostyle td, table.nostyle th, table.nostyle tr.even td, table.nostyle tr:hover td {
background:none repeat scroll 0 0 transparent;
border:0 none;
}

you either need to remove them or override them with forum styles so they dont affect the forum page…

Forum Timezone: America/Chicago

Most Users Ever Online: 444

Currently Online: chucktho, SPQC
56 Guest(s)

Currently Browsing this Page:
1 Guest(s)

See All Online Activity

Top Posters:

-Radio-: 1251

Lee H: 606

Luffer: 535

Conrad_Farlow: 485

jim: 478

neon: 263

ovizii: 240

Tal: 240

Member Stats:

Guest Posters: 2616

Members: 7328

Moderators: 1

Admins: 2

Forum Stats:

Groups: 5

Forums: 16

Topics: 10839

Posts: 79118

Moderators: Brandon C (158)

Administrators: Yellow Swordfish (22131), Mr Papa (23580)