Jump to content


Basic Multiple Questions


2 replies to this topic

#1 creativelimits

    Young Padawan

  • Members
  • Pip
  • 22 posts

Posted 02 August 2005 - 06:36 AM

Hi Friends,

Basic Multiple Questions: -

1) Pls. see this URL I came across while surfing. http://www.palvesthost.com/
Is this kind of navigation / button rollover effect is possible with CSS, because I have created the same effect in Image Ready but I think it will take time to load.

2) This is the biggest problem I am facing ;) i.e. when I add some picture as a BG picture to any cell of a table it displays perfectly in Dream weaver but when I see it in the Browser (either IE or FF) it doesn’t show. Is there any trick I am missing here? I heard that in an empty cell it causes the problem so I add some blank spaces to it, some logo image overlapped but still the problem is same.

3) What if I want just an outside border to the whole table, when I set the border to the table then all the inner cells also get affected with the border. How I can only get the border to the outside of the table like it should look like a block which is holding the entire site.

4) Where I can get some CSS scripts for different rollover effects i.e. Text Rollover & Image Rollover (if there are any) ? 

Thnx. For any help.

#2 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 02 August 2005 - 11:47 AM

2. Dreamweaver doesn't display stuff quite correctly. Make sure you're using valid code, and the image you want to see is uploaded to the correct path on your server. I know dreamweaver sometimes uses paths with the C:\\ prefix, so you'll probably have to go through and make sure all your background/images src's are correct.

3. Instead of the border attribute, try using something like this
<table style="border: 1px solid #000000;">
<tr>
<td>Balh</td><td>test</td>
</tr><tr>
<td colspan=2>Blahhhh</td>
</tr>
</table>

p.s. by valid code, i mean use this
And then try googleing "css rollover" i've seen something like that before i think. But if google doesn't have any results, then your SOL.

#3 MiLiNDOnline

    Young Padawan

  • Members
  • Pip
  • 16 posts
  • Location:India
  • Interests:Surfing, Music, Body Building

Posted 02 August 2005 - 12:00 PM

Yes agreed with you RC69,

http://validator.w3.org/ is an right path to validate your code.

I would also like to add few handy sites I found for CSS.
First one http://www.csstutorial.net/ & the second one is http://www.meyerweb.com/eric/css/edge/.. You will find the rollover effects you are looking for.

Hope this helps.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users