Programming :: HTML5 "details" Tag Display - Inline - Display - Hidden CSS Ignored - Firefox - Seamonkey

Jan 11, 2011

I'm testing HTML5 for the first time, using Firefox (beta) 4.0b8 and SeaMonkey (beta) 2.1b1, and its ignoring some CSS. Specifically, I have problems with the <details> tag. (It is nested in a paragraph...I am using it to provide an in-paragraph definition in hopes it can be toggled.)

Firefox only partly supports <details>. It's not supposed to show anything except the content of <summary>, unless you click on <summary>'s content. Instead, it puts a line break before the content of <details>, splitting the paragraph in two peices (which looks silly), without the "closed/open" functionality.

So I tried using "display:inline" in my CSS, but that gets ignored. Just for fun, I also tried "display:hidden" (also ignored) and "display:none" (obeyed).

SeaMonkey doesn't doesn't do anything special with the content of <display>...but it also ignores the same CSS as Firefox.

The only thing I can do to support semantic design is apply "font-style:italic" to all <details> elements.

Granted, you might ask, "why bother using <details> at all. then?" Well, I would like to have <details> for the browsers that support it, with the "font-style:italic" to degrade the page nicely for those that don't (such as for SeaMonkey).

Does anyone know why "display:inline" and "display:hidden" get ignored?

View 1 Replies


ADVERTISEMENT

General :: LaTeX - Document Details (Author / Date) Will Not Display

Aug 16, 2010

The following are the two tex input files written in vi and compiled with pdflatex. In the first case the document details (author, date etc) are displayed as desired but are omitted in the second case. The only difference is the use of maketitle.

Case 1:
documentclass{article}
author{Name}
date{}
itle{Title}
Begin{document}
maketitle
Text to be inputted
end{document}

Case 2:
documentclass{article}
author{Name}
date{}
itle{Title}
Begin{document}
Text to be inputted
end{document}

View 2 Replies View Related

Ubuntu Installation :: Video Details For "external" Display?

Sep 20, 2010

If I use xdpyinfo I see details for the internal display for my laptop. Q1: Where do I find the details for the "external monitor" port so that I might connect a reasonable projector or monitor? Q2a: Do those details exist only AFTER I connect something? Q2b: Are there risks if the external something doesn't match up with what the video port supports? Q2c: Are there risks to the laptop presented by whatever external something I connect?

View 4 Replies View Related

Ubuntu Installation :: Acer AL1916W Display Vertically Shifted - Bottom Menu Bar Is Hidden

Nov 28, 2010

I've just installed 10.10 and the screen is shifted down (meaning, there is a black bar at the top of the Acer AL1916W monitor and the bottom menu bar is hidden - the accessible). The Acer controls seem to have no effect on this.

View 4 Replies View Related

Programming :: .ogv Video Does Not Display With <video> Tag In Firefox 3.5?

Jul 3, 2009

I was trying to take advantage of that new HTML5 <video> tag, and Firefox 3.5's native Ogg support, by embedding an .ogv video. Here is the references I used:

[code].....

Here was the code I put on my web page:

Code:

<video width="640" height="480" controls="controls">
<source src="http://path/to/uploaded/video/on/my/site.ogv" />
Your browser does not support the <code>video</code> element.
</video>

However, when I view it I get a video box, but it is grey and will not play a video. I keep playing with the various attributes but the result always seems to be the same. I also tried it on a Windows box with Firefox 3.5 (to make sure it didn't have something to do with my Linux config) but the results were the same.

View 4 Replies View Related

OpenSUSE :: 11.4 Gnome 2.3 Display - CRTC Error That The Display Is Over The Maximum - 1920x1920

Apr 16, 2011

I have a fresh install of OpenSUSE 11.4 64bit and I have installed the AMD Display drivers for my Radeon HD 5970. Everything seems to be working quite well. I have a multiple monitor setup (1280x1024 monitor and a 1920x1080 monitor).

I have my primary display set to 1920x1080, however when I try to enable the second display, I get a CRTC error that the display is over the maximum (1920x1920). If I enable both monitors at lower resolutions, there is no problem.

I have done a fair bit of reading and have been unable to determine where this maximum is set, or how to change it. I'd like to be able to run both monitors at their native resolutions.

View 3 Replies View Related

General :: Know Which Display Number For The Variable DISPLAY To Be Exported When Ssh To Server?

Dec 26, 2010

When i ssh to server using -X, i always confuse about which display number i should export. It seems to me sometimes the display number has been used by something, so what i can do is only

export DISPLAY=localhost:0 && xclock
export DISPLAY=localhost:1 && xclock
export DISPLAY=localhost:2 && xclock

[code]....

View 1 Replies View Related

Ubuntu :: HD4870 Dual Display - Cannot Seem To Swap My Primary Display

Jan 8, 2010

Hi I am new to ubuntu and am having major problems setting my displays up. my setup is a hd TV to the Left of my pc monitor, i have managed to configure catalyst to let me have a main display with the second display being an extension of the first, the problem is i cannot seem to swap my primary display, at the minute my HDTV has all the taskbars and everything on it while my pc monitor is just a blank background, i would like it so i could start a film playing for my children, then drag it across to the HDTV while i can still use my pc in the background.

View 1 Replies View Related

Fedora :: System-config-display Just Ruined Display?

Jun 29, 2010

I did not have any /etc/X11/xorg.conf, so I read on these forums that system-config-display would create one for me. I ran system-config-display and it created an xorg.conf. But now my display is all messed up!! So, I deleted the xorg.conf and nothing changed. Why on earth would the display still be messed up if I deleted the file that was causing it?? Does system-config-display change somethign else?

View 14 Replies View Related

Ubuntu :: Display Driver - Cannot Get Display Settings Nvidia7600GS?

Jan 28, 2010

I am using GeForce 7600 GSNot using the Nvidia X driver message you know... I searched all over, and seen this problem on many searches but no resolve issues.I want to be able to connect my tv, I use to be able to when I first installed Ubuntu and now IdK.

View 3 Replies View Related

General :: X11 Forwarding - Error: Can't Open Display: <ip Of Display>

Jun 28, 2011

I have the following scenario that doesn't seem to work normally. I have a windows 7 pc from which I am using putty to connect to my other linux servers (all running redhat 5 and 6). So here is the scenario that works and one that does not work. And I'm trying to figure out the one that does not work. Scenario that works:

From windows 7 (putty) I ssh into Linux_Server_1.
echo $DISPLAY
localhost:10.0

I run xclock and I see it pop up on my windows 7 pc. I am using xming on windows 7 to help me populate the display from linux to windows. One that does not work:

From windows 7 (putty) I ssh into Linux_Server_1. Then from Linux_Server_1 I ssh into Linux_Server_2.
echo $DISPLAY
<no output>

I try to setup $DISPLAY with localhost:10.0 or 0.0 or even my windows 7 pc ip address:0.0 ....etc Then when I try to run xclock I doesn't work.

I get these error messages: Error: Can't open display: <ip of display>

Also as a side note all our Linux servers are sitting on one subnet. My pc is sitting on another subnet. I use vpn to connect to the subnet where the servers sit from my pc.

View 4 Replies View Related

General :: Set Display To Run Firefox From Tty?

Apr 1, 2010

how can I set DISPLAY command to run Firefox on say tty1?

View 4 Replies View Related

Fedora :: Font Display In Firefox 13

Jun 1, 2010

I'm having trouble getting the usual display in firefox as I had in fedora 12. Here is what my fedoraforum.org page looks like: By twohot at 2010-07-19

I suspect something is wrong with the interpretation of "sans, sans-serif, serif ... etc" within fedora but i don't know how to go about fixing it. I'd like to leave the default settings in firefox as this has been the case in previous releases.

View 14 Replies View Related

Fedora :: X11 DISPLAY Variables And Firefox 3.6?

Mar 31, 2011

I have an elementary question: how can I determine the X11 addresses of my two displays? I am using an ATI card that splits the video signal into two VGA signals which correspond to two displays. I'd like to open one Firefox profile on one display and a second Firefox profile on the other display. So

Firefox --display=:0.0 -P Profile1
Firefox --display=?? -P Profile2

Currently :0.0 opens Firefox in the display my terminal is showing on. I figure there is a linux command to help me determine which X11 addresses are available to me but I haven't come across it yet.

[Code]...

I'd like to have one Firefox window open up on DVI-0 and a second Firefox window open up on DVI-1.

This would be very useful for me. It would mean that I could use 1 PC rather than 2 PCs for these two Firefox windows that I will eventually display on separate TVs.

View 1 Replies View Related

Fedora :: Display All Disks And Partitions Available In A GUI Display

Dec 1, 2010

I have installed Fedora 14 Security Spin, and want to display all disks & partitions available in a GUI display. How can I achieve that?

View 1 Replies View Related

Fedora :: Wrong F13 Homepage Firefox Display

Jun 22, 2010

In F13, when Firefox starts sometimes the shown homepage is the F12 one:

instead of

(the last one corresponds to the spanish version but I'm sure you got my point). I do not have modified the default homepage in Edit>Preferences>General

[url]

View 9 Replies View Related

Fedora :: Firefox Cannot Display Images In Webpage?

Apr 13, 2011

Firefox in my Fedora 14 cannot display the product images in the following web page

[URL]

I have tried Firefox 3.6 and Firefox 4. Both failed. Seems error in CSS causing image discarded.

Kconquer in Fedora 14 can display without problem.

I have tried Firefox 4 in Windows XP can display without problem.

uname of my system is 2.6.35.12-88.fc14.x86_64

View 2 Replies View Related

OpenSUSE :: Firefox Display Only White Windows

Mar 3, 2010

i have firefox 3.6 and when it start, i only get a white window

View 2 Replies View Related

OpenSUSE :: Pdfs In Firefox Don't Display Reliably?

Jul 22, 2011

Ok this is a problem that has dogged me for years but I was hoping it was fixed in 11.4. Using the acroreader plugin pdfs sometimes work but most often they result in a white or black blank screen and once one pdf has failed then they all fail until I restart firefox. It is a huge pain - under kubuntu I have used mozplugger to display pdfs with okular in the browser but this doesn't seem to be in the repos.

I don't think it is just me, all the people I know using suse seem to have this problem but it never gets fixed. how to get pdfs reliably displayed in firefox?

View 9 Replies View Related

Ubuntu :: FireFox Won't Display Text Unless Run In Root

Jun 22, 2011

I don't use Firefox much, my default browser is Google Chrome. But I've noticed sometimes things like Flash on some sites runs smoother in FireFox. So yesterday I opened up FF because Facebook was giving me some issues, so i wanted to see if it was Chrome or FB. Now, I haven't run FF in a few weeks, and I've noticed a few updates had rolled in for it since my last use.

When I opened FF and went to FB the login page wouldn't display correctly, and in fact would display no text whatsoever except for the links for the Japanese and Chinese FB pages. I assumed it was FB since I was already having issues with it. Later, I tried again and got the same loading issue. So I ran a Google search for FF issues with FB and got the same problem with Google search results, I got the logo and all the little search icons, but no text.

I tried everything I could think of and everything anyone I asked could think of including:

The only thing that I can do to make FF work is run Alt+F2 gksu firefox. That allows it work with out any issues. Has anyone come across this issue or anything similar? I'm including a couple screen shots of what it looks like when it's not working correctly. Note: these pages have finished loading, the text isn't "white on white" it's just not displaying, view source of these pages shows the complete page is loaded including all text it just isn't being rendered.

View 2 Replies View Related

Ubuntu :: Firefox Does Not Display Chinese Characters ?

Jun 30, 2010

I have no problems displaying Chinese characters in IE in Windows and I just switched over to Ubuntu.

I have gone to view-> Character Encoding and set it to simpified Chinese but the screenshot still looks like the attachment.

I see only squares. What should I do?

View 8 Replies View Related

Fedora Servers :: Firefox Doesn't Display PHP Error / Fix It?

Jul 29, 2010

When i open the Browser FireFox and enter the URL http://localhost/TemplateSystemCore/bin/index.php no PHP Errors will be displayed. If i do Right Click View Source Code it is total empty.

I am using Netbeans to edit a PHP Project. The Project is located in /home/martin/NetBeansProjects/TemplateSystemCore btw. /home/martin/NetBeansProjects/TemplateSystemCore/bin

The Project is usein a .htaccess file with Rewrite Rules.

I edited the php.ini and set all display errors to On.
I also edided the http.conf and set display errors On. But nothing helped. Have anyone a Idea why my Brwoser isnt printing any PHP Errors? At least a <html> Tag should be on the Source Code. But its also empty.

When i open an Terminal and do this code...

View 2 Replies View Related

OpenSUSE :: AbiWord And OOwriter But It Doesn't Display In Firefox

Feb 17, 2010

I have tried, and I think succeeded installing this font. Geneva Font It seems to work and scale fine in AbiWord and and OOwriter, but it does not display in firefox, it is horrible. The above link shows a sample which is really very bad at all levels of zoom. This site (I think this is the same problem) is also terrible, until I zoom to a very large size, when it smooths out. GNF - Gambling Network Forums I have set the firefox smoothing to 0, so it is not that. (browser.display.auto_quality_min_font_size;0) Here are screenies, if your browser shows the pages OK: The last one is magnified in an image editor. But here it is, zoomed with Firefox [ctrl + +], it goes smooth at a certain level of zoom. Here it is magnified:

View 9 Replies View Related

Ubuntu :: FIrefox - Get Supplementary Chars To Display Properly?

Nov 9, 2010

Right now I'm getting little boxes with hexcode instead of text-critical marks in my Greek texts that have been marked up. Also, I can't get xml to display in my firefox browser. What am I missing? Shouldn't Firefox parse xml and display something like an html page?

View 2 Replies View Related

Ubuntu :: Firefox Does Not Display The Entire Page Source?

Mar 30, 2011

First of all I want to say that I'm new to Linux. I am using Ubuntu 10.04 LL and i want to create a html page, in terminal mode, but firefox does not display it correctly. i used this tutorial, http://linuxcommand.org/wss0030.php , but it seems that whatever i do, when i run the page with firefox (x@ubuntu:~/bin$ firefox page.html), the page displays the #!/bin/bash line, it doesn't interpret variables, reserved words, or any other special characters ( $, <<- ). I've tried to change the encoding in firefox from Unicode-8 to Unicode-32 but no luck

View 9 Replies View Related

Debian :: Error: Cannot Open Display: 0 When Trying To Launch Firefox

Sep 8, 2010

So I just installed 32-bit Squeeze. I've done exactly two things since booting into the first install: pt-get install gtk+2.0, and ./firefox, so unless gtk did something, this might be an easily fixable problem with Debian itself. After installing gtk and trying to run firefox via command line, it tells me

Code: Error: cannot open display: :0 I googled a bit and couldn't come up with a solid solution, but the problem seems to be around other places. Any idea how to fix this?

View 2 Replies View Related

Slackware :: Firefox - Unable To Get Correct Display After Using Compiz In 13.1?

Jun 19, 2010

after i installed compiz, and enable compiz. a problem happen... my firefox (3.6.3) display it's kinda odd, it's like the firefox graphics has been cutted every i move to another tab, this problem occur too when i scroll the web page (the graphics cutted).

View 7 Replies View Related

Slackware :: Firefox Default Fonts Will Not Display On Webpages?

Feb 12, 2010

Recently I was creating an image in GIMP when I needed to add a new font. I went to my mounted XP drive and copied the file I wanted over into /usr/X11R6/share/fonts/TTF then I went to the font installer as root and installed the font system wide. After that I reloaded GIMP and the font was available. A little while later I went to browse the internet and when I loaded up firefox, it showed a properly formatted and spaced page with no text on it at all. If I highlighted a line, the invisible text would copy to the clipboard properly and I could read it that way. I figured it might've been a just a FF issue, but when I loaded up Seamonkey, I wound up with the same problem. I'm using Firefox 3.0.16 and Seamonkey 2.0.1. I tried going into the preferences and changing the default font, but no matter what I change it to, it doesn't fix it. Slack 1.2 running kernel 2.6.27.31-smp. I use slapt-get to stay up to date and as far as I can tell i have the latest patches and pkgs.

Code:

bash-3.1$ fc-cache -rv
/usr/share/fonts/OTF: caching, new cache contents: 23 fonts, 0 dirs
/usr/share/fonts/TTF: caching, new cache contents: 91 fonts, 0 dirs
/usr/share/fonts/Type1: caching, new cache contents: 64 fonts, 0 dirs

[code]....

View 2 Replies View Related

Ubuntu :: Mozilla FireFox With HTML5 ?

May 3, 2010

I'm fairly new to Linux and everything and still doesn't understand a lot of things about it. But as most of you may know that ..... is probably going to switch to HTML5 (so I heard) and I can not get Firefox to work with it. It is really annoying and I have flash player working but some videos require HTML5.

View 8 Replies View Related

CentOS 5 :: Firefox Not Supporting HTML5

Jun 19, 2011

I was informed that Firefox 3 supports HTML5 but Centos 5's Firefox is not supporting it. This is the screenshot of the video that failed to run on Centos 5, Firefox 3. I also tried to install the latest version of adobe flash player but the new version didn't work.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved