Topic RSS
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?
yeah, fix your wp theme 
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..
7:14 pm
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
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:
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…
Most Users Ever Online: 444
Currently Online: chucktho, SPQC
56 Guest(s)
Currently Browsing this Page:
1 Guest(s)
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
Newest Members: ordie69, mutha66, jawaulk, mastergalen, ikkiamonrah, OlafKS, js, Anne Wayman, vinzMtl, VikingBrent
Moderators: Brandon C (158)
Administrators: Yellow Swordfish (22131), Mr Papa (23580)
Log In
Register
Home
Add Reply
Add Topic
Offline
Quote



Visit

Privacy Policy



