TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

css problems

Page: 1 Reply
Aug 14th 2001#12987 Report
Member since: Mar 20th 2001
Posts: 319
For some reason, my css code for links is only being applied to Mail links. Definately weird. (see here)
Reply with Quote Reply
Aug 14th 2001#13002 Report
Member since: Mar 18th 2001
Posts: 1690
Why are you definging two stylesheets in the head of the same document?

Put them both inside the same < style > < /style> tags. That might fix your problem.
Reply with Quote Reply
Aug 14th 2001#13005 Report
Member since: Mar 18th 2001
Posts: 1452
It works on both links for me.

I did notice you have the Hover and Visited colors the same. Maybe that's where you see the problem.
Reply with Quote Reply
Aug 14th 2001#13121 Report
Member since: Mar 20th 2001
Posts: 319
Woahhhh, very sneaky indeed. Thanks guys, that helped! :D
Reply with Quote Reply
Aug 14th 2001#13126 Report
Member since: Mar 20th 2001
Posts: 319
ok, here's another thorn in your side:

I'm hoping that there is a way to make a table in a way that it cannot be resized. If you want to know why, click here, and resize your browser so it's really small. See how messed up that gets?? Now you see my delema. Please help me, pleeeeeassss!! :D
Reply with Quote Reply
Aug 14th 2001#13131 Report
Member since: Mar 18th 2001
Posts: 1690
well, i could give you several answers. One way envolves using a table and setting the width="" property. The other has to do with css-p ( cascading style sheet's positioning ).

the table way - go through and anywhere you see the < table > tag, you should put in the width="blarg" property. Basically, just add up the horitontal widths of the images, give or take a few for padding and use that as your width.

Or, use cascading stylesheets to do it.

look for information on using the < div > tag and its properties. I will be in #teamps on irc.othersideirc.net tonight very late if you want to ask me anything.
Reply with Quote Reply
Aug 15th 2001#13136 Report
Member since: Mar 18th 2001
Posts: 1452
I tried finding some info on the 'blarg' tag, but couldn't find it?

Even hit Google. :D









:p
Reply with Quote Reply
Aug 15th 2001#13137 Report
Member since: Mar 18th 2001
Posts: 1690
yeah yeah yeah
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum