Author Topic: CSS Tip  (Read 2340 times)

Offline Sava

  • Level 13
  • *
  • Posts: 101
  • Reputation: +3/-15
  • It's just me
    • View Profile
CSS Tip
« on: September 29, 2006, 05:43:26 PM »
How to make all the text on your webpage the same:


Quote
* {
   font-family: Verdana;
   font-size: 12px;
   color:#ffffff;
   }

Offline Pug307

  • Level 21
  • *
  • Posts: 244
  • Reputation: +6/-1
    • View Profile
Re: CSS Tip
« Reply #1 on: October 12, 2006, 03:57:23 PM »
Thanks for that. I am also trying to change the whole layout of my game which is PHP and uses some CSS



Offline Cripple

  • Level 17
  • *
  • Posts: 170
  • Reputation: +10/-4
    • View Profile
Re: CSS Tip
« Reply #2 on: October 12, 2006, 11:44:01 PM »
crosshair cursor
Code: [Select]
{
cursor: crosshair;
}

Offline Pug307

  • Level 21
  • *
  • Posts: 244
  • Reputation: +6/-1
    • View Profile
Re: CSS Tip
« Reply #3 on: October 13, 2006, 06:59:31 AM »
Woo Hoo @ cripple. Do you know any more cursor codes? At the mo mine is set to default and I would like to change it. I am also wanting to change the style of my buttons as they look like something from windows 98 and very out dated lol



Offline Cripple

  • Level 17
  • *
  • Posts: 170
  • Reputation: +10/-4
    • View Profile
Re: CSS Tip
« Reply #4 on: October 13, 2006, 07:59:04 AM »
only the ones packaged with dreamweaver:

Code: [Select]
{
cursor: text;
}
Code: [Select]
{
cursor: help;
}
Code: [Select]
{
cursor: e-resize;
}
Code: [Select]
{
cursor: ne-resize;
}
Code: [Select]
{
cursor: n-resize;
}
Code: [Select]
{
cursor: nw-resize;
}
Code: [Select]
{
cursor: w-resize;
}
Code: [Select]
{
cursor: sw-resize;
}
Code: [Select]
{
cursor: s-resize;
}
Code: [Select]
{
cursor: se-resize;
}
Code: [Select]
{
cursor: inherit;
}

Offline Cripple

  • Level 17
  • *
  • Posts: 170
  • Reputation: +10/-4
    • View Profile
Re: CSS Tip
« Reply #5 on: October 13, 2006, 08:03:21 AM »
quite a few cool - but otherwise pointless snippets in dreamweaver too,
xray is kinda weird.

Code: [Select]
{
filter: Xray;
}


Offline Pug307

  • Level 21
  • *
  • Posts: 244
  • Reputation: +6/-1
    • View Profile
Re: CSS Tip
« Reply #6 on: October 13, 2006, 08:05:11 AM »
Thanks for that, will give them a go later. Is the xray button or cursor?



Offline Cripple

  • Level 17
  • *
  • Posts: 170
  • Reputation: +10/-4
    • View Profile
Re: CSS Tip
« Reply #7 on: October 13, 2006, 08:09:29 AM »
Thanks for that, will give them a go later. Is the xray button or cursor?

neither - will make ur pics look like an xray.

& why don't u just make up some buttons of ur own? quite easy to do in flash - or simple rollovers r also effective

Offline Pug307

  • Level 21
  • *
  • Posts: 244
  • Reputation: +6/-1
    • View Profile
Re: CSS Tip
« Reply #8 on: October 13, 2006, 08:13:33 AM »
Your talking to a n00b lol. I have no idea where the buttons come from in the script. Wether they are CSS or PHP. I don't really know what im talking about so just ignore me lol



Offline Cripple

  • Level 17
  • *
  • Posts: 170
  • Reputation: +10/-4
    • View Profile
Re: CSS Tip
« Reply #9 on: October 13, 2006, 08:18:14 AM »
ohhh - u mean the generic buttons like "submit" etc?

i believe theyr activeX controls - unless i am mistaken - u can also use ur own.

Offline Pug307

  • Level 21
  • *
  • Posts: 244
  • Reputation: +6/-1
    • View Profile
Re: CSS Tip
« Reply #10 on: October 13, 2006, 08:23:36 AM »
Yeah it's the generic buttons. Standard, crappy old grey looking buttons. I want to be able to change them. I used a CSS tutorial for changing them but they went oversized and looked out of place so changed it back to default



 


SimplePortal 2.3.3 © 2008-2010, SimplePortal