Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Flip image horizontally with selectmenu. Re: Flip image horizontally with selectmenu.

#129647
Yammaski
Member

I hope it gets more clearly when you see my asp code :


<% If (rsDetail.Fields.Item("ProductCatID").Value) = 32 Then %>
" alt="<%=(rsDetail.Fields.Item("ProductName").Value)%> sticker" name="Image" id="Image" title="" />

<% Else %>
" alt="<%=(rsDetail.Fields.Item("ProductName").Value)%> sticker" name="ImageNoTrans" id="ImageNoTrans" title="" />

<% End If %>