Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
I have a Spry table inside my website, which I have built the css script for.
Only problem is when I add it to my website it takes on the css style for the page.
Any idea how to do this?
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
Give the elements their own individual ID's or classes depending on how you're making it, then reference to those individual names off of the style sheet.
It sounds like you might have referenced to the elements in the table using the tag names, which would mean that anything on the page using those tags will get styled in that way.
Ignore me if you've already done that
|
Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
quote: Originally posted by ed
Give the elements their own individual ID's or classes depending on how you're making it, then reference to those individual names off of the style sheet.
It sounds like you might have referenced to the elements in the table using the tag names, which would mean that anything on the page using those tags will get styled in that way.
Ignore me if you've already done that
I had Ed it was my bad coding it was still assigning 'ul' functions from the previous style and did not set one for it.
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
Ah, it's always something silly and annoying isn't it
|
AdZ9
Member
Registered: 14th Apr 06
User status: Offline
|
thats why i always sub contract coding etc to people who enjoy it i design, they do rest = much happier person!
|
Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
I tried that once and got stung by some company in indain promised the world for next to nothing delivered nothing.
|