display

Why Internet Explorer can not display an image on the site?

I have a site that is managed with Joomla. I want to display an image in one of my articles but that image can not be viewed in Internet Explorer but other browsers can display it, although the path is ok. I miss something? Link: http://ascorbrasov.ro/images/stories/necula_ctin2.jpg Html: <img src="/images/stories/constantin_necul...

Is there any tips for minimising access to a public page without login?

I have a page that is just a non interactive display for a shop window. Obviously, I don't link to it, and I'd also like to avoid people stumbling across it (by Google etc). It will always be powered by Chrome. I have thought of... Checking User Agent for Chrome Ensuring resolution is 1920 x 1080 (not that useful as it is a client s...

HTML&CSS for 3 column layouts

I have 3 DIVs that are in a container. now: a div should be at left that it's width is not obvious a div should be at right that it's width is not obvious too problem: a div in the middle that always should be maximized in remained area i did that by using display property in FF but it seems IE does not support table-cell for display...

Data is not getting displayed in WPF User control when used in an application.

Hi, I have a user control - with 2 grids and 4 buttons...buttons used to add/remove values between the grids. There are two properties in this(which i defined in view-model)..."SourceGridData" and "DestinationGridData"...i have implemented onPropertyChanged for these properties. I use this user control inside my wpf application....and...

jquery hide method only hides div for a second but then div reappears automatically

Hey all, I seem to have same issue as the one I posted before. I want to hide all the divs that are there by default and only display one. Then the user can click on a side tab to display another. Problem is the divs are only hidden for a second after page loads but reappear soon after. This is code that's suppose to hide the divs of th...

php display number

hi . its different problem , i want to display numbers as follows 1 as 1st, 2 as 2nd and so on to 150 as 150th. the problem is how to find 'st' , 'nd' ,'rd' and 'th' for numbers through code ...

jQuery Detect CSS Property Change

Hi Guys, I am trying to use jQuery to establish whether a CSS property has changed inside a class. I dont want to use .HasClass() - I want to find a property within the CSS - namely display:block; I thought maybe this might work ? if (jQuery('css-class').css('display') == 'block') But not sure if it does. Does anyone have any sugg...

How can I edit individual pixels in a window?

I want to create a simple video renderer to play around, and do stuff like creating what would be a mobile OS just for fun. My father told me that in the very first computers, you would edit a specific memory address and the screen would update. I would like to simulate this inside a window in Windows. Is there any way I can do this with...

export to excel should open in different window in display tag

While exporting in display tag in Export to Excel should open in differnt window when i opened in in microsoft 2003 it open in same window but whwn we open in office 2007 it open in diferent wondow. is this the issue of MIcrosoft office version or can we done something in *displaytag* ...

Java external display connected callback?

Hi, I'm writing a presentation app which is supposed to present on the 2nd display in extended mode. For that I want to have a "Start presentation" button which reflects the actual state of external display connections: it should be gray and non-clickable if no external displays are connected. And it should be enabled if there is at le...

drupal block display

is there any way to place a block in different regions without duplicating it . for ex consider a block1 and its display regions requirement page1 lefttop page2 right how to configure block1 in 2 different regions ? ...

Python images display

How can I create a python script that runs through the images (1.jpeg-n.jpeg) in a directory on a mac and displays them in a browser OR via another python program? Do I import a file to python and than display in browser? Do I extract the file names 1,2,3,4,5 and add that to a list, which I give to another function that calls a browser ...

CSS - display:table-row ?

I have a layout like this: [left-image] | [title-------------------------------------] (width up to 150) | [left-floated-p -----------[right-floated-p] | | lots of text................................ the only way I could implement this is by using float:left on the "lef...

Drupal location gmap node map not showing up on the node page.

Hi! I am using gmap and location modules to support my content type's location. I have configured those modules (Map API key, etc...) so when I edit / add new node I get pretty google map to choose/set lattitude jus by mouse pointing. I can put also address, etc.. But when I view my node map is not showing up. I can only see address fiel...

How to get a Windows Forms panel as a bitmap with C#?

I have a Windows form with a panel with several controls on it. The panel does not take up all of the form space, but only a small part. What I want to know is if there is some way to retrieve the display of the panel (with all child controls) as a bitmap. Like a screenshot but only cropped to the panel. I am not looking into the screen...

How do I display an Bitmap class object in android without using XML

I am trying to display an bitmap I created in and android program, but all the tutorials I find involve either Drawables or XML in order to display them. Can someone show me the steps needed to display an Bitmap in code? This is not the entirety of the code, this is just the majority, the rest is related to getting the camera working. ...

100% width div doesn't display correctly in IE

Well I have, I think, kind of unusual question. Well I have a web page with starting div with absolute position. .head_warp { width:100%; display:block; height:238px; margin:0 auto; padding:0; position:absolute; text-align:center; background-image:url(images/demo6_fon.png); background-position:center; background-position:top;...

Image in button - j2me

Hi, I am trying to build a simple menu-based GUI with J2ME. The menu entries are currently objects of classes derived from the class Button. Is there any way I can: Replace the text in the button and have an image show instead, sort of an icon? Make the text and image appear side by side on the same menu bar. If my question is not c...

Lightbox display:none css problem

Im trying to rotate 3 panels of lightbox icons, problem is Lightbox dosen't seem to like the display:none divs. Is there any way i can make lightbox aware of the existance of the hidden div's. Check out the problem at www.richmondbuild.co.uk/new.html. If anyone can spare a few minuits on this i would be muchly happy!. Mike1038 ...

USB controllable display

I'm looking to be able to display status information using a small LED or a small LCD screen connected through USB. All I need to display is very simple status (standby, error, running). Is there anything already made, decent looking and programmable through C++? ...