Click here to Skip to main content
15,913,836 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: transfer input value to another page Pin
arunkumarv28-Dec-07 23:29
arunkumarv28-Dec-07 23:29 
GeneralRe: transfer input value to another page Pin
idsanjeevjha28-Dec-07 23:59
idsanjeevjha28-Dec-07 23:59 
GeneralSides not loading in IE7 Pin
Brendan Vogt20-Dec-07 4:47
Brendan Vogt20-Dec-07 4:47 
GeneralRe: Sides not loading in IE7 Pin
Guffa23-Dec-07 4:26
Guffa23-Dec-07 4:26 
Questionstore value from table [modified] Pin
idsanjeevjha20-Dec-07 0:22
idsanjeevjha20-Dec-07 0:22 
GeneralRe: store value from table Pin
Dave Sexton20-Dec-07 10:06
Dave Sexton20-Dec-07 10:06 
GeneralRe: store value from table Pin
idsanjeevjha20-Dec-07 21:43
idsanjeevjha20-Dec-07 21:43 
GeneralUsing different fonts for Firefox Pin
Christian Graus20-Dec-07 0:20
protectorChristian Graus20-Dec-07 0:20 
I have done a website, using pages given to me by a graphic designer. He was very specific, I was told what fonts to use, etc. Here is the CSS for the three different areas we specify text:

.menuItem
{
font-family: Century Gothic;
font-size:smaller;
text-align: right;
margin-right: 10px;
}

.text
{
font-family: Century Gothic;
font-size:small;
font-style:italic;
font-weight:normal;
text-align: justify;
line-height: 18px;
margin-left: 20px;
}

.gradient
{
background-image: url('images/pages/home/gradient.JPG');
background-position: left top;
background-repeat: repeat;
font-family: Century Gothic;
font-size:small;
font-style:italic;
font-weight:400;
text-align: justify;
line-height: 18px;
margin-left: 20px;
}

This looks exactly like the screenshots in IE, but it looks terrible in Firefox. How can I keep the look we want in IE, but specify different fonts for Firefox ?
Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

AnswerRe: Using different fonts for Firefox Pin
Ujjaval Modi20-Dec-07 1:20
Ujjaval Modi20-Dec-07 1:20 
GeneralRe: Using different fonts for Firefox Pin
Paddy Boyd20-Dec-07 2:51
Paddy Boyd20-Dec-07 2:51 
GeneralRe: Using different fonts for Firefox Pin
Christian Graus20-Dec-07 9:57
protectorChristian Graus20-Dec-07 9:57 
QuestionCentering a <ul></ul> not working Pin
Brendan Vogt19-Dec-07 23:46
Brendan Vogt19-Dec-07 23:46 
GeneralTextboxes not having Autocomplete feature Pin
mgr_2k719-Dec-07 18:47
mgr_2k719-Dec-07 18:47 
GeneralRe: Textboxes not having Autocomplete feature Pin
Hesbon Ongira21-Dec-07 7:30
Hesbon Ongira21-Dec-07 7:30 
GeneralRe: Textboxes not having Autocomplete feature Pin
mgr_2k723-Dec-07 17:04
mgr_2k723-Dec-07 17:04 
GeneralRedirect to a page then close window Pin
Armando Ramirez19-Dec-07 8:58
Armando Ramirez19-Dec-07 8:58 
GeneralRe: Redirect to a page then close window Pin
Christian Graus19-Dec-07 12:51
protectorChristian Graus19-Dec-07 12:51 
GeneralDisplay an System.Drawing.Image on a aspx webpage… Pin
anderslundsgard19-Dec-07 4:20
anderslundsgard19-Dec-07 4:20 
GeneralRe: Display an System.Drawing.Image on a aspx webpage… Pin
Christian Graus19-Dec-07 12:41
protectorChristian Graus19-Dec-07 12:41 
GeneralTwo pages in one page Pin
Armando Ramirez19-Dec-07 3:51
Armando Ramirez19-Dec-07 3:51 
GeneralRe: Two pages in one page Pin
Johnny ²19-Dec-07 5:54
Johnny ²19-Dec-07 5:54 
GeneralRe: Two pages in one page Pin
Armando Ramirez19-Dec-07 7:29
Armando Ramirez19-Dec-07 7:29 
GeneralLearning abt making tabular displays with DIVs rather than Tables Pin
Rocky#19-Dec-07 1:36
Rocky#19-Dec-07 1:36 
GeneralRe: Learning abt making tabular displays with DIVs rather than Tables Pin
Paddy Boyd19-Dec-07 3:19
Paddy Boyd19-Dec-07 3:19 
GeneralRe: Learning abt making tabular displays with DIVs rather than Tables Pin
Rocky#19-Dec-07 5:33
Rocky#19-Dec-07 5:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.