 |
|
07-18-2007
|
#31 (permalink)
|
|
Exhausted Gondolier
Location: Floating On An Ocean Of Hydrogen
|
Not Ranked
:
+0 / -0
0 score
Re: LaTeX update: Read this before posting!
Quote:
Originally Posted by InfiniteNow
The red line below the math is back. 
|
I get the new, cool thing. Sure you didn't see a page from some cache?
----------------
Inutil insegnà al mus, si piart timp, in plui si infastidìs la bestie.
Hypography Forum PITA...... er, Administrator. 
|
|
07-18-2007
|
#32 (permalink)
|
|
Dedicated Smart-ass
Location: Just before 0xAA55
|
Not Ranked
:
+0 / -0
0 score
Re: LaTeX update: Read this before posting!
yeah, i dont see it at all either (otherwise how would i have declared a fix).... give it some time your page could be cached, if not, i will have to ask you to do some things (more or less advanced web stuff), just hope that you have firefox 
----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.
Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.
Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

|
|
07-18-2007
|
#33 (permalink)
|
|
Suspended
|
Not Ranked
:
+0 / -0
0 score
Re: LaTeX update: Read this before posting!
Quote:
Originally Posted by alexander
yeah, i dont see it at all either (otherwise how would i have declared a fix).... give it some time your page could be cached, if not, i will have to ask you to do some things (more or less advanced web stuff), just hope that you have firefox 
|
It was gone when you first posted the update that it'd been fixed. I liked it, and thought, "Cool!"
Then yesterday, it was back. See screenshot. I'm on a corporate lappy. Firefox install not an option. IE, and IE only. I can deal if the fix won't work with M$, but it seems rather peculiar nonetheless. Cheers.
Attachment 1621
Last edited by InfiniteNow; 06-20-2009 at 10:02 PM..
|
|
07-18-2007
|
#34 (permalink)
|
|
Resident Slayer
|
Not Ranked
:
+0 / -0
0 score
Re: LaTeX update: Read this before posting!
You may need to "hard refresh" (hold down the Ctrl key, right-click, and click "Refresh") or even clear your cache in order to get the updated css file onto your machine...
It was in my cache a minute ago,
Buffy
----------------
"If you do not agree with anything I say, I'll not only retract it, but deny under oath that I ever said it!"
__________________________________________________ ______________-- Tom Lehrer
"No Robbie, not Europe!"
Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
|
|
07-18-2007
|
#35 (permalink)
|
|
Suspended
|
Not Ranked
:
+0 / -0
0 score
Re: LaTeX update: Read this before posting!
Quote:
Originally Posted by Buffy
You may need to "hard refresh" (hold down the Ctrl key, right-click, and click "Refresh") or even clear your cache in order to get the updated css file onto your machine...
|
No love when trying either option. As I mentioned, it looked good when it first was implemented. Now, red lines galore.
|
|
07-20-2007
|
#36 (permalink)
|
|
Bury, then water
|
Not Ranked
:
+0 / -0
0 score
Re: LaTeX update: Read this before posting!
Looks nice and tidy now! Any ideas for making it look clickable? Img border? 
|
|
07-20-2007
|
#37 (permalink)
|
|
Suspended
|
Not Ranked
:
+0 / -0
0 score
Re: LaTeX update: Read this before posting!
Quote:
Originally Posted by InfiniteNow
No love when trying either option. As I mentioned, it looked good when it first was implemented. Now, red lines galore.
|
Dunno if it's local to my system or a change on your end, but looks good now. Our IT dept's been pushing some really ridiculous system tools and applications lately, so it was likely a temporary glitch with me.
Cheers. 
|
|
07-21-2007
|
#38 (permalink)
|
|
Bury, then water
|
Not Ranked
:
+0 / -0
0 score
Re: LaTeX update: Read this before posting!
Quote:
Originally Posted by InfiniteNow
Dunno if it's local to my system or a change on your end, but looks good now.
|
No, the red lines reappear after you click a link... a:links have border-bottom commented out and are not underlined, but a:active, a:hover, and a:visited still have underlines. I guess adding a math class to math and imath anchors might be trickier than we imagine.
Code:
.vb_postbit
{
color: #000000;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
}
.vb_postbit a:link
{
color: #4D528C;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
/* border-bottom: 1px dotted #FF0000;*/
text-decoration: none;
}
.vb_postbit a:visited
{
color: #4D528C;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border-bottom: 1px dotted #FF0000;
text-decoration: none;
}
.vb_postbit a:hover, .vb_postbit a:active
{
color: #4D528C;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border-bottom: 1px dotted #4D528C;
text-decoration: none;
}
|
|
07-22-2007
|
#39 (permalink)
|
|
Bury, then water
|
Not Ranked
:
+0 / -0
0 score
Re: LaTeX update: Read this before posting!
scratch that, either i was wrong or it's fixed. as for visual cue, might i suggest a global img border for image links while keeping the underlines for text:
Code:
.vb_postbit a:link img
{
border: 1px dotted #4D528C;
...as well as:
Code:
.vb_postbit a:link
{
border-bottom: 1px dotted #FF0000;
that way you could keep the 'red/blue hover' effect while cleaning up ALL image links.
Last edited by Southtown; 07-22-2007 at 01:53 PM..
|
|
07-22-2007
|
#40 (permalink)
|
|
Bury, then water
|
Not Ranked
:
+0 / -0
0 score
Re: LaTeX update: Read this before posting!
Nevermind, I don't know what the hell I'm talking about. Image links look just fine elsewhere. I guess since latex is cgi, the browser doesn't treat it the same as other images? So I don't know how you would add cues to latex other than the 'strikethrough.' Change cgi to render the math as blue instead of black? Background color change on hover? Whatever.
Last edited by Southtown; 07-22-2007 at 09:25 PM..
|
|
 |
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
» Advertisement |
|
|
|