5 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for OsaMasw

Every time when I design a website I say who cares about IE , but that's not a professional way to design so I need help in making my design comaptible with all browsers this design in chrom and firefox ![53f1b261927ecccc0dff023ac4c27f0f](/attachments/large/3/53f1b261927ecccc0dff023ac4c27f0f.jpg "53f1b261927ecccc0dff023ac4c27f0f") but in IE its looks like ![ef88efcec644c2ec62b503af50378cb2](/attachments/large/3/ef88efcec644c2ec62b503af50378cb2.jpg "ef88efcec644c2ec62b503af50378cb2") …

Member Avatar for OsaMasw
0
215
Member Avatar for Pamcakes

I'm taking a website development course and we are supposed to be using HTML5 and CSS3. In my textbook it says that the <div> tag is HTML 4.01 and that in HTML5 it has been replaced with the <section> tag. I know with the <div> tag you can specify whether …

Member Avatar for LastMitch
0
3K
Member Avatar for rahul.ch

StringBuffer sb = new StringBuffer(new String("Hello")); //Case 1 StringBuffer sb1; //Case 2 String s = new String("Hello"); // Case 2 sb1=s; //Case 2 StringBuffer sb3; //Case 3 sb3 = new String("Hello");//Case 3 Case 1 compiles fine and outputs *Hello* but Case 2 and Case 3 gives compiler error saying incompatible …

Member Avatar for rahul.ch
0
195
Member Avatar for mah300274

I have bought a lot of desktops and was looking around different sites for some of the computers. I came across [URL="http://www.andovercg.com/datasheets/dell-dimension-2400-series.pdf"]http://www.andovercg.com/datasheets/dell-dimension-2400-series.pdf[/URL]and it has a picture (on page 51) and shows the ram slots but says DDR / DDR2, as if it were backward compatible? I know the 2 are …

Member Avatar for caperjack
0
230
Member Avatar for culebrin

Hi, I'm developing an AJAX website, and I want to make it compatible with most browsers and its many versions in the market. I've been using IE, FF and Chrome, for many years, and I know his popular versions (not everyone updates, you know), but I never used Opera, and …

Member Avatar for culebrin
0
172

The End.