logo

eoCMS Designer
eoCMS Designer
Offline Offline
avatar
Posts: 1290
tbarkass_willamson@hotmail.com
Everything gets underlined

Whenever I hover over some text on the forum it all gets underlined.

Seen a bug? Report it!
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 1528
Re: Everything gets underlined

yea i noticed that at school, and i dont think the new topics thing for each board is working

Please do not PM me requesting support or anything, use the forums, thats what they are here for
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 1528
Re: Everything gets underlined

Ok i have no idea why it is doing that in IE7. FF3 doesnt do that.... Anyone have any ideas?

Please do not PM me requesting support or anything, use the forums, thats what they are here for
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 1528
Re: Everything gets underlined

ok one of my friends from school informed me the captcha doesnt work, removed it from the registration page. I am looking for one to replace it

Please do not PM me requesting support or anything, use the forums, thats what they are here for
Member
Member
Offline Offline
Posts: 221
Re: Everything gets underlined

I have the same problem where the text gets underlined. Also, whenever I respond to a topic the box where you type the text goes of the edge of the theme into whitespace.
Member
Member
Offline Offline
Posts: 221
Re: Everything gets underlined

Some tests I took on how the text is displayed:

Chrome- Makes text brighter
Opera- Nothing, but the text is bright anyway
Safari- Makes text brighter
FF3- Nothing, but the text is bright anyway
Netscape- Nothing, but the text is bright anyway
SeaMonkey- Nothing, but the text is bright anyway
IE 7- Makes text brighter and underlines
1E 8 Beta- Makes text brighter and underlines

I noticed that in both FF3 and IE 8, the text is displayed below the username,
and in all the other browsers it is displayed besides the username.
Tests based on what you see at http://eocms.com/forum/make-quote-smaller.16..html
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 1528
Re: Everything gets underlined

any idea how to fix it? Well actually dont bother lol the whole HTML Layout needs re-doing  Wink

Please do not PM me requesting support or anything, use the forums, thats what they are here for
Member
Member
Offline Offline
Posts: 221
Re: Everything gets underlined

[quote name=confuser url='forum/fixed-everything-gets-underlined.25.html#80' date=1229323736]any idea how to fix it? Well actually dont bother lol the whole HTML Layout needs re-doing  Wink[/quote]

Yes, it kind of does. I'll go back over all the HTML, if you want, but that'll take some time.
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 1528
Re: Everything gets underlined

[quote name=Demonic url='forum/fixed-everything-gets-underlined.25.html#81' date=1229374465][quote name=confuser url='forum/fixed-everything-gets-underlined.25.html#80' date=1229323736]any idea how to fix it? Well actually dont bother lol the whole HTML Layout needs re-doing  Wink[/quote]

Yes, it kind of does. I'll go back over all the HTML, if you want, but that'll take some time.[/quote]
yes please that would be great  :grin:

Please do not PM me requesting support or anything, use the forums, thats what they are here for
Member
Member
Offline Offline
Posts: 221
Re: Everything gets underlined

Now that I'm faniliar with the code, I'll be able to start doing stuff, so expect some new desgins soon.  Smile
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 1528
Re: Everything gets underlined

w00t btw im nearly done with the permissions guys!!!! Just abit more code to edit then i will upload to latest version which includes plugins as well so you can test away for bugs. AND i know for a fact there will be bugs  B)

Please do not PM me requesting support or anything, use the forums, thats what they are here for
Member
Member
Offline Offline
Posts: 221
Re: Everything gets underlined

Cool! I can't wait to test it out....
Member
Member
Offline Offline
Posts: 144
Re: Everything gets underlined

I could do some designs too ! Or I could help with the PHP. Choose your poison XD
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 1528
Re: Everything gets underlined

This still isnt fixed. Anyone know why it is doing this?

Please do not PM me requesting support or anything, use the forums, thats what they are here for
eoCMS Designer
eoCMS Designer
Offline Offline
avatar
Posts: 1290
tbarkass_willamson@hotmail.com
Re: Everything gets underlined

No but it all looks kosher on the PS3.

EDIT: I've stickyed this until it's solved. (which looks like it could be a while)

Seen a bug? Report it!
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 909
Re: Everything gets underlined

it is usually cause by a out of place </a> (ouside a previously closed tag) check the source (from the browser)

Global Moderator
Global Moderator
Offline Offline
Posts: 122
Re: Everything gets underlined

^  What Paul says is right, that's usually what happens.  But I don't see everything underlined.  Unless there's some inconsistency with the CSS itself, or some CSS that doesn't work on IE, I don't think it's just a missing </a>.  Because then I'd be seeing it as well.

I say, check your CSS as well.

Arwym's Domain  ||  SBM: A PHP Bookmarks Script (coming soon)
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 909
Re: Everything gets underlined

as I would (but I'll check, its a render thing).

also note that starting ID's with numbers is a no-no (this just a reminder) as although it is "legal" its causes issues in some browsers (note that NAME also gets registered in some browser the same way ID does, this should not be the issue here though)

edit I suspect this is a hieracal css thing that only affects "modern" browsers that may or may not be related to your xhtml-transitional tag

(I get this sort of thing with positioning in IE7+ when using strict and certain settings)

eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 909
Re: Everything gets underlined

solution:
you do NOT have a </a> for your <name=58> :
    </table><br class="clearfloat" />
<hr style="border:none; border-top: 1px solid #FFFFFF; width:80%;" align="left" /><a name="59"/>

there is your "clearfloat", it is after the SECOND table, after which there should be a </a>

<a name> is a "wrapper" object.. so it must enclose other objects with structural and hieracal integrity

should look like the following
<a name=58><table ...
(1st table closed, second opened)
..</table><br class="clearfloat" /></a>
<hr ... ><a name=59>

thats using this post thread as an example


eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 1528
Re: Everything gets underlined

Well I've validated it, the only things it comes up with are errors about the

Please do not PM me requesting support or anything, use the forums, thats what they are here for

Jump to:


0.13 seconds Queries: 13